morriszms commited on
Commit
71bcc30
·
verified ·
1 Parent(s): 44bf1e9

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ ether0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ether0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ether0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ether0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ether0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ether0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ether0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ether0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ether0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ether0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ether0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ether0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model: futurehouse/ether0
6
+ datasets:
7
+ - futurehouse/ether0-benchmark
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - smiles
11
+ - chemistry
12
+ - reasoning
13
+ - TensorBlock
14
+ - GGUF
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+
21
+ [![Website](https://img.shields.io/badge/Website-tensorblock.co-blue?logo=google-chrome&logoColor=white)](https://tensorblock.co)
22
+ [![Twitter](https://img.shields.io/twitter/follow/tensorblock_aoi?style=social)](https://twitter.com/tensorblock_aoi)
23
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/Ej5NmeHFf2)
24
+ [![GitHub](https://img.shields.io/badge/GitHub-TensorBlock-black?logo=github&logoColor=white)](https://github.com/TensorBlock)
25
+ [![Telegram](https://img.shields.io/badge/Telegram-Group-blue?logo=telegram)](https://t.me/TensorBlock)
26
+
27
+
28
+ ## futurehouse/ether0 - GGUF
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <a href="https://discord.com/invite/Ej5NmeHFf2" style="display: inline-block; padding: 10px 20px; background-color: #5865F2; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
32
+ Join our Discord to learn more about what we're building ↗
33
+ </a>
34
+ </div>
35
+
36
+ This repo contains GGUF format model files for [futurehouse/ether0](https://huggingface.co/futurehouse/ether0).
37
+
38
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5753](https://github.com/ggml-org/llama.cpp/commit/73e53dc834c0a2336cd104473af6897197b96277).
39
+
40
+ ## Our projects
41
+ <table border="1" cellspacing="0" cellpadding="10">
42
+ <tr>
43
+ <th colspan="2" style="font-size: 25px;">Forge</th>
44
+ </tr>
45
+ <tr>
46
+ <th colspan="2">
47
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
48
+ </th>
49
+ </tr>
50
+ <tr>
51
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
52
+ </tr>
53
+ <tr>
54
+ <th colspan="2">
55
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
56
+ display: inline-block;
57
+ padding: 8px 16px;
58
+ background-color: #FF7F50;
59
+ color: white;
60
+ text-decoration: none;
61
+ border-radius: 6px;
62
+ font-weight: bold;
63
+ font-family: sans-serif;
64
+ ">🚀 Try it now! 🚀</a>
65
+ </th>
66
+ </tr>
67
+
68
+ <tr>
69
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
70
+ <th style="font-size: 25px;">TensorBlock Studio</th>
71
+ </tr>
72
+ <tr>
73
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
74
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
75
+ </tr>
76
+ <tr>
77
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
78
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
79
+ </tr>
80
+ <tr>
81
+ <th>
82
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
83
+ display: inline-block;
84
+ padding: 8px 16px;
85
+ background-color: #FF7F50;
86
+ color: white;
87
+ text-decoration: none;
88
+ border-radius: 6px;
89
+ font-weight: bold;
90
+ font-family: sans-serif;
91
+ ">👀 See what we built 👀</a>
92
+ </th>
93
+ <th>
94
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
95
+ display: inline-block;
96
+ padding: 8px 16px;
97
+ background-color: #FF7F50;
98
+ color: white;
99
+ text-decoration: none;
100
+ border-radius: 6px;
101
+ font-weight: bold;
102
+ font-family: sans-serif;
103
+ ">👀 See what we built 👀</a>
104
+ </th>
105
+ </tr>
106
+ </table>
107
+
108
+ ## Prompt template
109
+
110
+ ```
111
+ <s>[SYSTEM_PROMPT]{system_prompt}[/SYSTEM_PROMPT][INST]{prompt}[/INST]
112
+ ```
113
+
114
+ ## Model file specification
115
+
116
+ | Filename | Quant type | File Size | Description |
117
+ | -------- | ---------- | --------- | ----------- |
118
+ | [ether0-Q2_K.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q2_K.gguf) | Q2_K | 8.891 GB | smallest, significant quality loss - not recommended for most purposes |
119
+ | [ether0-Q3_K_S.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q3_K_S.gguf) | Q3_K_S | 10.401 GB | very small, high quality loss |
120
+ | [ether0-Q3_K_M.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q3_K_M.gguf) | Q3_K_M | 11.474 GB | very small, high quality loss |
121
+ | [ether0-Q3_K_L.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q3_K_L.gguf) | Q3_K_L | 12.401 GB | small, substantial quality loss |
122
+ | [ether0-Q4_0.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q4_0.gguf) | Q4_0 | 13.442 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
123
+ | [ether0-Q4_K_S.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q4_K_S.gguf) | Q4_K_S | 13.550 GB | small, greater quality loss |
124
+ | [ether0-Q4_K_M.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q4_K_M.gguf) | Q4_K_M | 14.334 GB | medium, balanced quality - recommended |
125
+ | [ether0-Q5_0.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q5_0.gguf) | Q5_0 | 16.305 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
126
+ | [ether0-Q5_K_S.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q5_K_S.gguf) | Q5_K_S | 16.305 GB | large, low quality loss - recommended |
127
+ | [ether0-Q5_K_M.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q5_K_M.gguf) | Q5_K_M | 16.764 GB | large, very low quality loss - recommended |
128
+ | [ether0-Q6_K.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q6_K.gguf) | Q6_K | 19.346 GB | very large, extremely low quality loss |
129
+ | [ether0-Q8_0.gguf](https://huggingface.co/tensorblock/futurehouse_ether0-GGUF/blob/main/ether0-Q8_0.gguf) | Q8_0 | 25.055 GB | very large, extremely low quality loss - not recommended |
130
+
131
+
132
+ ## Downloading instruction
133
+
134
+ ### Command line
135
+
136
+ Firstly, install Huggingface Client
137
+
138
+ ```shell
139
+ pip install -U "huggingface_hub[cli]"
140
+ ```
141
+
142
+ Then, downoad the individual model file the a local directory
143
+
144
+ ```shell
145
+ huggingface-cli download tensorblock/futurehouse_ether0-GGUF --include "ether0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
146
+ ```
147
+
148
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
149
+
150
+ ```shell
151
+ huggingface-cli download tensorblock/futurehouse_ether0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
152
+ ```
ether0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72a6fb2ac999619fda21d9ce644a8cb916142142755752b848f398cf893f95ae
3
+ size 8890702880
ether0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38f3205c1f3c0c8f6cf4cf2bdbd22b52ef233df49aba946fd1b4e9fcf7af1cea
3
+ size 12401172000
ether0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc3b40b4abd0633c8a84df37d6390956a2f92918cf775ed5d6c76fb2dab40aa5
3
+ size 11474492960
ether0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7572cb5dd48bf7fd61124cced4e12252459be83403425a0d133856215a2dd6db
3
+ size 10400685600
ether0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a03d9dd1d0094978d8a719b4804c6ecbd74db84a971f1d5ba4a014fbff9b552
3
+ size 13442254880
ether0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55d4166c67db7acc737d53d09016b25532ef0f1cbb1c6c6d78ae9af1e3be856f
3
+ size 14334363680
ether0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19a73b2d7bf865ce119967fdb41f399bfb1e7206c688c387fd282cb858fec77d
3
+ size 13549733920
ether0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798466f8407c57997d8546500ddf484e8e38189d5b84da96e88484e9acf98494
3
+ size 16304908320
ether0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f77cfeb35f590559903ec1b0874a96af92757dc35d78704168212c199ecf601
3
+ size 16764479520
ether0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5532a79d4aff07ffeef9e7da11cb69d153fcfcbb00bbee3341d0ed667be7a68
3
+ size 16304908320
ether0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:188564634247531d971da9b2582b2b3a18e7217fd0557f8c3c9a6cfe74d20345
3
+ size 19346477600
ether0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6adc00fad6b4c759e7f4f2199b4b50baae6af890861f221b18972f88023ba06
3
+ size 25055477280