morriszms commited on
Commit
1cd5067
·
verified ·
1 Parent(s): 6315f02

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
+ openthoughts3_100k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ openthoughts3_100k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ openthoughts3_100k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ openthoughts3_100k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ openthoughts3_100k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ openthoughts3_100k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ openthoughts3_100k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ openthoughts3_100k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ openthoughts3_100k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ openthoughts3_100k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ openthoughts3_100k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ openthoughts3_100k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: mlfoundations-dev/openthoughts3_100k
5
+ tags:
6
+ - llama-factory
7
+ - full
8
+ - generated_from_trainer
9
+ - TensorBlock
10
+ - GGUF
11
+ model-index:
12
+ - name: openthoughts3_100k
13
+ results: []
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+
20
+ [![Website](https://img.shields.io/badge/Website-tensorblock.co-blue?logo=google-chrome&logoColor=white)](https://tensorblock.co)
21
+ [![Twitter](https://img.shields.io/twitter/follow/tensorblock_aoi?style=social)](https://twitter.com/tensorblock_aoi)
22
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/Ej5NmeHFf2)
23
+ [![GitHub](https://img.shields.io/badge/GitHub-TensorBlock-black?logo=github&logoColor=white)](https://github.com/TensorBlock)
24
+ [![Telegram](https://img.shields.io/badge/Telegram-Group-blue?logo=telegram)](https://t.me/TensorBlock)
25
+
26
+
27
+ ## mlfoundations-dev/openthoughts3_100k - GGUF
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Join our Discord to learn more about what we're building ↗
32
+ </a>
33
+ </div>
34
+
35
+ This repo contains GGUF format model files for [mlfoundations-dev/openthoughts3_100k](https://huggingface.co/mlfoundations-dev/openthoughts3_100k).
36
+
37
+ 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).
38
+
39
+ ## Our projects
40
+ <table border="1" cellspacing="0" cellpadding="10">
41
+ <tr>
42
+ <th colspan="2" style="font-size: 25px;">Forge</th>
43
+ </tr>
44
+ <tr>
45
+ <th colspan="2">
46
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
47
+ </th>
48
+ </tr>
49
+ <tr>
50
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
51
+ </tr>
52
+ <tr>
53
+ <th colspan="2">
54
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
55
+ display: inline-block;
56
+ padding: 8px 16px;
57
+ background-color: #FF7F50;
58
+ color: white;
59
+ text-decoration: none;
60
+ border-radius: 6px;
61
+ font-weight: bold;
62
+ font-family: sans-serif;
63
+ ">🚀 Try it now! 🚀</a>
64
+ </th>
65
+ </tr>
66
+
67
+ <tr>
68
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
69
+ <th style="font-size: 25px;">TensorBlock Studio</th>
70
+ </tr>
71
+ <tr>
72
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
73
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
74
+ </tr>
75
+ <tr>
76
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
77
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
78
+ </tr>
79
+ <tr>
80
+ <th>
81
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
82
+ display: inline-block;
83
+ padding: 8px 16px;
84
+ background-color: #FF7F50;
85
+ color: white;
86
+ text-decoration: none;
87
+ border-radius: 6px;
88
+ font-weight: bold;
89
+ font-family: sans-serif;
90
+ ">👀 See what we built 👀</a>
91
+ </th>
92
+ <th>
93
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
94
+ display: inline-block;
95
+ padding: 8px 16px;
96
+ background-color: #FF7F50;
97
+ color: white;
98
+ text-decoration: none;
99
+ border-radius: 6px;
100
+ font-weight: bold;
101
+ font-family: sans-serif;
102
+ ">👀 See what we built 👀</a>
103
+ </th>
104
+ </tr>
105
+ </table>
106
+
107
+ ## Prompt template
108
+
109
+ ```
110
+ <|im_start|>system
111
+ {system_prompt}<|im_end|>
112
+ <|im_start|>user
113
+ {prompt}<|im_end|>
114
+ <|im_start|>assistant
115
+ ```
116
+
117
+ ## Model file specification
118
+
119
+ | Filename | Quant type | File Size | Description |
120
+ | -------- | ---------- | --------- | ----------- |
121
+ | [openthoughts3_100k-Q2_K.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
122
+ | [openthoughts3_100k-Q3_K_S.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
123
+ | [openthoughts3_100k-Q3_K_M.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
124
+ | [openthoughts3_100k-Q3_K_L.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
125
+ | [openthoughts3_100k-Q4_0.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
126
+ | [openthoughts3_100k-Q4_K_S.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
127
+ | [openthoughts3_100k-Q4_K_M.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
128
+ | [openthoughts3_100k-Q5_0.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
129
+ | [openthoughts3_100k-Q5_K_S.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
130
+ | [openthoughts3_100k-Q5_K_M.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
131
+ | [openthoughts3_100k-Q6_K.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
132
+ | [openthoughts3_100k-Q8_0.gguf](https://huggingface.co/tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF/blob/main/openthoughts3_100k-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
133
+
134
+
135
+ ## Downloading instruction
136
+
137
+ ### Command line
138
+
139
+ Firstly, install Huggingface Client
140
+
141
+ ```shell
142
+ pip install -U "huggingface_hub[cli]"
143
+ ```
144
+
145
+ Then, downoad the individual model file the a local directory
146
+
147
+ ```shell
148
+ huggingface-cli download tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF --include "openthoughts3_100k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
149
+ ```
150
+
151
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
152
+
153
+ ```shell
154
+ huggingface-cli download tensorblock/mlfoundations-dev_openthoughts3_100k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
155
+ ```
openthoughts3_100k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7628bd975308b4e3c005887ea528bd126632abfe483a464989d425eb3823699
3
+ size 3015940448
openthoughts3_100k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71f1c2c43d3b1215e3ce5ab42b3904d756c062c8ef78d7f9a100f3fb1497a38c
3
+ size 4088459616
openthoughts3_100k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18c9f4746f17859b55c030ec30f2cabf487b387e55277bd75e1c952ac9210b1
3
+ size 3808391520
openthoughts3_100k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbf7489ad1ea2635d85de902dbd9689e2b371b3a9513fbf0707367fe7b496173
3
+ size 3492368736
openthoughts3_100k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f37777b84fbb1d2bc2797de477a6957b117c5762778fab282b2e772553774e
3
+ size 4431391072
openthoughts3_100k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ee0e2f711cd3a27e0bcb1f127d2d86021bc9f5a9987e29bc282e25cebab020
3
+ size 4683073888
openthoughts3_100k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9579421e0b63ba68a0b6188b970e70615a03e2af409692cd1817a2037372b3e8
3
+ size 4457769312
openthoughts3_100k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f614f79cf9b20b2abe66f75021a01922175b3d69e1689b80e63a664c35256cc2
3
+ size 5315176800
openthoughts3_100k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:170a6b1378c1a6019609f2343522b2c4d4bc2e0813db4e0dcc9b39d5ca2d2a6f
3
+ size 5444831584
openthoughts3_100k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c11256c2eaca18785fac2c7726f435253b39634cb4ec2ca100d7922491568d96
3
+ size 5315176800
openthoughts3_100k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a046188a8a3d315d24757c542f6dce81e8ee92a7e309ae7925aa0cd38a42cd5
3
+ size 6254199136
openthoughts3_100k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23e87b16f8b9ca9e57bbf385b9dd933a18f8d9d936511a0382964ae9560c8079
3
+ size 8098525536