Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +87 -0
- SmolLM-1.7B-Q2_K.gguf +3 -0
- SmolLM-1.7B-Q3_K_L.gguf +3 -0
- SmolLM-1.7B-Q3_K_M.gguf +3 -0
- SmolLM-1.7B-Q3_K_S.gguf +3 -0
- SmolLM-1.7B-Q4_0.gguf +3 -0
- SmolLM-1.7B-Q4_K_M.gguf +3 -0
- SmolLM-1.7B-Q4_K_S.gguf +3 -0
- SmolLM-1.7B-Q5_0.gguf +3 -0
- SmolLM-1.7B-Q5_K_M.gguf +3 -0
- SmolLM-1.7B-Q5_K_S.gguf +3 -0
- SmolLM-1.7B-Q6_K.gguf +3 -0
- SmolLM-1.7B-Q8_0.gguf +3 -0
.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 |
+
SmolLM-1.7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
SmolLM-1.7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
SmolLM-1.7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
SmolLM-1.7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
SmolLM-1.7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
SmolLM-1.7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
SmolLM-1.7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
SmolLM-1.7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
SmolLM-1.7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
SmolLM-1.7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
SmolLM-1.7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
SmolLM-1.7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: unsloth/SmolLM-1.7B
|
| 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">
|
| 21 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 22 |
+
</div>
|
| 23 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 24 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 25 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 26 |
+
Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
|
| 27 |
+
</p>
|
| 28 |
+
</div>
|
| 29 |
+
</div>
|
| 30 |
+
|
| 31 |
+
## unsloth/SmolLM-1.7B - GGUF
|
| 32 |
+
|
| 33 |
+
This repo contains GGUF format model files for [unsloth/SmolLM-1.7B](https://huggingface.co/unsloth/SmolLM-1.7B).
|
| 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 ↗
|
| 40 |
+
</a>
|
| 41 |
+
</div>
|
| 42 |
+
|
| 43 |
+
## Prompt template
|
| 44 |
+
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
## Model file specification
|
| 50 |
+
|
| 51 |
+
| Filename | Quant type | File Size | Description |
|
| 52 |
+
| -------- | ---------- | --------- | ----------- |
|
| 53 |
+
| [SmolLM-1.7B-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q2_K.gguf) | Q2_K | 0.675 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 54 |
+
| [SmolLM-1.7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q3_K_S.gguf) | Q3_K_S | 0.777 GB | very small, high quality loss |
|
| 55 |
+
| [SmolLM-1.7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q3_K_M.gguf) | Q3_K_M | 0.860 GB | very small, high quality loss |
|
| 56 |
+
| [SmolLM-1.7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q3_K_L.gguf) | Q3_K_L | 0.933 GB | small, substantial quality loss |
|
| 57 |
+
| [SmolLM-1.7B-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q4_0.gguf) | Q4_0 | 0.991 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 58 |
+
| [SmolLM-1.7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q4_K_S.gguf) | Q4_K_S | 0.999 GB | small, greater quality loss |
|
| 59 |
+
| [SmolLM-1.7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q4_K_M.gguf) | Q4_K_M | 1.056 GB | medium, balanced quality - recommended |
|
| 60 |
+
| [SmolLM-1.7B-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q5_0.gguf) | Q5_0 | 1.192 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 61 |
+
| [SmolLM-1.7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q5_K_S.gguf) | Q5_K_S | 1.192 GB | large, low quality loss - recommended |
|
| 62 |
+
| [SmolLM-1.7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q5_K_M.gguf) | Q5_K_M | 1.225 GB | large, very low quality loss - recommended |
|
| 63 |
+
| [SmolLM-1.7B-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q6_K.gguf) | Q6_K | 1.406 GB | very large, extremely low quality loss |
|
| 64 |
+
| [SmolLM-1.7B-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM-1.7B-GGUF/blob/main/SmolLM-1.7B-Q8_0.gguf) | Q8_0 | 1.820 GB | very large, extremely low quality loss - not recommended |
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
## Downloading instruction
|
| 68 |
+
|
| 69 |
+
### Command line
|
| 70 |
+
|
| 71 |
+
Firstly, install Huggingface Client
|
| 72 |
+
|
| 73 |
+
```shell
|
| 74 |
+
pip install -U "huggingface_hub[cli]"
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
+
Then, downoad the individual model file the a local directory
|
| 78 |
+
|
| 79 |
+
```shell
|
| 80 |
+
huggingface-cli download tensorblock/SmolLM-1.7B-GGUF --include "SmolLM-1.7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 81 |
+
```
|
| 82 |
+
|
| 83 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 84 |
+
|
| 85 |
+
```shell
|
| 86 |
+
huggingface-cli download tensorblock/SmolLM-1.7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 87 |
+
```
|
SmolLM-1.7B-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30ba03f9e8455a2ea9484ee4f762845c6fd51a384b6cf075349b6dd50c1a3944
|
| 3 |
+
size 674583296
|
SmolLM-1.7B-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57f20c1ed14d155b2bde060f07de4e35e58ae072a08848d19991a833bfac87b5
|
| 3 |
+
size 932532992
|
SmolLM-1.7B-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f25c0d294845090b1e5fe91b7216dbe223be3b48c6247b73325d52d066a485b
|
| 3 |
+
size 860181248
|
SmolLM-1.7B-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff39a79ee5dc78ff27e49e62d6314d7072d0251f853a72cebcb31086eda2e136
|
| 3 |
+
size 776819456
|
SmolLM-1.7B-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:428a26a12ee3b16af5a71e2833e00718d194a9d9778323e155bf6e54a81e1f98
|
| 3 |
+
size 990728960
|
SmolLM-1.7B-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cca66df88f028c8a0004608f330dd7cb6235ec28e32ab75b37cb167d892f903
|
| 3 |
+
size 1055609600
|
SmolLM-1.7B-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9f63182899b546a2d59147df0e68d07ae5655ae59ed93884f5e2292f1e9f4c3
|
| 3 |
+
size 999117568
|
SmolLM-1.7B-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2f5d5d870a9e8be5b0ac4bb53d55488d47d8cdce24b41c222b651b05ec950e5
|
| 3 |
+
size 1192055552
|
SmolLM-1.7B-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a3abaa51a0363767aa7ea184967a04d757d892ed6f51efbf047232c43e84c33
|
| 3 |
+
size 1225478912
|
SmolLM-1.7B-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d31b98699c43b375dfe2c94852429d711a74af3c4f1750e32124f65246c95cb
|
| 3 |
+
size 1192055552
|
SmolLM-1.7B-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba77c7e54b33c709bb9aa63264b73ce6d3bed7f4a82103603ba0ddc30cb65ed8
|
| 3 |
+
size 1405965056
|
SmolLM-1.7B-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b318849f1080676eb82cc83ac56a422cbb6310363355c1190d6bf4cbd0a27c7
|
| 3 |
+
size 1820414720
|