From 0235b93bb3ce06beb5119d157912e8f4a5d1eebb Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 30 Jun 2026 10:42: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/Mini-Think-Base-1B-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++++ Mini-Think-Base-1B.IQ4_XS.gguf | 3 ++ Mini-Think-Base-1B.Q2_K.gguf | 3 ++ Mini-Think-Base-1B.Q3_K_L.gguf | 3 ++ Mini-Think-Base-1B.Q3_K_M.gguf | 3 ++ Mini-Think-Base-1B.Q3_K_S.gguf | 3 ++ Mini-Think-Base-1B.Q4_K_M.gguf | 3 ++ Mini-Think-Base-1B.Q4_K_S.gguf | 3 ++ Mini-Think-Base-1B.Q5_K_M.gguf | 3 ++ Mini-Think-Base-1B.Q5_K_S.gguf | 3 ++ Mini-Think-Base-1B.Q6_K.gguf | 3 ++ Mini-Think-Base-1B.Q8_0.gguf | 3 ++ Mini-Think-Base-1B.f16.gguf | 3 ++ README.md | 69 ++++++++++++++++++++++++++++++++++ 14 files changed, 152 insertions(+) create mode 100644 .gitattributes create mode 100644 Mini-Think-Base-1B.IQ4_XS.gguf create mode 100644 Mini-Think-Base-1B.Q2_K.gguf create mode 100644 Mini-Think-Base-1B.Q3_K_L.gguf create mode 100644 Mini-Think-Base-1B.Q3_K_M.gguf create mode 100644 Mini-Think-Base-1B.Q3_K_S.gguf create mode 100644 Mini-Think-Base-1B.Q4_K_M.gguf create mode 100644 Mini-Think-Base-1B.Q4_K_S.gguf create mode 100644 Mini-Think-Base-1B.Q5_K_M.gguf create mode 100644 Mini-Think-Base-1B.Q5_K_S.gguf create mode 100644 Mini-Think-Base-1B.Q6_K.gguf create mode 100644 Mini-Think-Base-1B.Q8_0.gguf create mode 100644 Mini-Think-Base-1B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f95b8d8 --- /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 +Mini-Think-Base-1B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Mini-Think-Base-1B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Mini-Think-Base-1B.IQ4_XS.gguf b/Mini-Think-Base-1B.IQ4_XS.gguf new file mode 100644 index 0000000..3467ec3 --- /dev/null +++ b/Mini-Think-Base-1B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc6c20047fd007900d326379bc9e08bb201f46621172dbe870586210e007e9c +size 748388416 diff --git a/Mini-Think-Base-1B.Q2_K.gguf b/Mini-Think-Base-1B.Q2_K.gguf new file mode 100644 index 0000000..a28ff59 --- /dev/null +++ b/Mini-Think-Base-1B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415ea07c69d4d844372c9cbd096177154201cd90185d711b9a34aa0a56f8e19e +size 580878400 diff --git a/Mini-Think-Base-1B.Q3_K_L.gguf b/Mini-Think-Base-1B.Q3_K_L.gguf new file mode 100644 index 0000000..90bc8e2 --- /dev/null +++ b/Mini-Think-Base-1B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e3f0aa25d0f84af14714746a50613498d6f755fc97d61990c42eb7202acf90 +size 732528704 diff --git a/Mini-Think-Base-1B.Q3_K_M.gguf b/Mini-Think-Base-1B.Q3_K_M.gguf new file mode 100644 index 0000000..5e930c5 --- /dev/null +++ b/Mini-Think-Base-1B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78942d0cf415ff578e4a284222ef5d50b052a1d42d44348bd631336b1e1d512 +size 690847808 diff --git a/Mini-Think-Base-1B.Q3_K_S.gguf b/Mini-Think-Base-1B.Q3_K_S.gguf new file mode 100644 index 0000000..70b5a5e --- /dev/null +++ b/Mini-Think-Base-1B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21861e96bfc7b767f40a33792deaf75041634d0fbbaa84241e75304fe62e4ee2 +size 641695808 diff --git a/Mini-Think-Base-1B.Q4_K_M.gguf b/Mini-Think-Base-1B.Q4_K_M.gguf new file mode 100644 index 0000000..3b328ff --- /dev/null +++ b/Mini-Think-Base-1B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ee93af2d471d7813179eebae22ecd150b82c0ba1560aa0010c456001a4863c +size 807698496 diff --git a/Mini-Think-Base-1B.Q4_K_S.gguf b/Mini-Think-Base-1B.Q4_K_S.gguf new file mode 100644 index 0000000..09e1765 --- /dev/null +++ b/Mini-Think-Base-1B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e152466cfb33934ceef8e88c6c504be444535ee340dae55a0dc04a865a47aa08 +size 775651392 diff --git a/Mini-Think-Base-1B.Q5_K_M.gguf b/Mini-Think-Base-1B.Q5_K_M.gguf new file mode 100644 index 0000000..80a94f8 --- /dev/null +++ b/Mini-Think-Base-1B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c39000d369c629fc22543d5f1fd93f96e7a6b4e7752a882122b5df08fc075ae +size 911507520 diff --git a/Mini-Think-Base-1B.Q5_K_S.gguf b/Mini-Think-Base-1B.Q5_K_S.gguf new file mode 100644 index 0000000..a7c3657 --- /dev/null +++ b/Mini-Think-Base-1B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8496da1c29e4c385894bc4c0187c5d7023839237465b184bfe9a0241240ecfd +size 892567616 diff --git a/Mini-Think-Base-1B.Q6_K.gguf b/Mini-Think-Base-1B.Q6_K.gguf new file mode 100644 index 0000000..42aeec5 --- /dev/null +++ b/Mini-Think-Base-1B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d5163caf28237b8010f40d87bd9497b6b297a5d33b21ff9de99264448cd497 +size 1021804608 diff --git a/Mini-Think-Base-1B.Q8_0.gguf b/Mini-Think-Base-1B.Q8_0.gguf new file mode 100644 index 0000000..65fd8cf --- /dev/null +++ b/Mini-Think-Base-1B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ed121dd82460912ff154a7ab3f1bb3a67876de310d3666b73f995c9878150d +size 1321088032 diff --git a/Mini-Think-Base-1B.f16.gguf b/Mini-Think-Base-1B.f16.gguf new file mode 100644 index 0000000..5560788 --- /dev/null +++ b/Mini-Think-Base-1B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024ff5e6570e592114d442b49f3dd77be8289652474890658f054c6a83fdd90d +size 2479604512 diff --git a/README.md b/README.md new file mode 100644 index 0000000..80e25cf --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +base_model: Wladastic/Mini-Think-Base-1B +datasets: +- openai/gsm8k +language: +- en +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +tags: +- llama +- think +--- +## About + + + + + + +static quants of https://huggingface.co/Wladastic/Mini-Think-Base-1B + + +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/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.Q2_K.gguf) | Q2_K | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.Q3_K_S.gguf) | Q3_K_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.Q3_K_M.gguf) | Q3_K_M | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.Q3_K_L.gguf) | Q3_K_L | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.IQ4_XS.gguf) | IQ4_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.Q4_K_S.gguf) | Q4_K_S | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.Q4_K_M.gguf) | Q4_K_M | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.Q5_K_S.gguf) | Q5_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.Q5_K_M.gguf) | Q5_K_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.Q6_K.gguf) | Q6_K | 1.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.Q8_0.gguf) | Q8_0 | 1.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Mini-Think-Base-1B-GGUF/resolve/main/Mini-Think-Base-1B.f16.gguf) | f16 | 2.6 | 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. + +