From a824f34d065f684693b57911cfe232c6d33210d6 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 26 May 2026 08:24: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/Superthoughts-lite-v2-MOE-Llama3.2-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++ README.md | 79 +++++++++++++++++++ ...rthoughts-lite-v2-MOE-Llama3.2.IQ4_XS.gguf | 3 + Superthoughts-lite-v2-MOE-Llama3.2.Q2_K.gguf | 3 + ...rthoughts-lite-v2-MOE-Llama3.2.Q3_K_L.gguf | 3 + ...rthoughts-lite-v2-MOE-Llama3.2.Q3_K_M.gguf | 3 + ...rthoughts-lite-v2-MOE-Llama3.2.Q3_K_S.gguf | 3 + ...rthoughts-lite-v2-MOE-Llama3.2.Q4_K_M.gguf | 3 + ...rthoughts-lite-v2-MOE-Llama3.2.Q4_K_S.gguf | 3 + ...rthoughts-lite-v2-MOE-Llama3.2.Q5_K_M.gguf | 3 + ...rthoughts-lite-v2-MOE-Llama3.2.Q5_K_S.gguf | 3 + Superthoughts-lite-v2-MOE-Llama3.2.Q6_K.gguf | 3 + Superthoughts-lite-v2-MOE-Llama3.2.Q8_0.gguf | 3 + Superthoughts-lite-v2-MOE-Llama3.2.f16.gguf | 3 + 14 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.IQ4_XS.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.Q2_K.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_L.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_M.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_S.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_M.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_S.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_M.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_S.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.Q6_K.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.Q8_0.gguf create mode 100644 Superthoughts-lite-v2-MOE-Llama3.2.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6f148a3 --- /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-lite-v2-MOE-Llama3.2.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Superthoughts-lite-v2-MOE-Llama3.2.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c74697 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: Pinkstack/Superthoughts-lite-v2-MOE-Llama3.2 +language: +- en +library_name: transformers +license: llama3.2 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- chemistry +- code +- math +- grpo +- conversational +- moe +--- +## About + + + + + + + + + +static quants of https://huggingface.co/Pinkstack/Superthoughts-lite-v2-MOE-Llama3.2 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Superthoughts-lite-v2-MOE-Llama3.2-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-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-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.Q2_K.gguf) | Q2_K | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_S.gguf) | Q3_K_S | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_M.gguf) | Q3_K_M | 2.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_L.gguf) | Q3_K_L | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.IQ4_XS.gguf) | IQ4_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_S.gguf) | Q4_K_S | 2.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_M.gguf) | Q4_K_M | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_S.gguf) | Q5_K_S | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_M.gguf) | Q5_K_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.Q6_K.gguf) | Q6_K | 3.3 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.Q8_0.gguf) | Q8_0 | 4.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Superthoughts-lite-v2-MOE-Llama3.2-GGUF/resolve/main/Superthoughts-lite-v2-MOE-Llama3.2.f16.gguf) | f16 | 7.9 | 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-lite-v2-MOE-Llama3.2.IQ4_XS.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.IQ4_XS.gguf new file mode 100644 index 0000000..86c0c31 --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f49fd00ee550503dc0da5db8b909a8e517aa94f8688d3f205bbc6de5cfa0536 +size 2187639872 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.Q2_K.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.Q2_K.gguf new file mode 100644 index 0000000..2370aad --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6b79905c1fe519fe1b9f71fd937eb5b855a6c32281358a4550990fc933b107 +size 1542102080 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_L.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_L.gguf new file mode 100644 index 0000000..9342b04 --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8728f5e60e11157afb55462671948d4a3fd562fb0260ffe303b4ef9b9b549977 +size 2091625536 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_M.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_M.gguf new file mode 100644 index 0000000..af9022f --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d35043bc31479b01e77a5eafc412886c1708ae7a709c2e6c49466e5e89198b +size 1955572800 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_S.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_S.gguf new file mode 100644 index 0000000..b6a96fc --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9a50f0df9f211fe992ec422a848387a3d16351a93b6b3c520e3e3f16220a53 +size 1793174592 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_M.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_M.gguf new file mode 100644 index 0000000..1bfd678 --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d923cf8579e34f6df13d443834d95808ee194ccbbf2d0f22a6b3c7acfa13c42 +size 2418736192 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_S.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_S.gguf new file mode 100644 index 0000000..0082cca --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c79b2f39156165fd932410248d4d74d68cde6618147e8a3d20f3d6eb4c5a0a2 +size 2295462976 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_M.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_M.gguf new file mode 100644 index 0000000..f8eed23 --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846147d02d4f3521e0e8c7ea283e9c886d0131805749bbcf741b0d79e6efcbcf +size 2807036992 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_S.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_S.gguf new file mode 100644 index 0000000..9ffba7c --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccd1578b2f413ea73bfbcf13445bf51c61d66f4daa5d373aa81fc62d4deb1c6 +size 2734619712 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.Q6_K.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.Q6_K.gguf new file mode 100644 index 0000000..c445184 --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cbdba167e07766f116d81fb9cc4c219554481291f1591c939ee84f66a981dc +size 3219606592 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.Q8_0.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.Q8_0.gguf new file mode 100644 index 0000000..85c7a20 --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec669520239ab9cd988b107868cb43f855b5be785ed00d3ca1a658070cf43fdf +size 4167609408 diff --git a/Superthoughts-lite-v2-MOE-Llama3.2.f16.gguf b/Superthoughts-lite-v2-MOE-Llama3.2.f16.gguf new file mode 100644 index 0000000..4133030 --- /dev/null +++ b/Superthoughts-lite-v2-MOE-Llama3.2.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34b7967479195c671d0f4e71e4a143339ce51db9eb440c06db62d1f40423253 +size 7837297728