From 639cf0d343a84a221a4e2b48a9047a315447014b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 28 Apr 2026 00:26:20 +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/MeliodasT3q_ShadowExperiment24-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++ MeliodasT3q_ShadowExperiment24.IQ4_XS.gguf | 3 + MeliodasT3q_ShadowExperiment24.Q2_K.gguf | 3 + MeliodasT3q_ShadowExperiment24.Q3_K_L.gguf | 3 + MeliodasT3q_ShadowExperiment24.Q3_K_M.gguf | 3 + MeliodasT3q_ShadowExperiment24.Q3_K_S.gguf | 3 + MeliodasT3q_ShadowExperiment24.Q4_K_M.gguf | 3 + MeliodasT3q_ShadowExperiment24.Q4_K_S.gguf | 3 + MeliodasT3q_ShadowExperiment24.Q5_K_M.gguf | 3 + MeliodasT3q_ShadowExperiment24.Q5_K_S.gguf | 3 + MeliodasT3q_ShadowExperiment24.Q6_K.gguf | 3 + MeliodasT3q_ShadowExperiment24.Q8_0.gguf | 3 + MeliodasT3q_ShadowExperiment24.f16.gguf | 3 + README.md | 70 ++++++++++++++++++++++ 14 files changed, 153 insertions(+) create mode 100644 .gitattributes create mode 100644 MeliodasT3q_ShadowExperiment24.IQ4_XS.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.Q2_K.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.Q3_K_L.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.Q3_K_M.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.Q3_K_S.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.Q4_K_M.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.Q4_K_S.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.Q5_K_M.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.Q5_K_S.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.Q6_K.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.Q8_0.gguf create mode 100644 MeliodasT3q_ShadowExperiment24.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..80e256e --- /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 +MeliodasT3q_ShadowExperiment24.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.f16.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MeliodasT3q_ShadowExperiment24.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/MeliodasT3q_ShadowExperiment24.IQ4_XS.gguf b/MeliodasT3q_ShadowExperiment24.IQ4_XS.gguf new file mode 100644 index 0000000..f3b277b --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef980b4a0ff93fe87eb333af742c5f7e1d309752113040cb4249071d7e0f8573 +size 3944389856 diff --git a/MeliodasT3q_ShadowExperiment24.Q2_K.gguf b/MeliodasT3q_ShadowExperiment24.Q2_K.gguf new file mode 100644 index 0000000..a74550f --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde1381a522fddccd64c981e368f2abdf0bdc3114677c5bb345aa6afc3c2e3fa +size 2719243488 diff --git a/MeliodasT3q_ShadowExperiment24.Q3_K_L.gguf b/MeliodasT3q_ShadowExperiment24.Q3_K_L.gguf new file mode 100644 index 0000000..f80133b --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a9c812a03c780832eb62bef83ba96c3b038faec7dcb5ad195ed0a6c5522cb8 +size 3822025952 diff --git a/MeliodasT3q_ShadowExperiment24.Q3_K_M.gguf b/MeliodasT3q_ShadowExperiment24.Q3_K_M.gguf new file mode 100644 index 0000000..89c88c4 --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15eeeadf61836e2b7a8eb29f3f2b44afe5482c86519afc13500a048344a9f5c4 +size 3518987488 diff --git a/MeliodasT3q_ShadowExperiment24.Q3_K_S.gguf b/MeliodasT3q_ShadowExperiment24.Q3_K_S.gguf new file mode 100644 index 0000000..ae5e1f5 --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607edd96845b31d6c1c8cb2949ebd7f944607cd01e3315b4c634499a61c01af0 +size 3164568800 diff --git a/MeliodasT3q_ShadowExperiment24.Q4_K_M.gguf b/MeliodasT3q_ShadowExperiment24.Q4_K_M.gguf new file mode 100644 index 0000000..ede0396 --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e7d802386ea46e52c0b249eea5bee4b44ae3a3369065d2df4c70c12602cf08 +size 4368440544 diff --git a/MeliodasT3q_ShadowExperiment24.Q4_K_S.gguf b/MeliodasT3q_ShadowExperiment24.Q4_K_S.gguf new file mode 100644 index 0000000..1484e87 --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b0707dc5edf4da669b83de6460ea7b36493f30c3439d1fc77b49a6bf67bb99 +size 4140375264 diff --git a/MeliodasT3q_ShadowExperiment24.Q5_K_M.gguf b/MeliodasT3q_ShadowExperiment24.Q5_K_M.gguf new file mode 100644 index 0000000..8e905b5 --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c807e1d7b14b9e299319527446358d3ea61701c079db7d2cfd1fc190105a6cdc +size 5131410656 diff --git a/MeliodasT3q_ShadowExperiment24.Q5_K_S.gguf b/MeliodasT3q_ShadowExperiment24.Q5_K_S.gguf new file mode 100644 index 0000000..f87dcb4 --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977da62d34324a1f8c4909d90add805fa31bc71bd3f6fdbb3108a52677e40321 +size 4997717216 diff --git a/MeliodasT3q_ShadowExperiment24.Q6_K.gguf b/MeliodasT3q_ShadowExperiment24.Q6_K.gguf new file mode 100644 index 0000000..819be51 --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a38a3d5bd37d313cafa448e9a9cae6e97edc607854220c2dde1a77da1b99fe7 +size 5942066400 diff --git a/MeliodasT3q_ShadowExperiment24.Q8_0.gguf b/MeliodasT3q_ShadowExperiment24.Q8_0.gguf new file mode 100644 index 0000000..3e365fc --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c53016c447f0046d8046417428e20c9cd5de41ffa42a0810090e1b9ad36e54 +size 7695858912 diff --git a/MeliodasT3q_ShadowExperiment24.f16.gguf b/MeliodasT3q_ShadowExperiment24.f16.gguf new file mode 100644 index 0000000..3a27d92 --- /dev/null +++ b/MeliodasT3q_ShadowExperiment24.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5099666ed3529121d1a9a47fd2132756b62665adc7f3e57a38336d1036e94e0 +size 14484733152 diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2d2ee0 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: MaziyarPanahi/MeliodasT3q_ShadowExperiment24 +language: +- en +library_name: transformers +license: apache-2.0 +model_creator: MaziyarPanahi +model_name: MeliodasT3q_ShadowExperiment24 +quantized_by: mradermacher +tags: +- Safetensors +- text-generation-inference +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/MaziyarPanahi/MeliodasT3q_ShadowExperiment24 + + +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/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/MeliodasT3q_ShadowExperiment24-GGUF/resolve/main/MeliodasT3q_ShadowExperiment24.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. 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. + +