commit 85cf1eac034ac729d1cba83f802de6d5bf86ffbd Author: ModelHub XC Date: Sun May 24 03:16:15 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/Superthoughts-mini-v1-3.8b-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1161984 --- /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 +Superthoughts-mini-v1-3.8b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-mini-v1-3.8b.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..962b2d9 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: Pinkstack/Superthoughts-mini-v1-3.8b +datasets: +- openai/gsm8k +- Pinkstack/intructions-sft-sharegpt +language: +- en +library_name: transformers +license: mit +quantized_by: mradermacher +tags: +- unsloth +- trl +- grpo +- phi +- reasoning +- superthoughts +- COT +- rl +--- +## About + + + + + + +static quants of https://huggingface.co/Pinkstack/Superthoughts-mini-v1-3.8b + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-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/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.Q3_K_S.gguf) | Q3_K_S | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.Q3_K_M.gguf) | Q3_K_M | 2.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.Q3_K_L.gguf) | Q3_K_L | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.IQ4_XS.gguf) | IQ4_XS | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.Q4_K_S.gguf) | Q4_K_S | 2.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.Q4_K_M.gguf) | Q4_K_M | 2.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.Q5_K_S.gguf) | Q5_K_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.Q5_K_M.gguf) | Q5_K_M | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.Q6_K.gguf) | Q6_K | 3.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.Q8_0.gguf) | Q8_0 | 4.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-mini-v1-3.8b-GGUF/resolve/main/Superthoughts-mini-v1-3.8b.f16.gguf) | f16 | 7.7 | 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/Superthoughts-mini-v1-3.8b.IQ4_XS.gguf b/Superthoughts-mini-v1-3.8b.IQ4_XS.gguf new file mode 100644 index 0000000..578252c --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbfb5bbdd48ec71c5de75db0beb3a44cdb536966bee5d1cd5707e49dd8f92be +size 2075588224 diff --git a/Superthoughts-mini-v1-3.8b.Q2_K.gguf b/Superthoughts-mini-v1-3.8b.Q2_K.gguf new file mode 100644 index 0000000..18fef85 --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0249e85d292844b9f8e41e54a205b823548cfb316e01659c6e0350b73cf80f78 +size 1446881920 diff --git a/Superthoughts-mini-v1-3.8b.Q3_K_L.gguf b/Superthoughts-mini-v1-3.8b.Q3_K_L.gguf new file mode 100644 index 0000000..2b62187 --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be7c1463e62acff892c12c43739dead48f49f37544941cf8af9aadfcdbbfe9b +size 2045137024 diff --git a/Superthoughts-mini-v1-3.8b.Q3_K_M.gguf b/Superthoughts-mini-v1-3.8b.Q3_K_M.gguf new file mode 100644 index 0000000..b1e1065 --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfd0341bfefc3b1e987a2002db3a4c630343a0739017192faefcbee2df3c677 +size 1877627008 diff --git a/Superthoughts-mini-v1-3.8b.Q3_K_S.gguf b/Superthoughts-mini-v1-3.8b.Q3_K_S.gguf new file mode 100644 index 0000000..c1af413 --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311c3312dbcf6b5ad0faa468e724833f7e2c7aba982ffc8f4f98c5b4e98176bf +size 1681805440 diff --git a/Superthoughts-mini-v1-3.8b.Q4_K_M.gguf b/Superthoughts-mini-v1-3.8b.Q4_K_M.gguf new file mode 100644 index 0000000..467f085 --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ee6aee80f71cf4224486b58f50cf6ecc8f6bfa694f667c9adff9ebda033556 +size 2318921344 diff --git a/Superthoughts-mini-v1-3.8b.Q4_K_S.gguf b/Superthoughts-mini-v1-3.8b.Q4_K_S.gguf new file mode 100644 index 0000000..75e883c --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1da462c7d3d1840e5d4b372edf2ae85c761deb95d462e01930f443266efecf5 +size 2193485440 diff --git a/Superthoughts-mini-v1-3.8b.Q5_K_M.gguf b/Superthoughts-mini-v1-3.8b.Q5_K_M.gguf new file mode 100644 index 0000000..b10a99b --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760909edca9857cd60cae7832d6a1a7382b9d3351941b88d4ad26903f15ec6c0 +size 2715012736 diff --git a/Superthoughts-mini-v1-3.8b.Q5_K_S.gguf b/Superthoughts-mini-v1-3.8b.Q5_K_S.gguf new file mode 100644 index 0000000..35a63e2 --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a5fc10b857f3c80d01f4bd7d8591802ab35599b5c5e865ee939060c02d9206 +size 2641481344 diff --git a/Superthoughts-mini-v1-3.8b.Q6_K.gguf b/Superthoughts-mini-v1-3.8b.Q6_K.gguf new file mode 100644 index 0000000..e02e1ae --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1dca5836d75b691b68c18c6ea8e90891a5a26f603b8acd2feb7e14d0c62896 +size 3135859840 diff --git a/Superthoughts-mini-v1-3.8b.Q8_0.gguf b/Superthoughts-mini-v1-3.8b.Q8_0.gguf new file mode 100644 index 0000000..6c21c54 --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd33a966fff1f199516da5abe55dd403ed834b9b423ba202afbcaa85b64539f +size 4061229184 diff --git a/Superthoughts-mini-v1-3.8b.f16.gguf b/Superthoughts-mini-v1-3.8b.f16.gguf new file mode 100644 index 0000000..9267cdf --- /dev/null +++ b/Superthoughts-mini-v1-3.8b.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbac28f3f0caded9c17772c9263a44497e09e2aee1a93dd61ab46385282473e +size 7643304064