初始化项目,由ModelHub XC社区提供模型

Model: bartowski/SmolLM2-135M-Instruct-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-05 19:53:16 +08:00
commit 9b3c23c8bb
27 changed files with 254 additions and 0 deletions

58
.gitattributes vendored Normal file
View File

@@ -0,0 +1,58 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt filter=lfs diff=lfs merge=lfs -text
*.ftz filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.joblib filter=lfs diff=lfs merge=lfs -text
*.lfs.* filter=lfs diff=lfs merge=lfs -text
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text
*.ot filter=lfs diff=lfs merge=lfs -text
*.parquet filter=lfs diff=lfs merge=lfs -text
*.pb filter=lfs diff=lfs merge=lfs -text
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl filter=lfs diff=lfs merge=lfs -text
*.pt filter=lfs diff=lfs merge=lfs -text
*.pth filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tflite filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q2_K_L.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
SmolLM2-135M-Instruct-f16.gguf filter=lfs diff=lfs merge=lfs -text

126
README.md Normal file
View File

@@ -0,0 +1,126 @@
---
base_model: HuggingFaceTB/SmolLM2-135M-Instruct
language:
- en
license: apache-2.0
pipeline_tag: text-generation
quantized_by: bartowski
---
## Llamacpp imatrix Quantizations of SmolLM2-135M-Instruct
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3991">b3991</a> for quantization.
Original model: https://huggingface.co/HuggingFaceTB/SmolLM2-135M-Instruct
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
Run them in [LM Studio](https://lmstudio.ai/)
## Prompt format
```
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```
## Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Split | Description |
| -------- | ---------- | --------- | ----- | ----------- |
| [SmolLM2-135M-Instruct-f16.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-f16.gguf) | f16 | 0.27GB | false | Full F16 weights. |
| [SmolLM2-135M-Instruct-Q8_0.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q8_0.gguf) | Q8_0 | 0.14GB | false | Extremely high quality, generally unneeded but max available quant. |
| [SmolLM2-135M-Instruct-Q6_K_L.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q6_K_L.gguf) | Q6_K_L | 0.14GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [SmolLM2-135M-Instruct-Q6_K.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q6_K.gguf) | Q6_K | 0.14GB | false | Very high quality, near perfect, *recommended*. |
| [SmolLM2-135M-Instruct-Q5_K_L.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q5_K_L.gguf) | Q5_K_L | 0.11GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [SmolLM2-135M-Instruct-Q5_K_M.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q5_K_M.gguf) | Q5_K_M | 0.11GB | false | High quality, *recommended*. |
| [SmolLM2-135M-Instruct-Q5_K_S.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q5_K_S.gguf) | Q5_K_S | 0.11GB | false | High quality, *recommended*. |
| [SmolLM2-135M-Instruct-Q4_K_L.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q4_K_L.gguf) | Q4_K_L | 0.11GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [SmolLM2-135M-Instruct-Q4_K_M.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q4_K_M.gguf) | Q4_K_M | 0.11GB | false | Good quality, default size for must use cases, *recommended*. |
| [SmolLM2-135M-Instruct-Q4_K_S.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q4_K_S.gguf) | Q4_K_S | 0.10GB | false | Slightly lower quality with more space savings, *recommended*. |
| [SmolLM2-135M-Instruct-Q3_K_XL.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q3_K_XL.gguf) | Q3_K_XL | 0.10GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [SmolLM2-135M-Instruct-Q3_K_L.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.10GB | false | Lower quality but usable, good for low RAM availability. |
| [SmolLM2-135M-Instruct-Q4_0_8_8.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q4_0_8_8.gguf) | Q4_0_8_8 | 0.09GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). *Don't use on Mac or Windows*. |
| [SmolLM2-135M-Instruct-Q4_0_4_8.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q4_0_4_8.gguf) | Q4_0_4_8 | 0.09GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). *Don't use on Mac or Windows*. |
| [SmolLM2-135M-Instruct-Q4_0_4_4.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q4_0_4_4.gguf) | Q4_0_4_4 | 0.09GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. *Don't use on Mac or Windows*. |
| [SmolLM2-135M-Instruct-Q4_0.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q4_0.gguf) | Q4_0 | 0.09GB | false | Legacy format, generally not worth using over similarly sized formats |
| [SmolLM2-135M-Instruct-IQ4_XS.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-IQ4_XS.gguf) | IQ4_XS | 0.09GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [SmolLM2-135M-Instruct-Q3_K_M.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q3_K_M.gguf) | Q3_K_M | 0.09GB | false | Low quality. |
| [SmolLM2-135M-Instruct-IQ3_M.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-IQ3_M.gguf) | IQ3_M | 0.09GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| [SmolLM2-135M-Instruct-Q3_K_S.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q3_K_S.gguf) | Q3_K_S | 0.09GB | false | Low quality, not recommended. |
| [SmolLM2-135M-Instruct-IQ3_XS.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-IQ3_XS.gguf) | IQ3_XS | 0.09GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| [SmolLM2-135M-Instruct-Q2_K_L.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q2_K_L.gguf) | Q2_K_L | 0.09GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| [SmolLM2-135M-Instruct-Q2_K.gguf](https://huggingface.co/bartowski/SmolLM2-135M-Instruct-GGUF/blob/main/SmolLM2-135M-Instruct-Q2_K.gguf) | Q2_K | 0.09GB | false | Very low quality but surprisingly usable. |
## Embed/output weights
Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to.
Some say that this improves the quality, others don't notice any difference. If you use these models PLEASE COMMENT with your findings. I would like feedback that these are actually used and useful so I don't keep uploading quants no one is using.
Thanks!
## Downloading using huggingface-cli
First, make sure you have hugginface-cli installed:
```
pip install -U "huggingface_hub[cli]"
```
Then, you can target the specific file you want:
```
huggingface-cli download bartowski/SmolLM2-135M-Instruct-GGUF --include "SmolLM2-135M-Instruct-Q4_K_M.gguf" --local-dir ./
```
If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
```
huggingface-cli download bartowski/SmolLM2-135M-Instruct-GGUF --include "SmolLM2-135M-Instruct-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (SmolLM2-135M-Instruct-Q8_0) or download them all in place (./)
## Q4_0_X_X
These are *NOT* for Metal (Apple) offloading, only ARM chips.
If you're using an ARM chip, the Q4_0_X_X quants will have a substantial speedup. Check out Q4_0_4_4 speed comparisons [on the original pull request](https://github.com/ggerganov/llama.cpp/pull/5780#pullrequestreview-21657544660)
To check which one would work best for your ARM chip, you can check [AArch64 SoC features](https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html) (thanks EloyOn!).
## Which file should I choose?
A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.
If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.
If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.
Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M.
If you want to get more into the weeds, you can check out this extremely useful feature chart:
[llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size.
These I-quants can also be used on CPU and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
## Credits
Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset
Thank you ZeroWw for the inspiration to experiment with embed/output
Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8a0e942fe93529b7601a7620c8aa1bdc1bede40ff668ed9d6339686384392d7
size 90213472

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfb39501dd5f4b5e0bf0285e195ba044b5fd1b2b26eb12c166c116d5c867bbce
size 88202080

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d766661c2e39c3da78d8eddf15287af263dce1eedc1c9c8093ed8e54eb067dbc
size 90897760

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:741ad12b64088fedc17c33aacb22e48be1972ef36a39f03666dd68bd15614fb9
size 88202080

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:741ad12b64088fedc17c33aacb22e48be1972ef36a39f03666dd68bd15614fb9
size 88202080

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af0cfb0051df7e10205f841dfc744f033ca245f7e2df001e51c00e36296792e8
size 97533280

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b431be309b25c9496463b3362d89a7156c44cdd899ee64f1390f11a059188ef
size 93510496

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7add77b8d3736d6b2fd21dc96e69be026f19bde843e9988b43cef1315fc5eebe
size 88202080

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af0cfb0051df7e10205f841dfc744f033ca245f7e2df001e51c00e36296792e8
size 97533280

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bcc3af2849ad6095af57e9b5cd43775256efdc66e306acb529172f92d0c04b03
size 91893088

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46dc6d6135f2bc0f20545bc00f6d82fbcffc4d6eddf1f390db1fb5a605f130e6
size 91727200

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c26af42515f42f38166012de59c6818c88862c4408bb548cbb90fcb4caf1e0e4
size 91727200

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee5e106cc3f9b6fd52d8ef4f82a8352a11eef7c7d5c905d5dfbbbcd5631fbad0
size 91727200

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e8040ceae7815abe0dcb3540b9995eaa1fa0d2ca9e797d0a635ae4433c68c2d
size 105454432

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e8040ceae7815abe0dcb3540b9995eaa1fa0d2ca9e797d0a635ae4433c68c2d
size 105454432

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8654d8eb14c45ef3c6170b3f0c6ccd02ba3e1a6b406ca02f4ffadf0b1b222a0
size 102039904

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:731d0c9cf598dada9712242ceddcca88aa0502fc8f9b8f773917df9f9113463a
size 112103776

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:731d0c9cf598dada9712242ceddcca88aa0502fc8f9b8f773917df9f9113463a
size 112103776

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:604c0c03ddcc3539d54705d0a165bd7ea8e7e9f5acb4bc8456cf136ef09d9a4e
size 109974880

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:012e83bc3f8ae14bdead7abdd577bdb0b8ad5a3a913ac1a843a6a3a8d7d5d8a5
size 138383200

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:012e83bc3f8ae14bdead7abdd577bdb0b8ad5a3a913ac1a843a6a3a8d7d5d8a5
size 138383200

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a1395716f7913741cc51d98581b9b1228d80987a9f7d3664106742eb06bba83
size 144811360

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f535f83ec568d040f88ddc04a199fa6da90923bbb41d4dcaed02caa924d6ef57
size 270885952

Binary file not shown.

1
configuration.json Normal file
View File

@@ -0,0 +1 @@
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}