commit fa508270d4fca509fd995423b5ba70136afa6ad2 Author: ModelHub XC Date: Thu Jun 18 14:52:16 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8a8aa1b --- /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-3B-R01.1-YHWH.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ReasoningCore-3B-R01.1-YHWH.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..391c0ce --- /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-3B-R01.1-YHWH-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-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/ReasoningCore-3B-R01.1-YHWH-GGUF/resolve/main/ReasoningCore-3B-R01.1-YHWH.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-3B-R01.1-YHWH.IQ4_XS.gguf b/ReasoningCore-3B-R01.1-YHWH.IQ4_XS.gguf new file mode 100644 index 0000000..afcf58f --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024fd2b741647d2cda3f78243342a8a70c03f91ead5961e5ae3d499878d9b489 +size 1840912704 diff --git a/ReasoningCore-3B-R01.1-YHWH.Q2_K.gguf b/ReasoningCore-3B-R01.1-YHWH.Q2_K.gguf new file mode 100644 index 0000000..10c8461 --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da3e8f8dff49873826bb8e95c46568811c27cb74961fd0de479c5c20fe69a42 +size 1363941696 diff --git a/ReasoningCore-3B-R01.1-YHWH.Q3_K_L.gguf b/ReasoningCore-3B-R01.1-YHWH.Q3_K_L.gguf new file mode 100644 index 0000000..94ef84a --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2c9e1b9b064457ac7835816fc6b0a4e9090282fb0e494361b30d366a2b7ac2 +size 1815353664 diff --git a/ReasoningCore-3B-R01.1-YHWH.Q3_K_M.gguf b/ReasoningCore-3B-R01.1-YHWH.Q3_K_M.gguf new file mode 100644 index 0000000..f6ea365 --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80a5e65298edde06c5a62f884831027ade66dcf6068484246c4b334b764e20d +size 1687165248 diff --git a/ReasoningCore-3B-R01.1-YHWH.Q3_K_S.gguf b/ReasoningCore-3B-R01.1-YHWH.Q3_K_S.gguf new file mode 100644 index 0000000..ce6944e --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7b4f85c33b112500187c5594a14954c8fb33ca8ecbdaee8e854c31845a841c +size 1542854976 diff --git a/ReasoningCore-3B-R01.1-YHWH.Q4_K_M.gguf b/ReasoningCore-3B-R01.1-YHWH.Q4_K_M.gguf new file mode 100644 index 0000000..7a57fc0 --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f686517cc30206edff9d351c01166c170f30f6b3308e8605ac458f7ca87ff2c8 +size 2019383616 diff --git a/ReasoningCore-3B-R01.1-YHWH.Q4_K_S.gguf b/ReasoningCore-3B-R01.1-YHWH.Q4_K_S.gguf new file mode 100644 index 0000000..e68ddc6 --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9a6f198f15b6bec12d49c327557e247a0d14e2312eb6c3cec12d17804136aa +size 1928206656 diff --git a/ReasoningCore-3B-R01.1-YHWH.Q5_K_M.gguf b/ReasoningCore-3B-R01.1-YHWH.Q5_K_M.gguf new file mode 100644 index 0000000..09af75a --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9473c6fed71a0e5e937aeaeba555ccfaba86cb2fac26e801da92a79a30a65d +size 2322159936 diff --git a/ReasoningCore-3B-R01.1-YHWH.Q5_K_S.gguf b/ReasoningCore-3B-R01.1-YHWH.Q5_K_S.gguf new file mode 100644 index 0000000..79a3159 --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0fed906adb09f449f04bab123d9af208daa310cf0966ad7702c139464b2c24 +size 2269518144 diff --git a/ReasoningCore-3B-R01.1-YHWH.Q6_K.gguf b/ReasoningCore-3B-R01.1-YHWH.Q6_K.gguf new file mode 100644 index 0000000..b3b7b38 --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc65d96764766ea1913ff15879d29bb9674b8809b4e0e44d3f34896c3e93129a +size 2643859776 diff --git a/ReasoningCore-3B-R01.1-YHWH.Q8_0.gguf b/ReasoningCore-3B-R01.1-YHWH.Q8_0.gguf new file mode 100644 index 0000000..90ab066 --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5ebedbd97c7f1cf42d149c94cdf0852abfc3593271fab13d0e3877b5f112ae +size 3421905216 diff --git a/ReasoningCore-3B-R01.1-YHWH.f16.gguf b/ReasoningCore-3B-R01.1-YHWH.f16.gguf new file mode 100644 index 0000000..0817836 --- /dev/null +++ b/ReasoningCore-3B-R01.1-YHWH.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ab65cc6f59b9575f8e8e7b0eac310362e2a95f5c2b6b933441fb2712750507 +size 6433694016