From 1ed413c53d74b0bcf6394050030171e1c90ea8ad Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 14 Jul 2026 17:58:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/Reasoning-0.5b-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++++ README.md | 89 ++++++++++++++++++++++++++++++++++++++ Reasoning-0.5b.IQ3_M.gguf | 3 ++ Reasoning-0.5b.IQ3_S.gguf | 3 ++ Reasoning-0.5b.IQ3_XS.gguf | 3 ++ Reasoning-0.5b.IQ4_XS.gguf | 3 ++ Reasoning-0.5b.Q2_K.gguf | 3 ++ Reasoning-0.5b.Q3_K_L.gguf | 3 ++ Reasoning-0.5b.Q3_K_M.gguf | 3 ++ Reasoning-0.5b.Q3_K_S.gguf | 3 ++ Reasoning-0.5b.Q4_K_M.gguf | 3 ++ Reasoning-0.5b.Q4_K_S.gguf | 3 ++ Reasoning-0.5b.Q5_K_M.gguf | 3 ++ Reasoning-0.5b.Q5_K_S.gguf | 3 ++ Reasoning-0.5b.Q6_K.gguf | 3 ++ Reasoning-0.5b.Q8_0.gguf | 3 ++ Reasoning-0.5b.f16.gguf | 3 ++ 17 files changed, 184 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Reasoning-0.5b.IQ3_M.gguf create mode 100644 Reasoning-0.5b.IQ3_S.gguf create mode 100644 Reasoning-0.5b.IQ3_XS.gguf create mode 100644 Reasoning-0.5b.IQ4_XS.gguf create mode 100644 Reasoning-0.5b.Q2_K.gguf create mode 100644 Reasoning-0.5b.Q3_K_L.gguf create mode 100644 Reasoning-0.5b.Q3_K_M.gguf create mode 100644 Reasoning-0.5b.Q3_K_S.gguf create mode 100644 Reasoning-0.5b.Q4_K_M.gguf create mode 100644 Reasoning-0.5b.Q4_K_S.gguf create mode 100644 Reasoning-0.5b.Q5_K_M.gguf create mode 100644 Reasoning-0.5b.Q5_K_S.gguf create mode 100644 Reasoning-0.5b.Q6_K.gguf create mode 100644 Reasoning-0.5b.Q8_0.gguf create mode 100644 Reasoning-0.5b.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8302614 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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-0.5b.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.f16.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-0.5b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e8e5b5 --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +--- +base_model: KingNish/Reasoning-0.5b +datasets: +- KingNish/reasoning-base-20k +language: +- zho +- eng +- fra +- spa +- por +- deu +- ita +- rus +- jpn +- kor +- vie +- tha +- ara +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- qwen2 +- trl +- sft +- reasoning +--- +## About + + + + + + +static quants of https://huggingface.co/KingNish/Reasoning-0.5b + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## Usage + +If you are unsure how to use GGUF files, refer to one of [TheBloke's +READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for +more details, including on how to concatenate multi-part files. + +## Provided Quants + +(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants) + +| Link | Type | Size/GB | Notes | +|:-----|:-----|--------:|:------| +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.Q3_K_S.gguf) | Q3_K_S | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.IQ3_S.gguf) | IQ3_S | 0.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.IQ3_XS.gguf) | IQ3_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.Q2_K.gguf) | Q2_K | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.IQ3_M.gguf) | IQ3_M | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.IQ4_XS.gguf) | IQ4_XS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.Q3_K_M.gguf) | Q3_K_M | 0.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.Q3_K_L.gguf) | Q3_K_L | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.Q4_K_S.gguf) | Q4_K_S | 0.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.Q4_K_M.gguf) | Q4_K_M | 0.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.Q5_K_S.gguf) | Q5_K_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.Q5_K_M.gguf) | Q5_K_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.Q6_K.gguf) | Q6_K | 0.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.Q8_0.gguf) | Q8_0 | 0.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-0.5b-GGUF/resolve/main/Reasoning-0.5b.f16.gguf) | f16 | 1.1 | 16 bpw, overkill | + +Here is a handy graph by ikawrakow comparing some lower-quality quant +types (lower is better): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +And here are Artefact2's thoughts on the matter: +https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9 + +## FAQ / Model Request + +See https://huggingface.co/mradermacher/model_requests for some answers to +questions you might have and/or if you want some other model quantized. + +## Thanks + +I thank my company, [nethype GmbH](https://www.nethype.de/), for letting +me use its servers and providing upgrades to my workstation to enable +this work in my free time. + + diff --git a/Reasoning-0.5b.IQ3_M.gguf b/Reasoning-0.5b.IQ3_M.gguf new file mode 100644 index 0000000..7491a7a --- /dev/null +++ b/Reasoning-0.5b.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5eb35470f99acc31a64924147338519bd266c39d1634462d8e854317b96c2e +size 342750656 diff --git a/Reasoning-0.5b.IQ3_S.gguf b/Reasoning-0.5b.IQ3_S.gguf new file mode 100644 index 0000000..1fcea7f --- /dev/null +++ b/Reasoning-0.5b.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c6aed2018423afac16f9416fb3b3320ebcf82bd940d883e2a503b5909aadf1 +size 338605760 diff --git a/Reasoning-0.5b.IQ3_XS.gguf b/Reasoning-0.5b.IQ3_XS.gguf new file mode 100644 index 0000000..ffc4055 --- /dev/null +++ b/Reasoning-0.5b.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfadae080ec1adfb8134b4ae7ccb06f30fa823e327f23cd74280effd7241dded +size 338605760 diff --git a/Reasoning-0.5b.IQ4_XS.gguf b/Reasoning-0.5b.IQ4_XS.gguf new file mode 100644 index 0000000..bda7eca --- /dev/null +++ b/Reasoning-0.5b.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0af5955772be33126832e92351e79d322b68ddb29e345035480b309d3a9872 +size 351443648 diff --git a/Reasoning-0.5b.Q2_K.gguf b/Reasoning-0.5b.Q2_K.gguf new file mode 100644 index 0000000..a1493c1 --- /dev/null +++ b/Reasoning-0.5b.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a58e4e0a8a0513550df24c790fac8c035bb4e01ad83dffe16eef58710b73de7 +size 338605760 diff --git a/Reasoning-0.5b.Q3_K_L.gguf b/Reasoning-0.5b.Q3_K_L.gguf new file mode 100644 index 0000000..51ac024 --- /dev/null +++ b/Reasoning-0.5b.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49325220b7f4acf10f25a74fb4b4f6435ad728b5ac2def6b9885c002ecde2f0 +size 369356480 diff --git a/Reasoning-0.5b.Q3_K_M.gguf b/Reasoning-0.5b.Q3_K_M.gguf new file mode 100644 index 0000000..06da01f --- /dev/null +++ b/Reasoning-0.5b.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45cd249830aacc9334168377292f7fbf8fda2788a67da93226014d082c1ae7e1 +size 355464896 diff --git a/Reasoning-0.5b.Q3_K_S.gguf b/Reasoning-0.5b.Q3_K_S.gguf new file mode 100644 index 0000000..654c6da --- /dev/null +++ b/Reasoning-0.5b.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dddb452b1b37693a9ebb427475e78284fbdadcf051689013962290319b8b4ba +size 338261696 diff --git a/Reasoning-0.5b.Q4_K_M.gguf b/Reasoning-0.5b.Q4_K_M.gguf new file mode 100644 index 0000000..04699d9 --- /dev/null +++ b/Reasoning-0.5b.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c423282de055b4ed918fb8743d61a89e7c04f56786110c906c7bc2303c238314 +size 397806272 diff --git a/Reasoning-0.5b.Q4_K_S.gguf b/Reasoning-0.5b.Q4_K_S.gguf new file mode 100644 index 0000000..12da243 --- /dev/null +++ b/Reasoning-0.5b.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59b2bd0c53af0773dc6724c6e587513b936f416a6b071648ec4a8851060a4e5 +size 385470144 diff --git a/Reasoning-0.5b.Q5_K_M.gguf b/Reasoning-0.5b.Q5_K_M.gguf new file mode 100644 index 0000000..18b8674 --- /dev/null +++ b/Reasoning-0.5b.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4765236006a5b5a740933903ad5b1062b064cdfdaa137e1e578fd096bf29481 +size 420084416 diff --git a/Reasoning-0.5b.Q5_K_S.gguf b/Reasoning-0.5b.Q5_K_S.gguf new file mode 100644 index 0000000..4bba3ad --- /dev/null +++ b/Reasoning-0.5b.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f804bb196ae777eda577bb4109b53155c8363ca1180a8f3937c44bd2a48db0 +size 412708544 diff --git a/Reasoning-0.5b.Q6_K.gguf b/Reasoning-0.5b.Q6_K.gguf new file mode 100644 index 0000000..6454120 --- /dev/null +++ b/Reasoning-0.5b.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e710e2d84cc22b13a612c4944c0a2aa0e5ac1ebf6515b6a2e0b5831328fbb276 +size 505734848 diff --git a/Reasoning-0.5b.Q8_0.gguf b/Reasoning-0.5b.Q8_0.gguf new file mode 100644 index 0000000..7c30529 --- /dev/null +++ b/Reasoning-0.5b.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443c3f2d4d7f2f8054df07be335baf403fd831577365ce0590c4d873f475bc7f +size 531066560 diff --git a/Reasoning-0.5b.f16.gguf b/Reasoning-0.5b.f16.gguf new file mode 100644 index 0000000..fdb8fad --- /dev/null +++ b/Reasoning-0.5b.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0300deef63b1771c6173743cab5ee31c9dc1551f1164223d29a3f98ba3bcf2aa +size 994155200