From 5641a806d4f2e728f61f2ff923760d5ee35cab6b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 05:46:15 +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/llama-3.2-3B-chain-reasoning-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++ README.md | 64 ++++++++++++++++++++++++ llama-3.2-3B-chain-reasoning.IQ4_XS.gguf | 3 ++ llama-3.2-3B-chain-reasoning.Q2_K.gguf | 3 ++ llama-3.2-3B-chain-reasoning.Q3_K_L.gguf | 3 ++ llama-3.2-3B-chain-reasoning.Q3_K_M.gguf | 3 ++ llama-3.2-3B-chain-reasoning.Q3_K_S.gguf | 3 ++ llama-3.2-3B-chain-reasoning.Q4_K_M.gguf | 3 ++ llama-3.2-3B-chain-reasoning.Q4_K_S.gguf | 3 ++ llama-3.2-3B-chain-reasoning.Q5_K_M.gguf | 3 ++ llama-3.2-3B-chain-reasoning.Q5_K_S.gguf | 3 ++ llama-3.2-3B-chain-reasoning.Q6_K.gguf | 3 ++ llama-3.2-3B-chain-reasoning.Q8_0.gguf | 3 ++ llama-3.2-3B-chain-reasoning.f16.gguf | 3 ++ 14 files changed, 147 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 llama-3.2-3B-chain-reasoning.IQ4_XS.gguf create mode 100644 llama-3.2-3B-chain-reasoning.Q2_K.gguf create mode 100644 llama-3.2-3B-chain-reasoning.Q3_K_L.gguf create mode 100644 llama-3.2-3B-chain-reasoning.Q3_K_M.gguf create mode 100644 llama-3.2-3B-chain-reasoning.Q3_K_S.gguf create mode 100644 llama-3.2-3B-chain-reasoning.Q4_K_M.gguf create mode 100644 llama-3.2-3B-chain-reasoning.Q4_K_S.gguf create mode 100644 llama-3.2-3B-chain-reasoning.Q5_K_M.gguf create mode 100644 llama-3.2-3B-chain-reasoning.Q5_K_S.gguf create mode 100644 llama-3.2-3B-chain-reasoning.Q6_K.gguf create mode 100644 llama-3.2-3B-chain-reasoning.Q8_0.gguf create mode 100644 llama-3.2-3B-chain-reasoning.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9e610d5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +llama-3.2-3B-chain-reasoning.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3B-chain-reasoning.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6471d5 --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +--- +base_model: Shaleen123/llama-3.2-3B-chain-reasoning +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/Shaleen123/llama-3.2-3B-chain-reasoning + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-i1-GGUF +## 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/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3B-chain-reasoning-GGUF/resolve/main/llama-3.2-3B-chain-reasoning.f16.gguf) | f16 | 6.5 | 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/llama-3.2-3B-chain-reasoning.IQ4_XS.gguf b/llama-3.2-3B-chain-reasoning.IQ4_XS.gguf new file mode 100644 index 0000000..14ea15e --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e56f00860585eb19b31a3bc42638be8b0c026925d2f9e3dc91a06b4b20ae04 +size 1840903264 diff --git a/llama-3.2-3B-chain-reasoning.Q2_K.gguf b/llama-3.2-3B-chain-reasoning.Q2_K.gguf new file mode 100644 index 0000000..60d312a --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a6e6ea1c99aa6d397d4cb45486d3ea21c545fee6566013c57cba45c28e8e72 +size 1363932256 diff --git a/llama-3.2-3B-chain-reasoning.Q3_K_L.gguf b/llama-3.2-3B-chain-reasoning.Q3_K_L.gguf new file mode 100644 index 0000000..b865079 --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bb64e8b644c95048f1f3a857209ec51d171eebb484cf46ccca89cb199dd589 +size 1815344224 diff --git a/llama-3.2-3B-chain-reasoning.Q3_K_M.gguf b/llama-3.2-3B-chain-reasoning.Q3_K_M.gguf new file mode 100644 index 0000000..f22b9cc --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9acd01f7b8a149cbdc734f60ab87a4799990ab37711e475468aae0366731adaf +size 1687155808 diff --git a/llama-3.2-3B-chain-reasoning.Q3_K_S.gguf b/llama-3.2-3B-chain-reasoning.Q3_K_S.gguf new file mode 100644 index 0000000..c250154 --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8986ce2fc4381cbe2806c6f5d94e1be5702839d594bee7ebbe62e22b248f90a +size 1542845536 diff --git a/llama-3.2-3B-chain-reasoning.Q4_K_M.gguf b/llama-3.2-3B-chain-reasoning.Q4_K_M.gguf new file mode 100644 index 0000000..3b37ad7 --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd5aca571bfc5dd2135acee4ce00848ac077ddca9238a532b56236ce6e48166 +size 2019374176 diff --git a/llama-3.2-3B-chain-reasoning.Q4_K_S.gguf b/llama-3.2-3B-chain-reasoning.Q4_K_S.gguf new file mode 100644 index 0000000..0a0328f --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ab6e2aa405dc7a4c9a67d711413a1d166f14686170f2ced6c975c7e0eb2d05 +size 1928197216 diff --git a/llama-3.2-3B-chain-reasoning.Q5_K_M.gguf b/llama-3.2-3B-chain-reasoning.Q5_K_M.gguf new file mode 100644 index 0000000..f629e57 --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60f0a8bbce2f56402450f2dd95a288098c857a6d1bae5411f6bb5a0e123958d +size 2322150496 diff --git a/llama-3.2-3B-chain-reasoning.Q5_K_S.gguf b/llama-3.2-3B-chain-reasoning.Q5_K_S.gguf new file mode 100644 index 0000000..47d999c --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4eb1545d1a7151c148353e8a5fa69e65f6f63755f969acc5b11b37593b842d0 +size 2269508704 diff --git a/llama-3.2-3B-chain-reasoning.Q6_K.gguf b/llama-3.2-3B-chain-reasoning.Q6_K.gguf new file mode 100644 index 0000000..bd576bf --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5567bf4f2826ea4117d97b85a83dc4e816eddab9484cc57bae3ce80fad09a57e +size 2643850336 diff --git a/llama-3.2-3B-chain-reasoning.Q8_0.gguf b/llama-3.2-3B-chain-reasoning.Q8_0.gguf new file mode 100644 index 0000000..d3d5be1 --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d52454ef295669152f78a57d153a85f2c3a917ff99941df31da880fcfbe9ea +size 3421895776 diff --git a/llama-3.2-3B-chain-reasoning.f16.gguf b/llama-3.2-3B-chain-reasoning.f16.gguf new file mode 100644 index 0000000..b4a64ac --- /dev/null +++ b/llama-3.2-3B-chain-reasoning.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0c69a34c00265e0f4ce097a67213a0c882af206286064034ab9f5341b505f9 +size 6433684576