From f8f5b554e721da4df8b663321d69b3f1ad25f6cc Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 22 Apr 2026 12:22:41 +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/SlimMelodicMaid-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++++++++ README.md | 67 +++++++++++++++++++++++++++++++++++++ SlimMelodicMaid.IQ4_XS.gguf | 3 ++ SlimMelodicMaid.Q2_K.gguf | 3 ++ SlimMelodicMaid.Q3_K_L.gguf | 3 ++ SlimMelodicMaid.Q3_K_M.gguf | 3 ++ SlimMelodicMaid.Q3_K_S.gguf | 3 ++ SlimMelodicMaid.Q4_K_M.gguf | 3 ++ SlimMelodicMaid.Q4_K_S.gguf | 3 ++ SlimMelodicMaid.Q5_K_M.gguf | 3 ++ SlimMelodicMaid.Q5_K_S.gguf | 3 ++ SlimMelodicMaid.Q6_K.gguf | 3 ++ SlimMelodicMaid.Q8_0.gguf | 3 ++ SlimMelodicMaid.f16.gguf | 3 ++ 14 files changed, 150 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 SlimMelodicMaid.IQ4_XS.gguf create mode 100644 SlimMelodicMaid.Q2_K.gguf create mode 100644 SlimMelodicMaid.Q3_K_L.gguf create mode 100644 SlimMelodicMaid.Q3_K_M.gguf create mode 100644 SlimMelodicMaid.Q3_K_S.gguf create mode 100644 SlimMelodicMaid.Q4_K_M.gguf create mode 100644 SlimMelodicMaid.Q4_K_S.gguf create mode 100644 SlimMelodicMaid.Q5_K_M.gguf create mode 100644 SlimMelodicMaid.Q5_K_S.gguf create mode 100644 SlimMelodicMaid.Q6_K.gguf create mode 100644 SlimMelodicMaid.Q8_0.gguf create mode 100644 SlimMelodicMaid.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..348ce15 --- /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 +SlimMelodicMaid.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.f16.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SlimMelodicMaid.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..463316a --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: Azazelle/SlimMelodicMaid +language: +- en +library_name: transformers +license: cc-by-4.0 +quantized_by: mradermacher +tags: +- mistral +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/Azazelle/SlimMelodicMaid + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/SlimMelodicMaid-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/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/SlimMelodicMaid-GGUF/resolve/main/SlimMelodicMaid.f16.gguf) | f16 | 14.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. + + diff --git a/SlimMelodicMaid.IQ4_XS.gguf b/SlimMelodicMaid.IQ4_XS.gguf new file mode 100644 index 0000000..abc896e --- /dev/null +++ b/SlimMelodicMaid.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff445aa7fe9ec6f21dbdc22447f69c779f4eccb90d16af13f8afdb3a4342f3e +size 3944389152 diff --git a/SlimMelodicMaid.Q2_K.gguf b/SlimMelodicMaid.Q2_K.gguf new file mode 100644 index 0000000..3041e20 --- /dev/null +++ b/SlimMelodicMaid.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3023e839aee57ee2c3316f0126e018095a978f946e082cee51cb44210dfb8859 +size 2719242784 diff --git a/SlimMelodicMaid.Q3_K_L.gguf b/SlimMelodicMaid.Q3_K_L.gguf new file mode 100644 index 0000000..61c53e2 --- /dev/null +++ b/SlimMelodicMaid.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3bdeff6ce73b802dfd3847862e97f24e12d04e1d8aaaf8fb33d2f8aad58490 +size 3822025248 diff --git a/SlimMelodicMaid.Q3_K_M.gguf b/SlimMelodicMaid.Q3_K_M.gguf new file mode 100644 index 0000000..8290cc9 --- /dev/null +++ b/SlimMelodicMaid.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d58a750f686f3739ce316b2452b18a4d3069bab270063a1d4262623a3107ae +size 3518986784 diff --git a/SlimMelodicMaid.Q3_K_S.gguf b/SlimMelodicMaid.Q3_K_S.gguf new file mode 100644 index 0000000..8a2aa94 --- /dev/null +++ b/SlimMelodicMaid.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d696e6faf18ba80356a5509bd1f29496b00804d04fc1dcebf64c0913beffd249 +size 3164568096 diff --git a/SlimMelodicMaid.Q4_K_M.gguf b/SlimMelodicMaid.Q4_K_M.gguf new file mode 100644 index 0000000..d4decd4 --- /dev/null +++ b/SlimMelodicMaid.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9833c93fac283ff72d51184484aad0b619604179aee783ece3e5cdfbfe9fe9d2 +size 4368439840 diff --git a/SlimMelodicMaid.Q4_K_S.gguf b/SlimMelodicMaid.Q4_K_S.gguf new file mode 100644 index 0000000..277a58c --- /dev/null +++ b/SlimMelodicMaid.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d26f10ac557906ad64138e8622c551065142cd7112f70e6aa22a17b80bd7f5 +size 4140374560 diff --git a/SlimMelodicMaid.Q5_K_M.gguf b/SlimMelodicMaid.Q5_K_M.gguf new file mode 100644 index 0000000..9915529 --- /dev/null +++ b/SlimMelodicMaid.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe09973b11c8e2d5cd50fc793302edf3ca156eaed31e7cb24fea0985f7543d3 +size 5131409952 diff --git a/SlimMelodicMaid.Q5_K_S.gguf b/SlimMelodicMaid.Q5_K_S.gguf new file mode 100644 index 0000000..25c2424 --- /dev/null +++ b/SlimMelodicMaid.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e402cc4e371dc5a1f9fc3ab60df44846449efd52d6163e0331a640893c95e6a2 +size 4997716512 diff --git a/SlimMelodicMaid.Q6_K.gguf b/SlimMelodicMaid.Q6_K.gguf new file mode 100644 index 0000000..3a766c8 --- /dev/null +++ b/SlimMelodicMaid.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e9b3508c918f757c3baf383f98e8373a8af168da434dcb56aa4284f180a802 +size 5942065696 diff --git a/SlimMelodicMaid.Q8_0.gguf b/SlimMelodicMaid.Q8_0.gguf new file mode 100644 index 0000000..8f63754 --- /dev/null +++ b/SlimMelodicMaid.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89ae9c0acc5f5a82dbb2737cf5d9cb5488d4a1fc5b606b397d4304aa5676e62 +size 7695858208 diff --git a/SlimMelodicMaid.f16.gguf b/SlimMelodicMaid.f16.gguf new file mode 100644 index 0000000..da9b302 --- /dev/null +++ b/SlimMelodicMaid.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7ab700f779a2ccfefa8b7d554a90308b0869f3ee755a3520d15872cfbe4598 +size 14484732448