From c3e2e924a5dd9ec8cf5ab914175764fc9b809fb9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 16 May 2026 01:11:46 +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/Slush-FallMix-Test_V6c_12B-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++++++++++++ README.md | 65 ++++++++++++++++++++++++++ Slush-FallMix-Test_V6c_12B.IQ4_XS.gguf | 3 ++ Slush-FallMix-Test_V6c_12B.Q2_K.gguf | 3 ++ Slush-FallMix-Test_V6c_12B.Q3_K_L.gguf | 3 ++ Slush-FallMix-Test_V6c_12B.Q3_K_M.gguf | 3 ++ Slush-FallMix-Test_V6c_12B.Q3_K_S.gguf | 3 ++ Slush-FallMix-Test_V6c_12B.Q4_K_M.gguf | 3 ++ Slush-FallMix-Test_V6c_12B.Q4_K_S.gguf | 3 ++ Slush-FallMix-Test_V6c_12B.Q5_K_M.gguf | 3 ++ Slush-FallMix-Test_V6c_12B.Q5_K_S.gguf | 3 ++ Slush-FallMix-Test_V6c_12B.Q6_K.gguf | 3 ++ Slush-FallMix-Test_V6c_12B.Q8_0.gguf | 3 ++ 13 files changed, 144 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Slush-FallMix-Test_V6c_12B.IQ4_XS.gguf create mode 100644 Slush-FallMix-Test_V6c_12B.Q2_K.gguf create mode 100644 Slush-FallMix-Test_V6c_12B.Q3_K_L.gguf create mode 100644 Slush-FallMix-Test_V6c_12B.Q3_K_M.gguf create mode 100644 Slush-FallMix-Test_V6c_12B.Q3_K_S.gguf create mode 100644 Slush-FallMix-Test_V6c_12B.Q4_K_M.gguf create mode 100644 Slush-FallMix-Test_V6c_12B.Q4_K_S.gguf create mode 100644 Slush-FallMix-Test_V6c_12B.Q5_K_M.gguf create mode 100644 Slush-FallMix-Test_V6c_12B.Q5_K_S.gguf create mode 100644 Slush-FallMix-Test_V6c_12B.Q6_K.gguf create mode 100644 Slush-FallMix-Test_V6c_12B.Q8_0.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..23eceb7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +Slush-FallMix-Test_V6c_12B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Slush-FallMix-Test_V6c_12B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Slush-FallMix-Test_V6c_12B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Slush-FallMix-Test_V6c_12B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Slush-FallMix-Test_V6c_12B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Slush-FallMix-Test_V6c_12B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Slush-FallMix-Test_V6c_12B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Slush-FallMix-Test_V6c_12B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Slush-FallMix-Test_V6c_12B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Slush-FallMix-Test_V6c_12B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Slush-FallMix-Test_V6c_12B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..175407f --- /dev/null +++ b/README.md @@ -0,0 +1,65 @@ +--- +base_model: mergekit-community/Slush-FallMix-Test_V6c_12B +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/mergekit-community/Slush-FallMix-Test_V6c_12B + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-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/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.Q2_K.gguf) | Q2_K | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.Q3_K_S.gguf) | Q3_K_S | 5.6 | | +| [GGUF](https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.Q3_K_M.gguf) | Q3_K_M | 6.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.Q3_K_L.gguf) | Q3_K_L | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.IQ4_XS.gguf) | IQ4_XS | 6.9 | | +| [GGUF](https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.Q4_K_S.gguf) | Q4_K_S | 7.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.Q4_K_M.gguf) | Q4_K_M | 7.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.Q5_K_S.gguf) | Q5_K_S | 8.6 | | +| [GGUF](https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.Q5_K_M.gguf) | Q5_K_M | 8.8 | | +| [GGUF](https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.Q6_K.gguf) | Q6_K | 10.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Slush-FallMix-Test_V6c_12B-GGUF/resolve/main/Slush-FallMix-Test_V6c_12B.Q8_0.gguf) | Q8_0 | 13.1 | fast, best quality | + +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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + + diff --git a/Slush-FallMix-Test_V6c_12B.IQ4_XS.gguf b/Slush-FallMix-Test_V6c_12B.IQ4_XS.gguf new file mode 100644 index 0000000..0a630e5 --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f620bb072edca84779b2e3bca0b23514d8768b18f4da51c16f064c6c20eb2235 +size 6800057696 diff --git a/Slush-FallMix-Test_V6c_12B.Q2_K.gguf b/Slush-FallMix-Test_V6c_12B.Q2_K.gguf new file mode 100644 index 0000000..d5175d0 --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6383d0485cb6fb55826b9ada2d15e90210a4cd6ff508aa4afac5f7ac0a419f +size 4791051616 diff --git a/Slush-FallMix-Test_V6c_12B.Q3_K_L.gguf b/Slush-FallMix-Test_V6c_12B.Q3_K_L.gguf new file mode 100644 index 0000000..6e8ea51 --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda5713dc3840a9c6eec93167be7f78207539a8e27f12d95986072f7e89b84d8 +size 6561506656 diff --git a/Slush-FallMix-Test_V6c_12B.Q3_K_M.gguf b/Slush-FallMix-Test_V6c_12B.Q3_K_M.gguf new file mode 100644 index 0000000..3e05562 --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13acc205a559e7aba83a2efc3bf1f55530c42bf659866a5ac7041fecaf159d6 +size 6083093856 diff --git a/Slush-FallMix-Test_V6c_12B.Q3_K_S.gguf b/Slush-FallMix-Test_V6c_12B.Q3_K_S.gguf new file mode 100644 index 0000000..238971c --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c6563cf18d9c859770628d40eb4a1f89239516a0452d0d397ed32df477aa2a +size 5534229856 diff --git a/Slush-FallMix-Test_V6c_12B.Q4_K_M.gguf b/Slush-FallMix-Test_V6c_12B.Q4_K_M.gguf new file mode 100644 index 0000000..26d15d5 --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022147de613ef4e9b7e85542cb9ea12495eedda8d798402912a77845b2ebab58 +size 7477208416 diff --git a/Slush-FallMix-Test_V6c_12B.Q4_K_S.gguf b/Slush-FallMix-Test_V6c_12B.Q4_K_S.gguf new file mode 100644 index 0000000..5430ad7 --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53f21457596e253baf25858ee8f59da4e5ed8b216db32f3c56ead160f47a7ff +size 7120201056 diff --git a/Slush-FallMix-Test_V6c_12B.Q5_K_M.gguf b/Slush-FallMix-Test_V6c_12B.Q5_K_M.gguf new file mode 100644 index 0000000..c2a27de --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff860e153ba875c208f4f130b01f2cab2d3699f1c4a437ad5ad02658b418c0c +size 8727635296 diff --git a/Slush-FallMix-Test_V6c_12B.Q5_K_S.gguf b/Slush-FallMix-Test_V6c_12B.Q5_K_S.gguf new file mode 100644 index 0000000..a06d8ad --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa6b56ce8eb786b4068ccf34c4a62c4f8e89959ea606233baa80e59f7a05989 +size 8518739296 diff --git a/Slush-FallMix-Test_V6c_12B.Q6_K.gguf b/Slush-FallMix-Test_V6c_12B.Q6_K.gguf new file mode 100644 index 0000000..ca1461e --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93a8641d9e0593a1202d17f2411cc3ffc969688c8483ac598f434e6a147e21a +size 10056213856 diff --git a/Slush-FallMix-Test_V6c_12B.Q8_0.gguf b/Slush-FallMix-Test_V6c_12B.Q8_0.gguf new file mode 100644 index 0000000..a95ba7c --- /dev/null +++ b/Slush-FallMix-Test_V6c_12B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aad50ebbdbb3a430910d527046438059d48dd75085723adb067c210726044a7 +size 13022373216