From 4066f939aeb936afdf37eed6b3d8ee10bb69b866 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 12 May 2026 07:10:35 +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/Qwen3-PUPPET-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++++ Qwen3-PUPPET-8B.i1-IQ1_M.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ1_S.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ2_M.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ2_S.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ2_XS.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ2_XXS.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ3_M.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ3_S.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ3_XS.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ3_XXS.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ4_NL.gguf | 3 ++ Qwen3-PUPPET-8B.i1-IQ4_XS.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q2_K.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q2_K_S.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q3_K_L.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q3_K_M.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q3_K_S.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q4_0.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q4_1.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q4_K_M.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q4_K_S.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q5_K_M.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q5_K_S.gguf | 3 ++ Qwen3-PUPPET-8B.i1-Q6_K.gguf | 3 ++ Qwen3-PUPPET-8B.imatrix.gguf | 3 ++ README.md | 91 +++++++++++++++++++++++++++++++++ 27 files changed, 226 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-PUPPET-8B.i1-IQ1_M.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ1_S.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ2_M.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ2_S.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ2_XS.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ2_XXS.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ3_M.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ3_S.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ3_XS.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ3_XXS.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ4_NL.gguf create mode 100644 Qwen3-PUPPET-8B.i1-IQ4_XS.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q2_K.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q2_K_S.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q3_K_L.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q3_K_M.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q3_K_S.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q4_0.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q4_1.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q4_K_M.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q4_K_S.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q5_K_M.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q5_K_S.gguf create mode 100644 Qwen3-PUPPET-8B.i1-Q6_K.gguf create mode 100644 Qwen3-PUPPET-8B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..894499c --- /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 +Qwen3-PUPPET-8B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-PUPPET-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-PUPPET-8B.i1-IQ1_M.gguf b/Qwen3-PUPPET-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..da1aaee --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae74a923f66fafb4376f8c49ec2218a988425c6d4e5bde6b2958b0c93e9ca04e +size 2256148768 diff --git a/Qwen3-PUPPET-8B.i1-IQ1_S.gguf b/Qwen3-PUPPET-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..5bbc252 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddbff6a821fa962644265056922fa54f3e31fbd28d941abe42e2d9f701f8994 +size 2115770656 diff --git a/Qwen3-PUPPET-8B.i1-IQ2_M.gguf b/Qwen3-PUPPET-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..ef123fa --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7fd1ffbc087467777410e4438d4df5f5b5d7e6d88f47ddf6269c74d4f8dcd9 +size 3051915552 diff --git a/Qwen3-PUPPET-8B.i1-IQ2_S.gguf b/Qwen3-PUPPET-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..d85b2b6 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9cec9b2d0c3572028d5a58c27937191cdcbb69dd2f803a335bf9d5b041e479 +size 2864744736 diff --git a/Qwen3-PUPPET-8B.i1-IQ2_XS.gguf b/Qwen3-PUPPET-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..57b6347 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676a8fac930cb4c357946dfa087017ad48dce58370b5a3fb10e5113f934a28eb +size 2696157472 diff --git a/Qwen3-PUPPET-8B.i1-IQ2_XXS.gguf b/Qwen3-PUPPET-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..762367c --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be66c10f04f1d0a41a6de1321103371a038e5e1bd4709ae8ad6dfeee239170cd +size 2490112288 diff --git a/Qwen3-PUPPET-8B.i1-IQ3_M.gguf b/Qwen3-PUPPET-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..ab39302 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493251b4387d14839cb2d9fd7167aaf4ade3b18121e4c2d4b1d74f50fcec69b1 +size 3896621344 diff --git a/Qwen3-PUPPET-8B.i1-IQ3_S.gguf b/Qwen3-PUPPET-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..3efb81f --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2b7da4469388a48e2b822917651000acf3784ac937efa950b3dba30ebf3b8e +size 3789666592 diff --git a/Qwen3-PUPPET-8B.i1-IQ3_XS.gguf b/Qwen3-PUPPET-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..760dfc2 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9f3b23fbfdf81ebd7b3b91b3d971b237329f0e6f0cb060c33f329c98c59f6c +size 3626875168 diff --git a/Qwen3-PUPPET-8B.i1-IQ3_XXS.gguf b/Qwen3-PUPPET-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..de4f98d --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17ba32d5a2c959c972f2e3cadcbb2fe08ae448febba41500e3448be32639e70 +size 3369634080 diff --git a/Qwen3-PUPPET-8B.i1-IQ4_NL.gguf b/Qwen3-PUPPET-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..9b464ab --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e012782f1d5bb16aad1d22739788b9fffd189ed7998761c571a27cc8f5c8f8a +size 4793624864 diff --git a/Qwen3-PUPPET-8B.i1-IQ4_XS.gguf b/Qwen3-PUPPET-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..b3601bb --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89dcc6836deb886f6b956586b19eac841e4ccc862d9672d4861434ecf632db9b +size 4561840416 diff --git a/Qwen3-PUPPET-8B.i1-Q2_K.gguf b/Qwen3-PUPPET-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..03a6a22 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2109e493041e20a8c486aefb66aa01ffc4639618ba75e6791eb56b30ad60f2ca +size 3281733920 diff --git a/Qwen3-PUPPET-8B.i1-Q2_K_S.gguf b/Qwen3-PUPPET-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..75c44b6 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0599d80931de66f2930da9be8a050c4c0df9e0f9189df9fc9ac93faae04610eb +size 3083553056 diff --git a/Qwen3-PUPPET-8B.i1-Q3_K_L.gguf b/Qwen3-PUPPET-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..79c640a --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3602db7612fe062259d9d46efd662b6e2e2e541eaa743fc90bd9c89bca7940 +size 4431395104 diff --git a/Qwen3-PUPPET-8B.i1-Q3_K_M.gguf b/Qwen3-PUPPET-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..5db7bd2 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b553dba1c43c1c44640f6b20761a450bab1975a522024ec2ff1a9d90f7c6fd5a +size 4124162336 diff --git a/Qwen3-PUPPET-8B.i1-Q3_K_S.gguf b/Qwen3-PUPPET-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..deb6c27 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166a4e275aceb4a18ee60f4ea22f63d9f054f2267d8acbfc06b966edbb093b7d +size 3769612576 diff --git a/Qwen3-PUPPET-8B.i1-Q4_0.gguf b/Qwen3-PUPPET-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..886d7bd --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227663875cd3555db4022315626c22a7b82701556c2f967329c066a7aad3f444 +size 4787333408 diff --git a/Qwen3-PUPPET-8B.i1-Q4_1.gguf b/Qwen3-PUPPET-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..a8d8872 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262ad2e7c1a36d4b0eec92e7ff6929bca4708a856d5be39fc05f80d739685bc9 +size 5247756576 diff --git a/Qwen3-PUPPET-8B.i1-Q4_K_M.gguf b/Qwen3-PUPPET-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..1dd6c2a --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb41df41960155fbed52267b864223a619951ce6660c79b3e4ad6ea616008ef0 +size 5027784992 diff --git a/Qwen3-PUPPET-8B.i1-Q4_K_S.gguf b/Qwen3-PUPPET-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..7166ef2 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e19c1ee9f1b8a524bc68ba7b2399797bd980c9daa2030d12af221e63e951a6 +size 4802013472 diff --git a/Qwen3-PUPPET-8B.i1-Q5_K_M.gguf b/Qwen3-PUPPET-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..9daf408 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7a3c20b60a7169a864b3b01231d9c4afcc19021b6d0a39f035608a7e4db34e +size 5851113760 diff --git a/Qwen3-PUPPET-8B.i1-Q5_K_S.gguf b/Qwen3-PUPPET-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..402acc8 --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82050aae4732338dc045849bab3989342fbece314a3b177e0406ed9494ec94c5 +size 5720762656 diff --git a/Qwen3-PUPPET-8B.i1-Q6_K.gguf b/Qwen3-PUPPET-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..07aad9b --- /dev/null +++ b/Qwen3-PUPPET-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a699f577ba27b4b6d6ee7a2b500d17d33ffe730b9b432deb1f4030a0bf5d865c +size 6725900576 diff --git a/Qwen3-PUPPET-8B.imatrix.gguf b/Qwen3-PUPPET-8B.imatrix.gguf new file mode 100644 index 0000000..980d125 --- /dev/null +++ b/Qwen3-PUPPET-8B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cf402c95d1e354b2f3fb9e7acef3f91a403eebf96e7403aa8cc6d4e9d287af +size 5347200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..579ae39 --- /dev/null +++ b/README.md @@ -0,0 +1,91 @@ +--- +base_model: aru-pakapaka/Qwen3-PUPPET-8B +datasets: +- Hello-SimpleAI/HC3 +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- qwen3 +- puppet +- machine-generated text detection +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/aru-pakapaka/Qwen3-PUPPET-8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-PUPPET-8B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-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/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.4 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.2 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.5 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 6.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-PUPPET-8B-i1-GGUF/resolve/main/Qwen3-PUPPET-8B.i1-Q6_K.gguf) | i1-Q6_K | 6.8 | 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. + +