From 8b3309a8623fa479746bff439db171d123fafc6c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 28 May 2026 03:20:24 +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-4B-tau2-sft-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++ Qwen3-4B-tau2-sft.i1-IQ1_M.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ1_S.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ2_M.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ2_S.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ2_XS.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ2_XXS.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ3_M.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ3_S.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ3_XS.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ3_XXS.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ4_NL.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-IQ4_XS.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q2_K.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q2_K_S.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q3_K_L.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q3_K_M.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q3_K_S.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q4_0.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q4_1.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q4_K_M.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q4_K_S.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q5_K_M.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q5_K_S.gguf | 3 ++ Qwen3-4B-tau2-sft.i1-Q6_K.gguf | 3 ++ Qwen3-4B-tau2-sft.imatrix.gguf | 3 ++ README.md | 86 +++++++++++++++++++++++++++++++ 27 files changed, 221 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-4B-tau2-sft.i1-IQ1_M.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ1_S.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ2_M.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ2_S.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ2_XS.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ2_XXS.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ3_M.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ3_S.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ3_XS.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ3_XXS.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ4_NL.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-IQ4_XS.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q2_K.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q2_K_S.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q3_K_L.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q3_K_M.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q3_K_S.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q4_0.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q4_1.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q4_K_M.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q4_K_S.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q5_K_M.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q5_K_S.gguf create mode 100644 Qwen3-4B-tau2-sft.i1-Q6_K.gguf create mode 100644 Qwen3-4B-tau2-sft.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..edf750f --- /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-4B-tau2-sft.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-tau2-sft.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-4B-tau2-sft.i1-IQ1_M.gguf b/Qwen3-4B-tau2-sft.i1-IQ1_M.gguf new file mode 100644 index 0000000..44387de --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6d9bb1b1b18cd7a9095d69bee4f16c28be110e3b689defc41099bb60ac4729 +size 1127016768 diff --git a/Qwen3-4B-tau2-sft.i1-IQ1_S.gguf b/Qwen3-4B-tau2-sft.i1-IQ1_S.gguf new file mode 100644 index 0000000..9aed557 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae75bec30b5687aa4ffbc606491ef09136a141f0b3bca34953102daf265d60b +size 1055254848 diff --git a/Qwen3-4B-tau2-sft.i1-IQ2_M.gguf b/Qwen3-4B-tau2-sft.i1-IQ2_M.gguf new file mode 100644 index 0000000..a52ec04 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5c6e1ed6082a48cd1c9031945d485c2aa152ca17dceb792e8459b7f881164e +size 1512982848 diff --git a/Qwen3-4B-tau2-sft.i1-IQ2_S.gguf b/Qwen3-4B-tau2-sft.i1-IQ2_S.gguf new file mode 100644 index 0000000..9ef80bd --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e6462da5c8b625a46369cecd7f66d7a0b7bf01dfd9b7cd32edd1249c13d5c1 +size 1417300288 diff --git a/Qwen3-4B-tau2-sft.i1-IQ2_XS.gguf b/Qwen3-4B-tau2-sft.i1-IQ2_XS.gguf new file mode 100644 index 0000000..f12bbda --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c40f748cf2721f4fa458ff54ac48ee1ac1b279c0c66594ee262fdf27c7c4ba +size 1354099008 diff --git a/Qwen3-4B-tau2-sft.i1-IQ2_XXS.gguf b/Qwen3-4B-tau2-sft.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..23e1391 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f1ebbcb960c94f84804f6eb94c8c64c842d496c15afc6cba7647d764ab7c3e +size 1246619968 diff --git a/Qwen3-4B-tau2-sft.i1-IQ3_M.gguf b/Qwen3-4B-tau2-sft.i1-IQ3_M.gguf new file mode 100644 index 0000000..37d06ea --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e6c7c31a690211f02028bbfb6dcec02d605eeb6276e97da182936c27c371be +size 1962895168 diff --git a/Qwen3-4B-tau2-sft.i1-IQ3_S.gguf b/Qwen3-4B-tau2-sft.i1-IQ3_S.gguf new file mode 100644 index 0000000..076641d --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a07e05d7fa5cf3055ec62401f6a8637cfcf6355972b4393c9798275c3a4563a +size 1899530048 diff --git a/Qwen3-4B-tau2-sft.i1-IQ3_XS.gguf b/Qwen3-4B-tau2-sft.i1-IQ3_XS.gguf new file mode 100644 index 0000000..9068054 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a603504178252f213eff2827713423d3c5bb38d83c8cc63187849be7389e0c +size 1814374208 diff --git a/Qwen3-4B-tau2-sft.i1-IQ3_XXS.gguf b/Qwen3-4B-tau2-sft.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..a9f83e6 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb2338b5140a8d07b18a121863eb43e9c619a5f871ba504c8fcdabbf8994208 +size 1670187328 diff --git a/Qwen3-4B-tau2-sft.i1-IQ4_NL.gguf b/Qwen3-4B-tau2-sft.i1-IQ4_NL.gguf new file mode 100644 index 0000000..9aea86d --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b49fb7a57e47725c779026cd6b360e38d1671c2b73291347c297333a676441 +size 2381342528 diff --git a/Qwen3-4B-tau2-sft.i1-IQ4_XS.gguf b/Qwen3-4B-tau2-sft.i1-IQ4_XS.gguf new file mode 100644 index 0000000..b169959 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f74d38ee2f342aa087a091adefba02083dc8fbdd4cde5a256d48457fb59b7e2 +size 2270750528 diff --git a/Qwen3-4B-tau2-sft.i1-Q2_K.gguf b/Qwen3-4B-tau2-sft.i1-Q2_K.gguf new file mode 100644 index 0000000..08e33a8 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fcdaa7a273c59501c7411a6035fbbba2bf8358ae0b9f5a0ebb8057265ab3f9 +size 1669498688 diff --git a/Qwen3-4B-tau2-sft.i1-Q2_K_S.gguf b/Qwen3-4B-tau2-sft.i1-Q2_K_S.gguf new file mode 100644 index 0000000..aa50e3d --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf418199bc0e28647272cd74bf66f28389f2e642b642a7264769a2774a6afa2d +size 1563453248 diff --git a/Qwen3-4B-tau2-sft.i1-Q3_K_L.gguf b/Qwen3-4B-tau2-sft.i1-Q3_K_L.gguf new file mode 100644 index 0000000..7616a7b --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4e57b469247ecd3418ebf506d182a615e813a32f5cd47edfcd7f967aef50a8 +size 2239784768 diff --git a/Qwen3-4B-tau2-sft.i1-Q3_K_M.gguf b/Qwen3-4B-tau2-sft.i1-Q3_K_M.gguf new file mode 100644 index 0000000..47dcbcb --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1320c1464b04af623542f22d507193ce3f4629c7a65337af3490f0da8a84b791 +size 2075617088 diff --git a/Qwen3-4B-tau2-sft.i1-Q3_K_S.gguf b/Qwen3-4B-tau2-sft.i1-Q3_K_S.gguf new file mode 100644 index 0000000..cbfcf90 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42314c46cdbd95c5e15e99cab9bb923615c9be98535dbad3a48d8d299f58ad24 +size 1886996288 diff --git a/Qwen3-4B-tau2-sft.i1-Q4_0.gguf b/Qwen3-4B-tau2-sft.i1-Q4_0.gguf new file mode 100644 index 0000000..4183cf9 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf39e4b954bcfe6204ee206c7f3fb1f6a3e17ea7cb379cabed0a7383dcb8befc +size 2375771968 diff --git a/Qwen3-4B-tau2-sft.i1-Q4_1.gguf b/Qwen3-4B-tau2-sft.i1-Q4_1.gguf new file mode 100644 index 0000000..938b87f --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e7eb8ce8e627433f5974ebe85b2891579a8926ce7083df6b655af92f8c2c5a +size 2596628288 diff --git a/Qwen3-4B-tau2-sft.i1-Q4_K_M.gguf b/Qwen3-4B-tau2-sft.i1-Q4_K_M.gguf new file mode 100644 index 0000000..c98cb09 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8429406c9401c31f3868eb893827858c0f26625127c82e564a6a0ad39c8003 +size 2497279808 diff --git a/Qwen3-4B-tau2-sft.i1-Q4_K_S.gguf b/Qwen3-4B-tau2-sft.i1-Q4_K_S.gguf new file mode 100644 index 0000000..f173dd1 --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ec3878ff1573a8fcacacb9f051cf12b89fa5d79fbefa81b6f9ac1d8fe3b4f4 +size 2383308608 diff --git a/Qwen3-4B-tau2-sft.i1-Q5_K_M.gguf b/Qwen3-4B-tau2-sft.i1-Q5_K_M.gguf new file mode 100644 index 0000000..be582be --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de189b212ed25c1bd13521c8181aecb144be2e7b69221d4dbaa880532f749e94 +size 2889512768 diff --git a/Qwen3-4B-tau2-sft.i1-Q5_K_S.gguf b/Qwen3-4B-tau2-sft.i1-Q5_K_S.gguf new file mode 100644 index 0000000..1c51faa --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea94d4735d56aef4d3ce1d32ca5f5bdf4f668f523c20a1fb88a9950ce9ab504 +size 2823710528 diff --git a/Qwen3-4B-tau2-sft.i1-Q6_K.gguf b/Qwen3-4B-tau2-sft.i1-Q6_K.gguf new file mode 100644 index 0000000..444e6ed --- /dev/null +++ b/Qwen3-4B-tau2-sft.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d237048fcf9bd04f60bf4c4375bf2f95ee0c940f1bbdb05c89e24b650d895f +size 3306260288 diff --git a/Qwen3-4B-tau2-sft.imatrix.gguf b/Qwen3-4B-tau2-sft.imatrix.gguf new file mode 100644 index 0000000..7d12d73 --- /dev/null +++ b/Qwen3-4B-tau2-sft.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d913756b1d171d13eaded90a5dc61d75a73b85b02932552aff7f910cba1fa176 +size 3872640 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e97e9e --- /dev/null +++ b/README.md @@ -0,0 +1,86 @@ +--- +base_model: zjxia/Qwen3-4B-tau2-sft +language: +- en +library_name: transformers +license: apache-2.0 +license_link: https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507/blob/main/LICENSE +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/zjxia/Qwen3-4B-tau2-sft + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-4B-tau2-sft-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen3-4B-tau2-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/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ1_S.gguf) | i1-IQ1_S | 1.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ1_M.gguf) | i1-IQ1_M | 1.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ2_S.gguf) | i1-IQ2_S | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ2_M.gguf) | i1-IQ2_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q2_K.gguf) | i1-Q2_K | 1.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ3_S.gguf) | i1-IQ3_S | 2.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ3_M.gguf) | i1-IQ3_M | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q3_K_M.gguf) | i1-Q3_K_M | 2.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q4_0.gguf) | i1-Q4_0 | 2.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q4_1.gguf) | i1-Q4_1 | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q5_K_M.gguf) | i1-Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-tau2-sft-i1-GGUF/resolve/main/Qwen3-4B-tau2-sft.i1-Q6_K.gguf) | i1-Q6_K | 3.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. + +