From e7fd71e417898eb321727c483eafb24a925def49 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 4 Jun 2026 04:44:15 +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-Coder-7B-Instruct-OBLITERATED-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ ...oder-7B-Instruct-OBLITERATED.i1-IQ1_M.gguf | 3 + ...oder-7B-Instruct-OBLITERATED.i1-IQ1_S.gguf | 3 + ...oder-7B-Instruct-OBLITERATED.i1-IQ2_M.gguf | 3 + ...oder-7B-Instruct-OBLITERATED.i1-IQ2_S.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-IQ2_XS.gguf | 3 + ...er-7B-Instruct-OBLITERATED.i1-IQ2_XXS.gguf | 3 + ...oder-7B-Instruct-OBLITERATED.i1-IQ3_M.gguf | 3 + ...oder-7B-Instruct-OBLITERATED.i1-IQ3_S.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-IQ3_XS.gguf | 3 + ...er-7B-Instruct-OBLITERATED.i1-IQ3_XXS.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-IQ4_NL.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-IQ4_XS.gguf | 3 + ...Coder-7B-Instruct-OBLITERATED.i1-Q2_K.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-Q2_K_S.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-Q3_K_L.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-Q3_K_M.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-Q3_K_S.gguf | 3 + ...Coder-7B-Instruct-OBLITERATED.i1-Q4_0.gguf | 3 + ...Coder-7B-Instruct-OBLITERATED.i1-Q4_1.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-Q4_K_M.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-Q4_K_S.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-Q5_K_M.gguf | 3 + ...der-7B-Instruct-OBLITERATED.i1-Q5_K_S.gguf | 3 + ...Coder-7B-Instruct-OBLITERATED.i1-Q6_K.gguf | 3 + ...Coder-7B-Instruct-OBLITERATED.imatrix.gguf | 3 + README.md | 88 +++++++++++++++++++ 27 files changed, 223 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_M.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_S.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_M.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_S.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XS.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XXS.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_M.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_S.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XS.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XXS.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_NL.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_XS.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K_S.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_L.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_M.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_S.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_0.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_1.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_M.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_S.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_M.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_S.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q6_K.gguf create mode 100644 Qwen2.5-Coder-7B-Instruct-OBLITERATED.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..05260af --- /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 +Qwen2.5-Coder-7B-Instruct-OBLITERATED.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_M.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_M.gguf new file mode 100644 index 0000000..ca0989c --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ebb92ec0a5abd8b298dbb162fac992dfce7b00bfb07982b43167409061f661 +size 2042197184 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_S.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_S.gguf new file mode 100644 index 0000000..7ca4407 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8250fd5392a4f1180370271fcb0eaba2710d4e9c5c0a86d830ad9476ea569ae +size 1903668416 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_M.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_M.gguf new file mode 100644 index 0000000..84ff240 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f2145d764fefc1adcacb1b7e93af0cb9a63a74f337c469c4bef5d56af1f77f +size 2780343488 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_S.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_S.gguf new file mode 100644 index 0000000..b16848d --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39bec23123d4e89af2ace5b1ede45c0ac378c27f7942ac77e22bad4e1d99196 +size 2595638464 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XS.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XS.gguf new file mode 100644 index 0000000..b282cd5 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6577c30a777d38033ecee6cea8848c0fe7dd5c89679dc4f31fd07ef9f38f74c +size 2469022912 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XXS.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..4cfa295 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca286ad083bc9c863d85ea8707721352eb1a4a1515a53e8d8cfed6d9fa06ca7 +size 2273078464 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_M.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_M.gguf new file mode 100644 index 0000000..99b4df5 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8492a9ab92aed9a74e7a5c173cf31a3ba1e641a4655a949b3520e5b0a0da4a9 +size 3574013120 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_S.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_S.gguf new file mode 100644 index 0000000..d0ad91c --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d250fdcc8ceb5d2c0b118450ad001eba97421dc0851764d483786feb82f1f3a9 +size 3499193536 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XS.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XS.gguf new file mode 100644 index 0000000..865172c --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51a4e5fcf45354af2975511fe2f632e9298204e2c7f1354374b2efd5c856661 +size 3346257088 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XXS.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..e5a10f0 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7be7874a07c2f1c3b65bf98996471a67a40621ee73bb4aef02ddf6055d7f0ff +size 3114515648 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_NL.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_NL.gguf new file mode 100644 index 0000000..f25564c --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b89eeaa93a5530f3ae206374c78064ce373ec8c82707a4959925e18daf3ebbc +size 4437814464 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_XS.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_XS.gguf new file mode 100644 index 0000000..2cb179c --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f81662720c4a32f0f889a59dca40c4953d2d74a023174219b3f27b0f85461e9 +size 4218473664 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K.gguf new file mode 100644 index 0000000..1ce4a35 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6bc96a3bca7768f883b30263e0bc52c32748698b1d15d7ce113a3e8e5bbafb +size 3015941312 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K_S.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K_S.gguf new file mode 100644 index 0000000..d9b4743 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b01a4169850f7f9b7695b700bee438071ee014e03f38b595c5bc26cefa0d7c8 +size 2834074816 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_L.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_L.gguf new file mode 100644 index 0000000..296cdbe --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71515b40ccc40dd8465bf00fb8bb3d563c2d37eec896d9a146e9a020a4fd0438 +size 4088460480 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_M.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_M.gguf new file mode 100644 index 0000000..b4fd040 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80255247497ae82c492dfde7f2b378d421312fc07006a8c2f745ffb217099bfa +size 3808392384 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_S.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c226ad1 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cad8ab8bc30480fb558da67e1573f60db15e604e7fbb930dc4cb09c37ee56b +size 3492369600 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_0.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_0.gguf new file mode 100644 index 0000000..8e6f5f5 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870f547fc0e65a9e037432e47dab8e9683922165035bf0b8b87dbc948ffaf986 +size 4444122304 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_1.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_1.gguf new file mode 100644 index 0000000..31cd547 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73ec11e72dab5f1e7905c66ca44d3a75dfd8ae1e48c6b1b0735ee48d650bd83 +size 4873284800 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_M.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_M.gguf new file mode 100644 index 0000000..6b7c39b --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7898dab886918379a55728982f4a36cb18667be6e2140c32552627246119ee0 +size 4683074752 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_S.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_S.gguf new file mode 100644 index 0000000..28bf260 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67aa1d749df272e5dda5bf2210be18fb8efe555739b4917cd2798d66c018b548 +size 4457770176 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_M.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_M.gguf new file mode 100644 index 0000000..152795b --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d661e816bb842a14ab1a15f57930bb9775838b2bd5eabac959d8d306ee77a8 +size 5444832448 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_S.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_S.gguf new file mode 100644 index 0000000..19bcb7c --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ed66d6673a6ae5a73f8095890f1e69b34d1ca1c304b74b789945773f4a608e +size 5315177664 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q6_K.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q6_K.gguf new file mode 100644 index 0000000..44e00ed --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899f5eeb25a6161bbf652c0f23aa96b41a83c5231c9d84f237a30a26a93a5781 +size 6254200000 diff --git a/Qwen2.5-Coder-7B-Instruct-OBLITERATED.imatrix.gguf b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.imatrix.gguf new file mode 100644 index 0000000..34b8514 --- /dev/null +++ b/Qwen2.5-Coder-7B-Instruct-OBLITERATED.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441c9e95fefb7f46ef73fbb34d4497bbf9414ce32da160646d9794bf72511be7 +size 4560352 diff --git a/README.md b/README.md new file mode 100644 index 0000000..34052c5 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: OBLITERATUS/Qwen2.5-Coder-7B-Instruct-OBLITERATED +language: en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- obliteratus +- abliteration +- uncensored +- obliterate +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/OBLITERATUS/Qwen2.5-Coder-7B-Instruct-OBLITERATED + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-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-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_S.gguf) | i1-IQ1_S | 2.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.9 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_S.gguf) | i1-IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ3_M.gguf) | i1-IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_0.gguf) | i1-Q4_0 | 4.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q4_1.gguf) | i1-Q4_1 | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Coder-7B-Instruct-OBLITERATED-i1-GGUF/resolve/main/Qwen2.5-Coder-7B-Instruct-OBLITERATED.i1-Q6_K.gguf) | i1-Q6_K | 6.4 | 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. + +