From a26b63825ef6163012111d37db758ee3c0f33a5b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 17 Jul 2026 11:48:09 +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-SFT-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ ...-3B-Instruct-abliterated-SFT.i1-IQ1_M.gguf | 3 + ...-3B-Instruct-abliterated-SFT.i1-IQ1_S.gguf | 3 + ...-3B-Instruct-abliterated-SFT.i1-IQ2_M.gguf | 3 + ...-3B-Instruct-abliterated-SFT.i1-IQ2_S.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-IQ2_XS.gguf | 3 + ...B-Instruct-abliterated-SFT.i1-IQ2_XXS.gguf | 3 + ...-3B-Instruct-abliterated-SFT.i1-IQ3_M.gguf | 3 + ...-3B-Instruct-abliterated-SFT.i1-IQ3_S.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-IQ3_XS.gguf | 3 + ...B-Instruct-abliterated-SFT.i1-IQ3_XXS.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-IQ4_NL.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-IQ4_XS.gguf | 3 + ...5-3B-Instruct-abliterated-SFT.i1-Q2_K.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-Q2_K_S.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-Q3_K_L.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-Q3_K_M.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-Q3_K_S.gguf | 3 + ...5-3B-Instruct-abliterated-SFT.i1-Q4_0.gguf | 3 + ...5-3B-Instruct-abliterated-SFT.i1-Q4_1.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-Q4_K_M.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-Q4_K_S.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-Q5_K_M.gguf | 3 + ...3B-Instruct-abliterated-SFT.i1-Q5_K_S.gguf | 3 + ...5-3B-Instruct-abliterated-SFT.i1-Q6_K.gguf | 3 + README.md | 89 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 224 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_M.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_S.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_M.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_S.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XS.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XXS.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_M.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_S.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XS.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XXS.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_NL.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_XS.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K_S.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_L.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_M.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_S.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_0.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_1.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_M.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_S.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_M.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_S.gguf create mode 100644 Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..753539b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_M.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_M.gguf new file mode 100644 index 0000000..31ae9fe --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcb3b423c92f904b1305b5a291cc4e0e18f4eeb97cca97849cce352a9cb2294 +size 850028416 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_S.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_S.gguf new file mode 100644 index 0000000..9e58808 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5085879f3bc2cb7adc053655966f98c3ab8d9c6cf4b75604e89c65893e763c43 +size 791095168 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_M.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_M.gguf new file mode 100644 index 0000000..69627c9 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3c8c8847d385d7727340d0aee81486eee453e97e2d36b4b353e0131c0a1ca2 +size 1140516736 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_S.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_S.gguf new file mode 100644 index 0000000..ce998db --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1079cb067205059b48afa1fa1b0966035d0842488419daf28cecebb7be61bb68 +size 1061939072 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XS.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XS.gguf new file mode 100644 index 0000000..8fd3398 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adfc90722d9697860909ac64181015db923e6b435935080c374577d8274fc24 +size 1031546752 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XXS.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..8e63a38 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94374e8235b7d66762a94853a5d35209383c755dadf298b392755093f4ad7a38 +size 948250496 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_M.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_M.gguf new file mode 100644 index 0000000..2cbe6c4 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7554d3b6f7fd71e674a53af98eeb9f05dbc720013ba63467873599b6f9ed633 +size 1488895872 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_S.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_S.gguf new file mode 100644 index 0000000..b94390c --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65147d6fd406e87ea63d906120f248f7f9bc3a32f13a9670397ae6bf4ea440e +size 1456865152 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XS.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XS.gguf new file mode 100644 index 0000000..0c85e08 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47723e8e00fad6e8350eb58a02525012907e7783b702fc1e990be84a9292dc25 +size 1391837056 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XXS.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..426137f --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5121473b5e80661cf09ca9d9872e22ffdc184718ecd428d9dc88ddb0379719 +size 1282828160 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_NL.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_NL.gguf new file mode 100644 index 0000000..4f05ee9 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544ab8be15de69e2e5e02432cf52d3ad902d7416b53cc6260a4aa37daac2fe01 +size 1825210240 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_XS.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_XS.gguf new file mode 100644 index 0000000..6a00db0 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4030e914d0f23ad1b34498c491981331bc86542524d40a1a339b5c088256a86 +size 1739095936 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K.gguf new file mode 100644 index 0000000..e5d5b0d --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a957e3152dd095ed12d34688f2369052ac4359bf19670dfa8070d13d8a351262 +size 1274756992 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K_S.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K_S.gguf new file mode 100644 index 0000000..ed4df04 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fe92ea8c3f448979c683afda430f9821fdc7053d73cf2544b49fca0dc4664c +size 1198129024 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_L.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_L.gguf new file mode 100644 index 0000000..39b8d13 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7031bd9183cfa65cf771ba478fe9ce115d25ff79e89a7f6de0fea2301f72a04 +size 1707392896 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_M.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_M.gguf new file mode 100644 index 0000000..cc0dc6a --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6d40143ca2f9656941740be5b87eb2e8a1b2043bf8db4812c6a24874a0cfd1 +size 1590476672 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_S.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_S.gguf new file mode 100644 index 0000000..cdab6dc --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74370d982276c9caab61ef2f32a5e03a29be73648236793d4215275e3336e1e +size 1454358400 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_0.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_0.gguf new file mode 100644 index 0000000..4d86ae6 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09847fdebe1c691c3c8b0139730c906090db46773ba33d6a45f4cde674ba43e +size 1828487040 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_1.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_1.gguf new file mode 100644 index 0000000..bc12b76 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179353e0fae370e1949a6cc6d5cb547faf105fab50e62e4f47cbc96397c997bf +size 1996259200 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_M.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_M.gguf new file mode 100644 index 0000000..46575d6 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da932c63cddc2d3caa51863c01d13887108e6af9cfae73f2caa1d22e786f44b +size 1929904000 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_S.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_S.gguf new file mode 100644 index 0000000..b0ccfe9 --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5495c06ad8b0dc198f3274507af73de8ba3a99c7c147ced5d00ee789d57f557b +size 1834385280 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_M.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_M.gguf new file mode 100644 index 0000000..664dfbd --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5679ccbcd33fb0bf4a68448f0d797e6e0b897453e8a4d610a2f83d404ac992d7 +size 2224816000 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_S.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_S.gguf new file mode 100644 index 0000000..cbdccfa --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef74e400937f683a53cb6aeb6393227a02210ff5e956e4e0a396067b3f7718a +size 2169667456 diff --git a/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q6_K.gguf b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q6_K.gguf new file mode 100644 index 0000000..68ba3ac --- /dev/null +++ b/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06be953497e97d36b81efad72898c27ca1dd7840f7d91388a9d4bf5654a580f7 +size 2538160000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab7f6f0 --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +--- +base_model: huihui-ai/Qwen2.5-3B-Instruct-abliterated-SFT +datasets: +- huihui-ai/Guilherme34_uncensor +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- abliterated +- uncensored +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/huihui-ai/Qwen2.5-3B-Instruct-abliterated-SFT + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-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/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_S.gguf) | i1-IQ1_S | 0.9 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_S.gguf) | i1-IQ2_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ2_M.gguf) | i1-IQ2_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q2_K.gguf) | i1-Q2_K | 1.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ3_M.gguf) | i1-IQ3_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.7 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_0.gguf) | i1-Q4_0 | 1.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q4_1.gguf) | i1-Q4_1 | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-3B-Instruct-abliterated-SFT-i1-GGUF/resolve/main/Qwen2.5-3B-Instruct-abliterated-SFT.i1-Q6_K.gguf) | i1-Q6_K | 2.6 | practically like static Q6_K | + +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/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..83ed396 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3b84aaa835a08de157eb37a4ba0dfcf75ffdc3f63a5c4881120940cec33761 +size 3362977