From d0d748a800bf4bb928de23f43a5b170664b608f4 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 25 May 2026 07:26: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/012-smoothieqwen3-8b-v2-sft-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++ 012-smoothieqwen3-8b-v2-sft.IQ4_XS.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.Q2_K.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.Q3_K_L.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.Q3_K_M.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.Q3_K_S.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.Q4_K_M.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.Q4_K_S.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.Q5_K_M.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.Q5_K_S.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.Q6_K.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.Q8_0.gguf | 3 + 012-smoothieqwen3-8b-v2-sft.f16.gguf | 3 + README.md | 75 +++++++++++++++++++++++++ 14 files changed, 158 insertions(+) create mode 100644 .gitattributes create mode 100644 012-smoothieqwen3-8b-v2-sft.IQ4_XS.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.Q2_K.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.Q3_K_L.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.Q3_K_M.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.Q3_K_S.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.Q4_K_M.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.Q4_K_S.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.Q5_K_M.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.Q5_K_S.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.Q6_K.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.Q8_0.gguf create mode 100644 012-smoothieqwen3-8b-v2-sft.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..154a0ba --- /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 +012-smoothieqwen3-8b-v2-sft.f16.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +012-smoothieqwen3-8b-v2-sft.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/012-smoothieqwen3-8b-v2-sft.IQ4_XS.gguf b/012-smoothieqwen3-8b-v2-sft.IQ4_XS.gguf new file mode 100644 index 0000000..8ab081b --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3ee57a55f1cb73912d917416d75c5be7d0c0da2fb841b8ff86fe4ca6e2ec66 +size 4593298944 diff --git a/012-smoothieqwen3-8b-v2-sft.Q2_K.gguf b/012-smoothieqwen3-8b-v2-sft.Q2_K.gguf new file mode 100644 index 0000000..4fa8799 --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d95520f1429b181eaf7f8476a256f8cf253b5e477dd96f3fa825cb4b3a5b6e +size 3281735168 diff --git a/012-smoothieqwen3-8b-v2-sft.Q3_K_L.gguf b/012-smoothieqwen3-8b-v2-sft.Q3_K_L.gguf new file mode 100644 index 0000000..1cc1da3 --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751c5434e4af0dadbedf603d0b01ef7bb20a7ead35b2b19010a977494332b94f +size 4431396352 diff --git a/012-smoothieqwen3-8b-v2-sft.Q3_K_M.gguf b/012-smoothieqwen3-8b-v2-sft.Q3_K_M.gguf new file mode 100644 index 0000000..ce12eb7 --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf661582ba5504575b36a086160ec6c2afd6bc5c42a0457347ed8b2a76f9bd0 +size 4124163584 diff --git a/012-smoothieqwen3-8b-v2-sft.Q3_K_S.gguf b/012-smoothieqwen3-8b-v2-sft.Q3_K_S.gguf new file mode 100644 index 0000000..937e7b0 --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a844777af907f280a7f9118528c842ab5caba552ee710c032ae0d64abe3713 +size 3769613824 diff --git a/012-smoothieqwen3-8b-v2-sft.Q4_K_M.gguf b/012-smoothieqwen3-8b-v2-sft.Q4_K_M.gguf new file mode 100644 index 0000000..ad7a482 --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5928ffadaa57b0fb68e27f31fb64db589424124f58e00c2f185e513ff8c15dda +size 5027786240 diff --git a/012-smoothieqwen3-8b-v2-sft.Q4_K_S.gguf b/012-smoothieqwen3-8b-v2-sft.Q4_K_S.gguf new file mode 100644 index 0000000..8219561 --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e2d226b38a2bc774613271551c7a529c01b54665f166ec7b97bbeeb46f148f +size 4802014720 diff --git a/012-smoothieqwen3-8b-v2-sft.Q5_K_M.gguf b/012-smoothieqwen3-8b-v2-sft.Q5_K_M.gguf new file mode 100644 index 0000000..bf1617d --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254a330e1b84771bea49611937f81210d663f71ceeff47b38e9b1ee13c6695c2 +size 5851115008 diff --git a/012-smoothieqwen3-8b-v2-sft.Q5_K_S.gguf b/012-smoothieqwen3-8b-v2-sft.Q5_K_S.gguf new file mode 100644 index 0000000..910bc05 --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc3e2b0248ecedd826329c690bbdfce034afbe6adc82368ce4ed9d1f22db02c +size 5720763904 diff --git a/012-smoothieqwen3-8b-v2-sft.Q6_K.gguf b/012-smoothieqwen3-8b-v2-sft.Q6_K.gguf new file mode 100644 index 0000000..27de453 --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cabeb6cadee0357a7a090bb332be7427104330a6a8504d9a32e9ba1c574bd4 +size 6725901824 diff --git a/012-smoothieqwen3-8b-v2-sft.Q8_0.gguf b/012-smoothieqwen3-8b-v2-sft.Q8_0.gguf new file mode 100644 index 0000000..6cab648 --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c987ef294d75be3dcf6379831a3c27554b036d7064107cfaf7fda102c359608e +size 8709520896 diff --git a/012-smoothieqwen3-8b-v2-sft.f16.gguf b/012-smoothieqwen3-8b-v2-sft.f16.gguf new file mode 100644 index 0000000..13ec607 --- /dev/null +++ b/012-smoothieqwen3-8b-v2-sft.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f54b50995c291143b303a2f0055e923034de000c453efb8eb67a8718b5571c +size 16388046336 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c281c8 --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: shisa-ai/012-smoothieqwen3-8b-v2-sft +datasets: +- shisa-ai/shisa-v2-best-of-n-athenev2-tulu70b-llama33-only-no-sysprompt +- shisa-ai/shisa-v2-roleplaying-sft +- shisa-ai/translation_set_april_6 +- shisa-ai/rewild-set-deepseek-subset +- shisa-ai/magpie-ultra-set +- shisa-ai/magpie-advanced-questions-set +- shisa-ai/japan-magpie-set +- shisa-ai/shisa-v2-instruction-following-sft +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- generated_from_trainer +--- +## About + + + + + + +static quants of https://huggingface.co/shisa-ai/012-smoothieqwen3-8b-v2-sft + + +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/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.Q2_K.gguf) | Q2_K | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.Q3_K_S.gguf) | Q3_K_S | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.Q3_K_M.gguf) | Q3_K_M | 4.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.Q3_K_L.gguf) | Q3_K_L | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.IQ4_XS.gguf) | IQ4_XS | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.Q4_K_S.gguf) | Q4_K_S | 4.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.Q4_K_M.gguf) | Q4_K_M | 5.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.Q5_K_S.gguf) | Q5_K_S | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.Q5_K_M.gguf) | Q5_K_M | 6.0 | | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.Q6_K.gguf) | Q6_K | 6.8 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.Q8_0.gguf) | Q8_0 | 8.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/012-smoothieqwen3-8b-v2-sft-GGUF/resolve/main/012-smoothieqwen3-8b-v2-sft.f16.gguf) | f16 | 16.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. + +