From 90349189ee020916f01233d59b133b0a591adade Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 10 Apr 2026 22:59:58 +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/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF Source: Original Platform --- .gitattributes | 48 +++++++++++++ ...-Instruct-abliterated-RP_SLERP.IQ4_XS.gguf | 3 + ...3B-Instruct-abliterated-RP_SLERP.Q2_K.gguf | 3 + ...-Instruct-abliterated-RP_SLERP.Q3_K_L.gguf | 3 + ...-Instruct-abliterated-RP_SLERP.Q3_K_M.gguf | 3 + ...-Instruct-abliterated-RP_SLERP.Q3_K_S.gguf | 3 + ...nstruct-abliterated-RP_SLERP.Q4_0_4_4.gguf | 3 + ...-Instruct-abliterated-RP_SLERP.Q4_K_M.gguf | 3 + ...-Instruct-abliterated-RP_SLERP.Q4_K_S.gguf | 3 + ...-Instruct-abliterated-RP_SLERP.Q5_K_M.gguf | 3 + ...-Instruct-abliterated-RP_SLERP.Q5_K_S.gguf | 3 + ...3B-Instruct-abliterated-RP_SLERP.Q6_K.gguf | 3 + ...3B-Instruct-abliterated-RP_SLERP.Q8_0.gguf | 3 + ...-3B-Instruct-abliterated-RP_SLERP.f16.gguf | 3 + README.md | 67 +++++++++++++++++++ 15 files changed, 154 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.IQ4_XS.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q2_K.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_L.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_M.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_S.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_0_4_4.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_M.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_S.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_M.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_S.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q6_K.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q8_0.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-RP_SLERP.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0b7b631 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,48 @@ +*.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 +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.f16.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-RP_SLERP.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.IQ4_XS.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.IQ4_XS.gguf new file mode 100644 index 0000000..27af33d --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9399ae5e328bf31c12625669572ceb2b91d3507f91156c5e08a76466efd8699 +size 1918492192 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q2_K.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q2_K.gguf new file mode 100644 index 0000000..0ca9428 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c1b4064efe8f7c8a971505a36ff1714646d9e31b2114b8f1a03a36b122fbd8 +size 1376857632 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_L.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_L.gguf new file mode 100644 index 0000000..942a66e --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f4169a8466d4b5844dcb6ee5a8d22a70d23846376d13391a720d5bf0f2192a +size 1841096224 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_M.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_M.gguf new file mode 100644 index 0000000..09e58fc --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e959bad2fbd0338bc72fcd6c492dd1e8235f827a27deccb145488cf3f73b8d7 +size 1724180000 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_S.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_S.gguf new file mode 100644 index 0000000..aa2c66f --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd27c45bce68ca7b51b7ee553f47b9688d32e920bd44516242b4d2202f939cd +size 1588061728 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_0_4_4.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_0_4_4.gguf new file mode 100644 index 0000000..f5905be --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a9a26c7f7f8d71e9000b1f6cb506a3eecc9729ce87a0e8c51084d5e44217c9 +size 1997880864 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_M.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_M.gguf new file mode 100644 index 0000000..01e6fa0 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6aefc73def8363aeefcef31b8c905da65ff27d63c7d5d459208d6bb840455f +size 2104933920 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_S.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_S.gguf new file mode 100644 index 0000000..b52be43 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f273c15b4d0ff83f3f7c778f7fe2020bfcf858a089859b6036a47395dcd5ced +size 2009415200 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_M.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_M.gguf new file mode 100644 index 0000000..bff4db5 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f23191a8187e2461af3e78cc1282077c47f7f90a197c9ac3b42b0f19b194fff +size 2438741536 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_S.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_S.gguf new file mode 100644 index 0000000..4edcf04 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e8134d133666d9a8aa695ef2cc355763754c70ef2481d3cebf1dafbba3e7f3 +size 2383592992 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q6_K.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q6_K.gguf new file mode 100644 index 0000000..8c306ac --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148bbcf2532b2d700dea47b1c57bc4e77682d611d0c06eaee030bf0c281183b4 +size 2793412128 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q8_0.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q8_0.gguf new file mode 100644 index 0000000..8eee640 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954723ebb8c20966b93b5a13a2d09d89fe766eb744d516c69b70309bb8eb32f4 +size 3616089632 diff --git a/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.f16.gguf b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.f16.gguf new file mode 100644 index 0000000..f9a2fea --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582d0f2cc0524dc01e83c220779b8d2dab8bbb29dae3234583dde6c8cfecde9e +size 6800647712 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9dac7e4 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: Triangle104/Qwen2.5-3B-Instruct-abliterated-RP_SLERP +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/Triangle104/Qwen2.5-3B-Instruct-abliterated-RP_SLERP + + +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/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_S.gguf) | Q3_K_S | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.IQ4_XS.gguf) | IQ4_XS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_0_4_4.gguf) | Q4_0_4_4 | 2.1 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_S.gguf) | Q4_K_S | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q4_K_M.gguf) | Q4_K_M | 2.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_S.gguf) | Q5_K_S | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q5_K_M.gguf) | Q5_K_M | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q6_K.gguf) | Q6_K | 2.9 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.Q8_0.gguf) | Q8_0 | 3.7 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-RP_SLERP-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-RP_SLERP.f16.gguf) | f16 | 6.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. 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. + +