From c46695054b7ed1d55bc4980f5738b3b79d412024 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 4 Jul 2026 05:06: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/Qwen3-0.6B-Uncensored-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ Qwen3-0.6B-Uncensored.i1-IQ1_M.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ1_S.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ2_M.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ2_S.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ2_XS.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ2_XXS.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ3_M.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ3_S.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ3_XS.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ3_XXS.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ4_NL.gguf | 3 + Qwen3-0.6B-Uncensored.i1-IQ4_XS.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q2_K.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q2_K_S.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q3_K_L.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q3_K_M.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q3_K_S.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q4_0.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q4_1.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q4_K_M.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q4_K_S.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q5_K_M.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q5_K_S.gguf | 3 + Qwen3-0.6B-Uncensored.i1-Q6_K.gguf | 3 + Qwen3-0.6B-Uncensored.imatrix.gguf | 3 + README.md | 85 +++++++++++++++++++++++++++ 27 files changed, 220 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ1_M.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ1_S.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ2_M.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ2_S.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ2_XS.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ2_XXS.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ3_M.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ3_S.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ3_XS.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ3_XXS.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ4_NL.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-IQ4_XS.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q2_K.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q2_K_S.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q3_K_L.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q3_K_M.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q3_K_S.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q4_0.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q4_1.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q4_K_M.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q4_K_S.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q5_K_M.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q5_K_S.gguf create mode 100644 Qwen3-0.6B-Uncensored.i1-Q6_K.gguf create mode 100644 Qwen3-0.6B-Uncensored.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4a3c63f --- /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-0.6B-Uncensored.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-0.6B-Uncensored.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-0.6B-Uncensored.i1-IQ1_M.gguf b/Qwen3-0.6B-Uncensored.i1-IQ1_M.gguf new file mode 100644 index 0000000..16b3e3a --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642e3c427378e3a5c48e77565cf50f4691d804a8cf3bc7a0630730a361e482e9 +size 216052640 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ1_S.gguf b/Qwen3-0.6B-Uncensored.i1-IQ1_S.gguf new file mode 100644 index 0000000..5f4d9d3 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5d07ecf2cec2edb371bbca61b4d345eb6d5ad684084877678cf6f06f8b4e85 +size 208016288 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ2_M.gguf b/Qwen3-0.6B-Uncensored.i1-IQ2_M.gguf new file mode 100644 index 0000000..879eb4c --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23f1d5c9a1d721d9faca7d61fd6a2dd0de188649f362771d079fe426026123b +size 264909728 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ2_S.gguf b/Qwen3-0.6B-Uncensored.i1-IQ2_S.gguf new file mode 100644 index 0000000..6da98a4 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898bb59cb74a916f2c2a8f7f40255528e60b0ce9d666db16cfaa59752b6a8974 +size 254194592 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ2_XS.gguf b/Qwen3-0.6B-Uncensored.i1-IQ2_XS.gguf new file mode 100644 index 0000000..c8b3d3c --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ffd7ff65bc77c81d9a7388b6e1b828cfbef65cad053feba224c98e37c9d924 +size 241996704 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ2_XXS.gguf b/Qwen3-0.6B-Uncensored.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..92d3907 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c4e9a6fcc07ea80783d8324f09ca6a1242181d0abe77c27b132df4c1d18a43 +size 229446560 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ3_M.gguf b/Qwen3-0.6B-Uncensored.i1-IQ3_M.gguf new file mode 100644 index 0000000..b37b368 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebb044d02d3b2704ef08cf0def7134e6cbf5c9048d8bc68e9d023319c313958 +size 336027552 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ3_S.gguf b/Qwen3-0.6B-Uncensored.i1-IQ3_S.gguf new file mode 100644 index 0000000..78ad6e2 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb1b60ca377bf557e9657091138a2a6a663399517597cb81539f45e21547014 +size 323076000 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ3_XS.gguf b/Qwen3-0.6B-Uncensored.i1-IQ3_XS.gguf new file mode 100644 index 0000000..98b2e81 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420afdabb2ba66052da3bd51c73d2b3a131bbbc079aef6e9e0a75c57e46d87e6 +size 312754080 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ3_XXS.gguf b/Qwen3-0.6B-Uncensored.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..0c32082 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46cf84b8268d6c5b83a4d89d6e436cd056c6a2305296a5ad44eb2c0b21be4e42 +size 279016352 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ4_NL.gguf b/Qwen3-0.6B-Uncensored.i1-IQ4_NL.gguf new file mode 100644 index 0000000..eb3b8ff --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81535b7b98776631e5e9c42d3ec9088a2c23c73e27549dcb55def109a6061c6 +size 381566880 diff --git a/Qwen3-0.6B-Uncensored.i1-IQ4_XS.gguf b/Qwen3-0.6B-Uncensored.i1-IQ4_XS.gguf new file mode 100644 index 0000000..de6764b --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177319bd9da360df9b5d11bfabafdb60049c59e3e52a3364f557ccf1e1feb0a3 +size 367804320 diff --git a/Qwen3-0.6B-Uncensored.i1-Q2_K.gguf b/Qwen3-0.6B-Uncensored.i1-Q2_K.gguf new file mode 100644 index 0000000..9fbdf3f --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55278f9addefd8bbb2beb0b69735f9e52c95b549abd6ddbd038a598747b48d7 +size 296239008 diff --git a/Qwen3-0.6B-Uncensored.i1-Q2_K_S.gguf b/Qwen3-0.6B-Uncensored.i1-Q2_K_S.gguf new file mode 100644 index 0000000..22e2881 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bc2166eb91ef0da149fb093907b67eec95d190f970776b7540d21e2b9047e1 +size 280559520 diff --git a/Qwen3-0.6B-Uncensored.i1-Q3_K_L.gguf b/Qwen3-0.6B-Uncensored.i1-Q3_K_L.gguf new file mode 100644 index 0000000..58a423e --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e6a7e3119bbf67cc79d4db7d0c9117b6ae70bcab0183c56abf512b6d4c4c2c +size 368492448 diff --git a/Qwen3-0.6B-Uncensored.i1-Q3_K_M.gguf b/Qwen3-0.6B-Uncensored.i1-Q3_K_M.gguf new file mode 100644 index 0000000..4becc0c --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd479e0208fd15cee5012b2574579201318fec8d4c78107fdd95e0ad6a268078 +size 347127712 diff --git a/Qwen3-0.6B-Uncensored.i1-Q3_K_S.gguf b/Qwen3-0.6B-Uncensored.i1-Q3_K_S.gguf new file mode 100644 index 0000000..0b863a5 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30de9b266bd06ba98dfe30512bb415d43da140a589bdbfaf3c64a34476f4e1a +size 323076000 diff --git a/Qwen3-0.6B-Uncensored.i1-Q4_0.gguf b/Qwen3-0.6B-Uncensored.i1-Q4_0.gguf new file mode 100644 index 0000000..b560875 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce7246c657aa0ff7f897ba3438de70f7a2b26fd15bc582b2a61eab3b796ba63 +size 382156704 diff --git a/Qwen3-0.6B-Uncensored.i1-Q4_1.gguf b/Qwen3-0.6B-Uncensored.i1-Q4_1.gguf new file mode 100644 index 0000000..2d23207 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c0850e77ff0f9cce4f484e0a3040ee2b18c727616eca7aa7a62c630caced02 +size 409092000 diff --git a/Qwen3-0.6B-Uncensored.i1-Q4_K_M.gguf b/Qwen3-0.6B-Uncensored.i1-Q4_K_M.gguf new file mode 100644 index 0000000..8e21f1c --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5121142fc751980a634f80120b6a992f2260d58a55c7439a047034c0bed0090d +size 396705696 diff --git a/Qwen3-0.6B-Uncensored.i1-Q4_K_S.gguf b/Qwen3-0.6B-Uncensored.i1-Q4_K_S.gguf new file mode 100644 index 0000000..b86692c --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69141676e5e4e9a33f109b23b7c08440663d1802048b2972f5bf0c9b1accbfb +size 383270816 diff --git a/Qwen3-0.6B-Uncensored.i1-Q5_K_M.gguf b/Qwen3-0.6B-Uncensored.i1-Q5_K_M.gguf new file mode 100644 index 0000000..f22ba21 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263eb35ed3cf22876281c61e83143ad2beac55696a0a6c4943f2b9158b9933ce +size 444415904 diff --git a/Qwen3-0.6B-Uncensored.i1-Q5_K_S.gguf b/Qwen3-0.6B-Uncensored.i1-Q5_K_S.gguf new file mode 100644 index 0000000..d221759 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc656b0a306116461220f1a018711670fb853ba711119242c0501e116ff7a08 +size 436617120 diff --git a/Qwen3-0.6B-Uncensored.i1-Q6_K.gguf b/Qwen3-0.6B-Uncensored.i1-Q6_K.gguf new file mode 100644 index 0000000..05219e1 --- /dev/null +++ b/Qwen3-0.6B-Uncensored.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e639774b564d391de22442dd213621b32c01bf18bafdb85c07fa40489d99ec +size 495108000 diff --git a/Qwen3-0.6B-Uncensored.imatrix.gguf b/Qwen3-0.6B-Uncensored.imatrix.gguf new file mode 100644 index 0000000..c9650fd --- /dev/null +++ b/Qwen3-0.6B-Uncensored.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9fa9d20655f706c0cb0a19cc4df8429211331a14a82e67f000646f07a2d183 +size 1177056 diff --git a/README.md b/README.md new file mode 100644 index 0000000..08a978d --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: s3nh/Qwen3-0.6B-Uncensored +language: +- en +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/s3nh/Qwen3-0.6B-Uncensored + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-0.6B-Uncensored-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-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-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ1_S.gguf) | i1-IQ1_S | 0.3 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ1_M.gguf) | i1-IQ1_M | 0.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ2_S.gguf) | i1-IQ2_S | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ2_M.gguf) | i1-IQ2_M | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q2_K.gguf) | i1-Q2_K | 0.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ3_S.gguf) | i1-IQ3_S | 0.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.4 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ3_M.gguf) | i1-IQ3_M | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.5 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q4_0.gguf) | i1-Q4_0 | 0.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q4_1.gguf) | i1-Q4_1 | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q5_K_S.gguf) | i1-Q5_K_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q5_K_M.gguf) | i1-Q5_K_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-0.6B-Uncensored-i1-GGUF/resolve/main/Qwen3-0.6B-Uncensored.i1-Q6_K.gguf) | i1-Q6_K | 0.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. + +