From a0c339c5025947dfa83ac9d40ee9b194be432238 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 26 Jun 2026 23:28:17 +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/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++ README.md | 70 +++++++++++++++++++ ...oningCore-Llama-3.2-3B-R01-1.1.IQ4_XS.gguf | 3 + ReasoningCore-Llama-3.2-3B-R01-1.1.Q2_K.gguf | 3 + ...oningCore-Llama-3.2-3B-R01-1.1.Q3_K_L.gguf | 3 + ...oningCore-Llama-3.2-3B-R01-1.1.Q3_K_M.gguf | 3 + ...oningCore-Llama-3.2-3B-R01-1.1.Q3_K_S.gguf | 3 + ...oningCore-Llama-3.2-3B-R01-1.1.Q4_K_M.gguf | 3 + ...oningCore-Llama-3.2-3B-R01-1.1.Q4_K_S.gguf | 3 + ...oningCore-Llama-3.2-3B-R01-1.1.Q5_K_M.gguf | 3 + ...oningCore-Llama-3.2-3B-R01-1.1.Q5_K_S.gguf | 3 + ReasoningCore-Llama-3.2-3B-R01-1.1.Q6_K.gguf | 3 + ReasoningCore-Llama-3.2-3B-R01-1.1.Q8_0.gguf | 3 + ReasoningCore-Llama-3.2-3B-R01-1.1.f16.gguf | 3 + 14 files changed, 153 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.IQ4_XS.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.Q2_K.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_L.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_M.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_S.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_M.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_S.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_M.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_S.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.Q6_K.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.Q8_0.gguf create mode 100644 ReasoningCore-Llama-3.2-3B-R01-1.1.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e35605c --- /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 +ReasoningCore-Llama-3.2-3B-R01-1.1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-Llama-3.2-3B-R01-1.1.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..49f9559 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: EpistemeAI/ReasoningCore-Llama-3.2-3B-R01-1.1 +language: +- en +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +--- +## About + + + + + + +static quants of https://huggingface.co/EpistemeAI/ReasoningCore-Llama-3.2-3B-R01-1.1 + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-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/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-Llama-3.2-3B-R01-1.1-GGUF/resolve/main/ReasoningCore-Llama-3.2-3B-R01-1.1.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/ReasoningCore-Llama-3.2-3B-R01-1.1.IQ4_XS.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.IQ4_XS.gguf new file mode 100644 index 0000000..954521b --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c81313153c5cd3d36e99a9f54b3ef4af7c7254bfdecf32492f047a49d4c8a89 +size 1840912736 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.Q2_K.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q2_K.gguf new file mode 100644 index 0000000..f43dbfb --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce3be229910a19dfd9985d6f97d435d57a3a4a42a2dc5970fb841b8117f38af +size 1363941728 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_L.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_L.gguf new file mode 100644 index 0000000..2af39e7 --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ddacb0483a4786bf8cbe9d808e11159ba3e00305fe4bd94c99502a1f8b847f +size 1815353696 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_M.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_M.gguf new file mode 100644 index 0000000..824ab9d --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581598c30965421d3aca63ce871869377f167941c5b76c0bf56befe0537d478e +size 1687165280 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_S.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_S.gguf new file mode 100644 index 0000000..b7c372f --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80414e5a1e39247354fe87664b629ad0e0d9e8234211b27d844f8cc5f9a2355a +size 1542855008 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_M.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_M.gguf new file mode 100644 index 0000000..2a2d837 --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9349eda53c73356a3cdb244c1732bb1f67a315754ecb41500fda8cadedc34d04 +size 2019383648 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_S.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_S.gguf new file mode 100644 index 0000000..fcfa523 --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14c1709a05746158715ecad2cb9bc3776c0262e7e17d615ae15a19acb4f6eb8 +size 1928206688 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_M.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_M.gguf new file mode 100644 index 0000000..8c1950f --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8310402b31ad9c4b8a3420894a16715ce5dc47e644331968fd16167a5af92f3f +size 2322159968 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_S.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_S.gguf new file mode 100644 index 0000000..9368c82 --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8631360d9bb5bb54eba12a60ea3ee67a8cb787ddcd89a99277cd332e0736a4 +size 2269518176 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.Q6_K.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q6_K.gguf new file mode 100644 index 0000000..a5d81d7 --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e2bdee16778db0c0c5a3c97bbcfe273ec7fd36e18ba5c4a9ef6f9f6a2adaad +size 2643859808 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.Q8_0.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q8_0.gguf new file mode 100644 index 0000000..98cff6e --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ba35e65b23eea231c035480757ec5128151dc55b5a9f44593ce00674a00005 +size 3421905248 diff --git a/ReasoningCore-Llama-3.2-3B-R01-1.1.f16.gguf b/ReasoningCore-Llama-3.2-3B-R01-1.1.f16.gguf new file mode 100644 index 0000000..30a07de --- /dev/null +++ b/ReasoningCore-Llama-3.2-3B-R01-1.1.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b35f288e257c15e06cabf9698a55fad195448576ca41b4a28b9ef661d5bc777 +size 6433694048