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

Model: bartowski/Reasoning-Llama-1b-v0.1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-18 18:55:06 +08:00
commit d9f59430e0
25 changed files with 259 additions and 0 deletions

57
.gitattributes vendored Normal file
View File

@@ -0,0 +1,57 @@
*.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
Reasoning-Llama-1b-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q2_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1-f16.gguf filter=lfs diff=lfs merge=lfs -text
Reasoning-Llama-1b-v0.1.imatrix filter=lfs diff=lfs merge=lfs -text

135
README.md Normal file
View File

@@ -0,0 +1,135 @@
---
base_model: KingNish/Reasoning-Llama-1b-v0.1
datasets:
- KingNish/reasoning-base-20k
language:
- en
license: llama3.2
pipeline_tag: text-generation
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
- sft
- reasoning
- llama-3
quantized_by: bartowski
---
## Llamacpp imatrix Quantizations of Reasoning-Llama-1b-v0.1
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3878">b3878</a> for quantization.
Original model: https://huggingface.co/KingNish/Reasoning-Llama-1b-v0.1
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
```
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
{system_prompt}<|eot_id|>
<|start_header_id|>user<|end_header_id|>
{prompt}<|eot_id|>
<|start_header_id|>assistant<|end_header_id|>
```
## Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Split | Description |
| -------- | ---------- | --------- | ----- | ----------- |
| [Reasoning-Llama-1b-v0.1-f16.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-f16.gguf) | f16 | 2.48GB | false | Full F16 weights. |
| [Reasoning-Llama-1b-v0.1-Q8_0.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q8_0.gguf) | Q8_0 | 1.32GB | false | Extremely high quality, generally unneeded but max available quant. |
| [Reasoning-Llama-1b-v0.1-Q6_K_L.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q6_K_L.gguf) | Q6_K_L | 1.09GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [Reasoning-Llama-1b-v0.1-Q6_K.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q6_K.gguf) | Q6_K | 1.02GB | false | Very high quality, near perfect, *recommended*. |
| [Reasoning-Llama-1b-v0.1-Q5_K_L.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q5_K_L.gguf) | Q5_K_L | 0.98GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [Reasoning-Llama-1b-v0.1-Q5_K_M.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q5_K_M.gguf) | Q5_K_M | 0.91GB | false | High quality, *recommended*. |
| [Reasoning-Llama-1b-v0.1-Q5_K_S.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q5_K_S.gguf) | Q5_K_S | 0.89GB | false | High quality, *recommended*. |
| [Reasoning-Llama-1b-v0.1-Q4_K_L.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q4_K_L.gguf) | Q4_K_L | 0.87GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [Reasoning-Llama-1b-v0.1-Q4_K_M.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q4_K_M.gguf) | Q4_K_M | 0.81GB | false | Good quality, default size for must use cases, *recommended*. |
| [Reasoning-Llama-1b-v0.1-Q3_K_XL.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q3_K_XL.gguf) | Q3_K_XL | 0.80GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [Reasoning-Llama-1b-v0.1-Q4_K_S.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q4_K_S.gguf) | Q4_K_S | 0.78GB | false | Slightly lower quality with more space savings, *recommended*. |
| [Reasoning-Llama-1b-v0.1-Q4_0_8_8.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q4_0_8_8.gguf) | Q4_0_8_8 | 0.77GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
| [Reasoning-Llama-1b-v0.1-Q4_0_4_8.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q4_0_4_8.gguf) | Q4_0_4_8 | 0.77GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
| [Reasoning-Llama-1b-v0.1-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q4_0_4_4.gguf) | Q4_0_4_4 | 0.77GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
| [Reasoning-Llama-1b-v0.1-Q4_0.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q4_0.gguf) | Q4_0 | 0.77GB | false | Legacy format, generally not worth using over similarly sized formats |
| [Reasoning-Llama-1b-v0.1-IQ4_XS.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-IQ4_XS.gguf) | IQ4_XS | 0.74GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [Reasoning-Llama-1b-v0.1-Q3_K_L.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q3_K_L.gguf) | Q3_K_L | 0.73GB | false | Lower quality but usable, good for low RAM availability. |
| [Reasoning-Llama-1b-v0.1-IQ3_M.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-IQ3_M.gguf) | IQ3_M | 0.66GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| [Reasoning-Llama-1b-v0.1-Q3_K_S.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q3_K_S.gguf) | Q3_K_S | 0.64GB | false | Low quality, not recommended. |
| [Reasoning-Llama-1b-v0.1-Q2_K_L.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q2_K_L.gguf) | Q2_K_L | 0.64GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| [Reasoning-Llama-1b-v0.1-Q2_K.gguf](https://huggingface.co/bartowski/Reasoning-Llama-1b-v0.1-GGUF/blob/main/Reasoning-Llama-1b-v0.1-Q2_K.gguf) | Q2_K | 0.58GB | 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/Reasoning-Llama-1b-v0.1-GGUF --include "Reasoning-Llama-1b-v0.1-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/Reasoning-Llama-1b-v0.1-GGUF --include "Reasoning-Llama-1b-v0.1-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (Reasoning-Llama-1b-v0.1-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:67fda73ecfe6abbacbf8bcd242d11ce33bc939bab9ec90dd895b32233c103249
size 657286368

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

1
configuration.json Normal file
View File

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