From 645600aa18b267e56d1a3d33c288ec32afbd2a15 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 17 Jul 2026 03:35:10 +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-14B-Instruct-abliterated-v2-i1-GGUF Source: Original Platform --- .gitattributes | 58 ++++++++++++ ...-14B-Instruct-abliterated-v2.i1-IQ1_M.gguf | 3 + ...-14B-Instruct-abliterated-v2.i1-IQ1_S.gguf | 3 + ...-14B-Instruct-abliterated-v2.i1-IQ2_M.gguf | 3 + ...-14B-Instruct-abliterated-v2.i1-IQ2_S.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-IQ2_XS.gguf | 3 + ...4B-Instruct-abliterated-v2.i1-IQ2_XXS.gguf | 3 + ...-14B-Instruct-abliterated-v2.i1-IQ3_M.gguf | 3 + ...-14B-Instruct-abliterated-v2.i1-IQ3_S.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-IQ3_XS.gguf | 3 + ...4B-Instruct-abliterated-v2.i1-IQ3_XXS.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-IQ4_XS.gguf | 3 + ...5-14B-Instruct-abliterated-v2.i1-Q2_K.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-Q2_K_S.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-Q3_K_L.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-Q3_K_M.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-Q3_K_S.gguf | 3 + ...5-14B-Instruct-abliterated-v2.i1-Q4_0.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-Q4_K_M.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-Q4_K_S.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-Q5_K_M.gguf | 3 + ...14B-Instruct-abliterated-v2.i1-Q5_K_S.gguf | 3 + ...5-14B-Instruct-abliterated-v2.i1-Q6_K.gguf | 3 + README.md | 91 +++++++++++++++++++ imatrix.dat | 3 + 25 files changed, 218 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_M.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_S.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_M.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_S.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XS.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XXS.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_M.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_S.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XS.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XXS.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ4_XS.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K_S.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_L.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_M.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_S.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_0.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_M.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_S.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_M.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_S.gguf create mode 100644 Qwen2.5-14B-Instruct-abliterated-v2.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..11f2b7d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,58 @@ +*.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-14B-Instruct-abliterated-v2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_M.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_M.gguf new file mode 100644 index 0000000..7188033 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fb3e07e19bba70aa23d4d9b4caf7a0773c95333cc900487493c61450e97fd4 +size 3872309984 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_S.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_S.gguf new file mode 100644 index 0000000..9d15000 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65f85d66e7e72e0439909e93ea811456ddf84ccfb394e4b6985d51533210aec +size 3607995104 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_M.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_M.gguf new file mode 100644 index 0000000..2cae012 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d8b77f9964820bfb4e6d4ab1fd79d53326e2aef657d09b63bd8b25381b569f +size 5356147424 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_S.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_S.gguf new file mode 100644 index 0000000..32fee86 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b8a20fa44bbcc12f3e941313f3262a174b06700808f934f7030d98ef30f099 +size 5003727584 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XS.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XS.gguf new file mode 100644 index 0000000..c086732 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750741846532383c6aa4ce0e33f5c1f07efa9bc069d6db07d39b33ff4b92226f +size 4704576224 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XXS.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..eaa0408 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7861b58d95cd83c44c2f03230ab0426ceef1aa846f21aafdfa368728fa96a694 +size 4312834784 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_M.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_M.gguf new file mode 100644 index 0000000..a1052fc --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c763271cdaf2bcdf38776f0b11e81c9969b2cf1f0c938849bd04c46e93cd8b +size 6916539104 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_S.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_S.gguf new file mode 100644 index 0000000..2022a6d --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88023fa93c54a0e047e9e62573db93d93e12134d56602118a80fb4735c5770ff +size 6693020384 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XS.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XS.gguf new file mode 100644 index 0000000..4d310ac --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae97efab26942e736c55bf3a24142c5d4970fe38a1b59dbc1ae3fcec9af797b +size 6383362784 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XXS.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..81b0741 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a001a2a12547399ca27a1a615ce97596b4f7f8b37ab227d0806de7c679ee4c +size 5946708704 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ4_XS.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ4_XS.gguf new file mode 100644 index 0000000..8587ca6 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bdc4acb33c4f1a989c5845986426851154a9bb3ac016cf4d7eae7cde72f879 +size 8119841504 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K.gguf new file mode 100644 index 0000000..e72b4b4 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd9bf2f212e19e73959babe0b34dfe7d9ec7982cda11e49ceacc0b7625f795f +size 5770498784 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K_S.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K_S.gguf new file mode 100644 index 0000000..168f2a6 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808b563ed07b6e85777b178e11d0ffb0313040dee0bd5485f889bbca15d8e819 +size 5397189344 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_L.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_L.gguf new file mode 100644 index 0000000..46f65ec --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ecd38a2e3cef2a857bc4de76f28a3173ce4b632589f48645b628f873d28d82 +size 7924769504 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_M.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_M.gguf new file mode 100644 index 0000000..bcb5530 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84742e4980368b4f3b590047611fe9687b40c67f2fb78b9326d88e074f3ab80d +size 7339205344 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_S.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c6ba12e --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca15c4f16d6425be4ef02a9216ca3cf2ea2bfbc647f94e768d97ef685de0aaa6 +size 6659597024 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_0.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_0.gguf new file mode 100644 index 0000000..3542ffb --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728a502dd37f4f7bdcbc3dc1603dd472c35049d3eda2f51f59ddbed6d122eeb4 +size 8544269024 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_M.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_M.gguf new file mode 100644 index 0000000..a4a6ffb --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551bf02458ec4dc078d0b9e35655e58554811d17d514566dfce9e692622f2e0d +size 8988111584 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_S.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_S.gguf new file mode 100644 index 0000000..eb6f87c --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03a5a5decebf17bd538e01c1b6cffbbad7bf31d0aad2ccc71417b7196c3419e +size 8573432544 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_M.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_M.gguf new file mode 100644 index 0000000..83ca5cc --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849522969ebccd44cca8f6cebdbffee730275033032bd0ca7e09385da51a4778 +size 10508874464 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_S.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_S.gguf new file mode 100644 index 0000000..321c972 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b560d7ce52fca8d980c43862996d4914b0e3c69af9050cc4928a1c56bddb187 +size 10266555104 diff --git a/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q6_K.gguf b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q6_K.gguf new file mode 100644 index 0000000..2fcb810 --- /dev/null +++ b/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d02e7a3d32a8a468d0b2b810b78a84cf0d4153ee9855c754156a72f8b19b415 +size 12124685024 diff --git a/README.md b/README.md new file mode 100644 index 0000000..217a041 --- /dev/null +++ b/README.md @@ -0,0 +1,91 @@ +--- +base_model: huihui-ai/Qwen2.5-14B-Instruct-abliterated-v2 +language: +- zho +- eng +- fra +- spa +- por +- deu +- ita +- rus +- jpn +- kor +- vie +- tha +- ara +library_name: transformers +license: apache-2.0 +license_link: https://huggingface.co/huihui-ai/Qwen2.5-14B-Instruct-abliterated-v2/blob/main/LICENSE +quantized_by: mradermacher +tags: +- chat +- abliterated +- uncensored +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/huihui-ai/Qwen2.5-14B-Instruct-abliterated-v2 + + +static quants are available at https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-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-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_S.gguf) | i1-IQ1_S | 3.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ1_M.gguf) | i1-IQ1_M | 4.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_S.gguf) | i1-IQ2_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ2_M.gguf) | i1-IQ2_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q2_K.gguf) | i1-Q2_K | 5.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 6.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_XS.gguf) | i1-IQ3_XS | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_S.gguf) | i1-IQ3_S | 6.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ3_M.gguf) | i1-IQ3_M | 7.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q3_K_L.gguf) | i1-Q3_K_L | 8.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_0.gguf) | i1-Q4_0 | 8.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q4_K_M.gguf) | i1-Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_S.gguf) | i1-Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-abliterated-v2-i1-GGUF/resolve/main/Qwen2.5-14B-Instruct-abliterated-v2.i1-Q6_K.gguf) | i1-Q6_K | 12.2 | 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..e7cd841 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044b9927e7bb2127a53b92d56fb2a7875577be69a538c83bbd12fb825e3e413b +size 8563597