Upload folder using huggingface_hub
Browse files- README.md +26 -22
- SmolLM-135M-Q2_K.gguf +2 -2
- SmolLM-135M-Q3_K_L.gguf +2 -2
- SmolLM-135M-Q3_K_M.gguf +2 -2
- SmolLM-135M-Q3_K_S.gguf +2 -2
- SmolLM-135M-Q4_0.gguf +2 -2
- SmolLM-135M-Q4_K_M.gguf +2 -2
- SmolLM-135M-Q4_K_S.gguf +2 -2
- SmolLM-135M-Q5_0.gguf +2 -2
- SmolLM-135M-Q5_K_M.gguf +2 -2
- SmolLM-135M-Q5_K_S.gguf +2 -2
- SmolLM-135M-Q6_K.gguf +2 -2
- SmolLM-135M-Q8_0.gguf +2 -2
README.md
CHANGED
@@ -1,14 +1,20 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
|
5 |
-
- en
|
6 |
-
datasets:
|
7 |
-
- HuggingFaceTB/smollm-corpus
|
8 |
-
base_model: HuggingFaceTB/SmolLM-135M
|
9 |
tags:
|
|
|
|
|
|
|
10 |
- TensorBlock
|
11 |
- GGUF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<div style="width: auto; margin-left: auto; margin-right: auto">
|
@@ -22,13 +28,12 @@ tags:
|
|
22 |
</div>
|
23 |
</div>
|
24 |
|
25 |
-
##
|
26 |
|
27 |
-
This repo contains GGUF format model files for [
|
28 |
|
29 |
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).
|
30 |
|
31 |
-
|
32 |
<div style="text-align: left; margin: 20px 0;">
|
33 |
<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;">
|
34 |
Run them on the TensorBlock client using your local machine ↗
|
@@ -37,7 +42,6 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
37 |
|
38 |
## Prompt template
|
39 |
|
40 |
-
|
41 |
```
|
42 |
|
43 |
```
|
@@ -46,18 +50,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
46 |
|
47 |
| Filename | Quant type | File Size | Description |
|
48 |
| -------- | ---------- | --------- | ----------- |
|
49 |
-
| [SmolLM-135M-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q2_K.gguf) | Q2_K | 0.
|
50 |
-
| [SmolLM-135M-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q3_K_S.gguf) | Q3_K_S | 0.
|
51 |
-
| [SmolLM-135M-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q3_K_M.gguf) | Q3_K_M | 0.
|
52 |
-
| [SmolLM-135M-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q3_K_L.gguf) | Q3_K_L | 0.
|
53 |
-
| [SmolLM-135M-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q4_0.gguf) | Q4_0 | 0.
|
54 |
-
| [SmolLM-135M-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q4_K_S.gguf) | Q4_K_S | 0.
|
55 |
-
| [SmolLM-135M-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q4_K_M.gguf) | Q4_K_M | 0.
|
56 |
-
| [SmolLM-135M-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q5_0.gguf) | Q5_0 | 0.
|
57 |
-
| [SmolLM-135M-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q5_K_S.gguf) | Q5_K_S | 0.
|
58 |
-
| [SmolLM-135M-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q5_K_M.gguf) | Q5_K_M | 0.
|
59 |
-
| [SmolLM-135M-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q6_K.gguf) | Q6_K | 0.
|
60 |
-
| [SmolLM-135M-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q8_0.gguf) | Q8_0 | 0.
|
61 |
|
62 |
|
63 |
## Downloading instruction
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
+
base_model: unsloth/SmolLM-135M
|
|
|
|
|
|
|
|
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- trl
|
7 |
+
- unsloth
|
8 |
- TensorBlock
|
9 |
- GGUF
|
10 |
+
datasets:
|
11 |
+
- Magpie-Align/Magpie-Pro-300K-Filtered
|
12 |
+
- bigcode/self-oss-instruct-sc2-exec-filter-50k
|
13 |
+
- teknium/OpenHermes-2.5
|
14 |
+
- HuggingFaceTB/everyday-conversations-llama3.1-2k
|
15 |
+
library_name: transformers
|
16 |
+
language:
|
17 |
+
- en
|
18 |
---
|
19 |
|
20 |
<div style="width: auto; margin-left: auto; margin-right: auto">
|
|
|
28 |
</div>
|
29 |
</div>
|
30 |
|
31 |
+
## unsloth/SmolLM-135M - GGUF
|
32 |
|
33 |
+
This repo contains GGUF format model files for [unsloth/SmolLM-135M](https://huggingface.co/unsloth/SmolLM-135M).
|
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 |
<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;">
|
39 |
Run them on the TensorBlock client using your local machine ↗
|
|
|
42 |
|
43 |
## Prompt template
|
44 |
|
|
|
45 |
```
|
46 |
|
47 |
```
|
|
|
50 |
|
51 |
| Filename | Quant type | File Size | Description |
|
52 |
| -------- | ---------- | --------- | ----------- |
|
53 |
+
| [SmolLM-135M-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q2_K.gguf) | Q2_K | 0.088 GB | smallest, significant quality loss - not recommended for most purposes |
|
54 |
+
| [SmolLM-135M-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q3_K_S.gguf) | Q3_K_S | 0.088 GB | very small, high quality loss |
|
55 |
+
| [SmolLM-135M-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q3_K_M.gguf) | Q3_K_M | 0.094 GB | very small, high quality loss |
|
56 |
+
| [SmolLM-135M-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q3_K_L.gguf) | Q3_K_L | 0.098 GB | small, substantial quality loss |
|
57 |
+
| [SmolLM-135M-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q4_0.gguf) | Q4_0 | 0.092 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
58 |
+
| [SmolLM-135M-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q4_K_S.gguf) | Q4_K_S | 0.102 GB | small, greater quality loss |
|
59 |
+
| [SmolLM-135M-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
|
60 |
+
| [SmolLM-135M-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q5_0.gguf) | Q5_0 | 0.105 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
61 |
+
| [SmolLM-135M-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q5_K_S.gguf) | Q5_K_S | 0.110 GB | large, low quality loss - recommended |
|
62 |
+
| [SmolLM-135M-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q5_K_M.gguf) | Q5_K_M | 0.112 GB | large, very low quality loss - recommended |
|
63 |
+
| [SmolLM-135M-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q6_K.gguf) | Q6_K | 0.138 GB | very large, extremely low quality loss |
|
64 |
+
| [SmolLM-135M-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/blob/main/SmolLM-135M-Q8_0.gguf) | Q8_0 | 0.145 GB | very large, extremely low quality loss - not recommended |
|
65 |
|
66 |
|
67 |
## Downloading instruction
|
SmolLM-135M-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:237ed03dbd95e9fe299249476ae6359505e68f2080007456b21d65b615a0a967
|
3 |
+
size 88201888
|
SmolLM-135M-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:66c93ee27b51c733003573c4da28f5e55502ef78ef9ff2be1f9aa84807e7bf0f
|
3 |
+
size 97533088
|
SmolLM-135M-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:bfc25321346d2928df8f0ec7f397e779dcda18016034e33ed508deeff0f01f32
|
3 |
+
size 93510304
|
SmolLM-135M-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:c57644b10895850aa81ebd328ed4f8d3163211091145b7ca42bf784cabf11694
|
3 |
+
size 88201888
|
SmolLM-135M-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:ab7ddc4f1b5a4895997f14763d73e0cf73f6872c13b984b76bae6e579debcdc9
|
3 |
+
size 91727008
|
SmolLM-135M-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:5c0b8584b7f77c0969d07cd6830ad795ccae114c6c95323433c441685d5db72b
|
3 |
+
size 105454240
|
SmolLM-135M-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:886f815f3691dafbb61037fa043867e077c9ea1b0918ad85068ced3164aa4a33
|
3 |
+
size 102039712
|
SmolLM-135M-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:d72cdd4d974368d1911781e89fe3ea85ec93eabd7f8f7af4765a434b3564c389
|
3 |
+
size 104998048
|
SmolLM-135M-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:10e62cdea213247aed62966dfc6c1ff931044ca3a94bba416fd2a2a6fe839b9a
|
3 |
+
size 112103584
|
SmolLM-135M-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:e6ea7b7a9af27510234192a840d949931222948b17ffbc446c3013ea7198fa84
|
3 |
+
size 109974688
|
SmolLM-135M-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:ae1921b63175478b82a61b9e2f309f1ab8be7489ec9fa02cc7243a189cf2a5dc
|
3 |
+
size 138383008
|
SmolLM-135M-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:affd9eb0a32ccd3fa09b2dec5d386fc2a5a98751fad8867e9f628d60a1a89729
|
3 |
+
size 144811168
|