Upload folder using huggingface_hub
Browse files- README.md +17 -19
- SmolLM-1.7B-Instruct-Q2_K.gguf +2 -2
- SmolLM-1.7B-Instruct-Q3_K_L.gguf +2 -2
- SmolLM-1.7B-Instruct-Q3_K_M.gguf +2 -2
- SmolLM-1.7B-Instruct-Q3_K_S.gguf +2 -2
- SmolLM-1.7B-Instruct-Q4_0.gguf +2 -2
- SmolLM-1.7B-Instruct-Q4_K_M.gguf +2 -2
- SmolLM-1.7B-Instruct-Q4_K_S.gguf +2 -2
- SmolLM-1.7B-Instruct-Q5_0.gguf +2 -2
- SmolLM-1.7B-Instruct-Q5_K_M.gguf +2 -2
- SmolLM-1.7B-Instruct-Q5_K_S.gguf +2 -2
- SmolLM-1.7B-Instruct-Q6_K.gguf +2 -2
- SmolLM-1.7B-Instruct-Q8_0.gguf +2 -2
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- alignment-handbook
|
6 |
- trl
|
7 |
-
-
|
8 |
- TensorBlock
|
9 |
- GGUF
|
10 |
datasets:
|
@@ -28,12 +28,11 @@ language:
|
|
28 |
</div>
|
29 |
</div>
|
30 |
|
31 |
-
##
|
32 |
|
33 |
-
This repo contains GGUF format model files for [
|
34 |
-
|
35 |
-
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
36 |
|
|
|
37 |
|
38 |
<div style="text-align: left; margin: 20px 0;">
|
39 |
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
@@ -43,7 +42,6 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
43 |
|
44 |
## Prompt template
|
45 |
|
46 |
-
|
47 |
```
|
48 |
<|im_start|>system
|
49 |
{system_prompt}<|im_end|>
|
@@ -56,18 +54,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
56 |
|
57 |
| Filename | Quant type | File Size | Description |
|
58 |
| -------- | ---------- | --------- | ----------- |
|
59 |
-
| [SmolLM-1.7B-Instruct-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q2_K.gguf) | Q2_K | 0.
|
60 |
-
| [SmolLM-1.7B-Instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q3_K_S.gguf) | Q3_K_S | 0.
|
61 |
-
| [SmolLM-1.7B-Instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q3_K_M.gguf) | Q3_K_M | 0.
|
62 |
-
| [SmolLM-1.7B-Instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.
|
63 |
-
| [SmolLM-1.7B-Instruct-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q4_0.gguf) | Q4_0 | 0.
|
64 |
-
| [SmolLM-1.7B-Instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q4_K_S.gguf) | Q4_K_S | 0.
|
65 |
-
| [SmolLM-1.7B-Instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q4_K_M.gguf) | Q4_K_M |
|
66 |
-
| [SmolLM-1.7B-Instruct-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q5_0.gguf) | Q5_0 | 1.
|
67 |
-
| [SmolLM-1.7B-Instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q5_K_S.gguf) | Q5_K_S | 1.
|
68 |
-
| [SmolLM-1.7B-Instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q5_K_M.gguf) | Q5_K_M | 1.
|
69 |
-
| [SmolLM-1.7B-Instruct-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q6_K.gguf) | Q6_K | 1.
|
70 |
-
| [SmolLM-1.7B-Instruct-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q8_0.gguf) | Q8_0 | 1.
|
71 |
|
72 |
|
73 |
## Downloading instruction
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: unsloth/SmolLM-1.7B-Instruct
|
4 |
tags:
|
5 |
- alignment-handbook
|
6 |
- trl
|
7 |
+
- unsloth
|
8 |
- TensorBlock
|
9 |
- GGUF
|
10 |
datasets:
|
|
|
28 |
</div>
|
29 |
</div>
|
30 |
|
31 |
+
## unsloth/SmolLM-1.7B-Instruct - GGUF
|
32 |
|
33 |
+
This repo contains GGUF format model files for [unsloth/SmolLM-1.7B-Instruct](https://huggingface.co/unsloth/SmolLM-1.7B-Instruct).
|
|
|
|
|
34 |
|
35 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
36 |
|
37 |
<div style="text-align: left; margin: 20px 0;">
|
38 |
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
|
|
42 |
|
43 |
## Prompt template
|
44 |
|
|
|
45 |
```
|
46 |
<|im_start|>system
|
47 |
{system_prompt}<|im_end|>
|
|
|
54 |
|
55 |
| Filename | Quant type | File Size | Description |
|
56 |
| -------- | ---------- | --------- | ----------- |
|
57 |
+
| [SmolLM-1.7B-Instruct-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q2_K.gguf) | Q2_K | 0.675 GB | smallest, significant quality loss - not recommended for most purposes |
|
58 |
+
| [SmolLM-1.7B-Instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q3_K_S.gguf) | Q3_K_S | 0.777 GB | very small, high quality loss |
|
59 |
+
| [SmolLM-1.7B-Instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q3_K_M.gguf) | Q3_K_M | 0.860 GB | very small, high quality loss |
|
60 |
+
| [SmolLM-1.7B-Instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.933 GB | small, substantial quality loss |
|
61 |
+
| [SmolLM-1.7B-Instruct-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q4_0.gguf) | Q4_0 | 0.991 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
62 |
+
| [SmolLM-1.7B-Instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q4_K_S.gguf) | Q4_K_S | 0.999 GB | small, greater quality loss |
|
63 |
+
| [SmolLM-1.7B-Instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q4_K_M.gguf) | Q4_K_M | 1.056 GB | medium, balanced quality - recommended |
|
64 |
+
| [SmolLM-1.7B-Instruct-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q5_0.gguf) | Q5_0 | 1.192 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
65 |
+
| [SmolLM-1.7B-Instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q5_K_S.gguf) | Q5_K_S | 1.192 GB | large, low quality loss - recommended |
|
66 |
+
| [SmolLM-1.7B-Instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q5_K_M.gguf) | Q5_K_M | 1.225 GB | large, very low quality loss - recommended |
|
67 |
+
| [SmolLM-1.7B-Instruct-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q6_K.gguf) | Q6_K | 1.406 GB | very large, extremely low quality loss |
|
68 |
+
| [SmolLM-1.7B-Instruct-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-Instruct-GGUF/blob/main/SmolLM-1.7B-Instruct-Q8_0.gguf) | Q8_0 | 1.820 GB | very large, extremely low quality loss - not recommended |
|
69 |
|
70 |
|
71 |
## Downloading instruction
|
SmolLM-1.7B-Instruct-Q2_K.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c230beac854a5d5a3a6cfd7807a9d3720677a3cbad6021059f772167cb64172a
|
3 |
+
size 674584416
|
SmolLM-1.7B-Instruct-Q3_K_L.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74a796caf3e3068cfb808f33b63b53f7e22dd3018efe485887cf6a26cf9fd5c5
|
3 |
+
size 932534112
|
SmolLM-1.7B-Instruct-Q3_K_M.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0d6866a8e3119305eb1161f43d4aae8f722710b5455a5d341b36ad9ea066244
|
3 |
+
size 860182368
|
SmolLM-1.7B-Instruct-Q3_K_S.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc30c5ea8dcb5ce2e5efa37ae7f43e0a55fef948041c7476aa9f1aafcc7f1fa4
|
3 |
+
size 776820576
|
SmolLM-1.7B-Instruct-Q4_0.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9c4ba0d5c521c2aff1bfdd327856adac6206ea6db984d742d9eafadd2068c59
|
3 |
+
size 990730080
|
SmolLM-1.7B-Instruct-Q4_K_M.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:767e65147de752e927afa833b4b4468d2b7134c077b07cc504245463ec5591e4
|
3 |
+
size 1055610720
|
SmolLM-1.7B-Instruct-Q4_K_S.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c6f8afcac3468a191899f53433e39f50f1af7f95f65d7140dcb42766dd218ea
|
3 |
+
size 999118688
|
SmolLM-1.7B-Instruct-Q5_0.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50142662af1804e795468054661e45e318cff014fb32a26e2f3a643f2886acdd
|
3 |
+
size 1192056672
|
SmolLM-1.7B-Instruct-Q5_K_M.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9159073e4de66a08ee4e31898d8486a61ed3ea61ccbc94ad57c80dad87eb4e6
|
3 |
+
size 1225480032
|
SmolLM-1.7B-Instruct-Q5_K_S.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bd90577ec7b7c2736862f2dd8a2b2b7c703d7e953cff8e94febb6d16ac7531b
|
3 |
+
size 1192056672
|
SmolLM-1.7B-Instruct-Q6_K.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fca360d6c2753d9e5f92bd4b9b22da912f4e537704b6d8af3a129e42e70a64b7
|
3 |
+
size 1405966176
|
SmolLM-1.7B-Instruct-Q8_0.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:052e26766d7b3d861f3df2a944137ea7b6e4ad0f20bc715f10f915ba37aa8e2d
|
3 |
+
size 1820415840
|