From 930bbbc88ef9d11dfde1db89c45b1e8c27f68023 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 27 May 2026 09:00:18 +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-Base-Continued-GRPO-Wave-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ ...-4B-Base-Continued-GRPO-Wave.i1-IQ1_M.gguf | 3 + ...-4B-Base-Continued-GRPO-Wave.i1-IQ1_S.gguf | 3 + ...-4B-Base-Continued-GRPO-Wave.i1-IQ2_M.gguf | 3 + ...-4B-Base-Continued-GRPO-Wave.i1-IQ2_S.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-IQ2_XS.gguf | 3 + ...B-Base-Continued-GRPO-Wave.i1-IQ2_XXS.gguf | 3 + ...-4B-Base-Continued-GRPO-Wave.i1-IQ3_M.gguf | 3 + ...-4B-Base-Continued-GRPO-Wave.i1-IQ3_S.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-IQ3_XS.gguf | 3 + ...B-Base-Continued-GRPO-Wave.i1-IQ3_XXS.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-IQ4_NL.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-IQ4_XS.gguf | 3 + ...3-4B-Base-Continued-GRPO-Wave.i1-Q2_K.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-Q2_K_S.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-Q3_K_L.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-Q3_K_M.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-Q3_K_S.gguf | 3 + ...3-4B-Base-Continued-GRPO-Wave.i1-Q4_0.gguf | 3 + ...3-4B-Base-Continued-GRPO-Wave.i1-Q4_1.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-Q4_K_M.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-Q4_K_S.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-Q5_K_M.gguf | 3 + ...4B-Base-Continued-GRPO-Wave.i1-Q5_K_S.gguf | 3 + ...3-4B-Base-Continued-GRPO-Wave.i1-Q6_K.gguf | 3 + ...3-4B-Base-Continued-GRPO-Wave.imatrix.gguf | 3 + README.md | 88 +++++++++++++++++++ 27 files changed, 223 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_M.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_S.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_M.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_S.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XS.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XXS.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_M.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_S.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XS.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XXS.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_NL.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_XS.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K_S.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_L.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_M.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_S.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_0.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_1.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_M.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_S.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_M.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_S.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q6_K.gguf create mode 100644 Qwen3-4B-Base-Continued-GRPO-Wave.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d5581df --- /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-Base-Continued-GRPO-Wave.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_M.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_M.gguf new file mode 100644 index 0000000..bb2a8dd --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9d15ee1d69867340221ac55e6a04a87d5fc77f182befd2db1ca3163d13aa31 +size 1126544256 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_S.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_S.gguf new file mode 100644 index 0000000..20834fc --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff13dc37e3787043b036c9af2d8f58add1fd745af3966d9cad964c9457358b5 +size 1054782336 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_M.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_M.gguf new file mode 100644 index 0000000..818d09f --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638c3b4ba4dded82119ef96114dba1d52a7023d081c11a8042a71a8885d09cb4 +size 1512510336 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_S.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_S.gguf new file mode 100644 index 0000000..e244b5c --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5817c993f9bfe3a8d39ec07a79f922f07ebe8cba491eaccff96f69ef4b4cb244 +size 1416827776 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XS.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XS.gguf new file mode 100644 index 0000000..cf9f82a --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654e0b2c92fb63493ebcff8bcf735e21a891f83e09309f74771ff4329381af12 +size 1353626496 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XXS.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..69fa671 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9cf8d9913f45bc3ef57f7b969b393c4d77c96ef39fcf19a29b372990dab65d +size 1246147456 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_M.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_M.gguf new file mode 100644 index 0000000..434c799 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3521aa095eda29437db2309b9ff0bf13fbbcdf7ae889768d5f5b417fce2c123a +size 1962331904 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_S.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_S.gguf new file mode 100644 index 0000000..ae86354 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a614bbf7e96ee6f490e4985b1a5524caecc689cc38926802b6613872ab7468f6 +size 1898966784 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XS.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XS.gguf new file mode 100644 index 0000000..e226d39 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91382c450496e4269e01b19c3a3d74aca58e2bc4e39c57b4b1389d0a721fe261 +size 1813810944 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XXS.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..66d0d0b --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b210e14e89187f2b66beeb4a1a20d5a7f89c8923b700b385d24b08d365c7c51 +size 1669714816 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_NL.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_NL.gguf new file mode 100644 index 0000000..963f392 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d603aab83626d3ba193938e1dd5caf4d934f74bd9adace922315cf1c06d4cea4 +size 2380779264 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_XS.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a96384e --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1463e508aa90e14da57b50638b2f41feb6b6adfeaf752782b86696204f0e30e6 +size 2270187264 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K.gguf new file mode 100644 index 0000000..42b0b78 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a48d64dbeba98590d63c52710c825750e49ccfb3f13d35855ebb398a972c700 +size 1668935424 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K_S.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K_S.gguf new file mode 100644 index 0000000..1f53670 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055ba1346e045fe4a06bfcbdfb197ac7315b7f9185f95a9f585a05bf5bbdfbb7 +size 1562889984 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_L.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_L.gguf new file mode 100644 index 0000000..6bf9115 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a7abb01dc1d6233036d5094ed49b42f4bc3dd7fc466f681166d9487c8e51ae +size 2239221504 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_M.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_M.gguf new file mode 100644 index 0000000..84c72de --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acb4a44cf6a22a6a3c66880061d89ac37e9faf21fbaac0032a8bb70d4f795a2 +size 2075053824 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_S.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_S.gguf new file mode 100644 index 0000000..25c244b --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f709fe660542ee64d3ff04e88c09eacee98d79ef6b0bd6a17934017c81b64099 +size 1886433024 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_0.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_0.gguf new file mode 100644 index 0000000..1527482 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c55e649ee693c972346a8264939621b1a074c534904124cb025401654ebe8e +size 2375208704 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_1.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_1.gguf new file mode 100644 index 0000000..629d98b --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cb43d59ca45c287a58ae19026df38eaf2ba3f7f8ca9005be177fdf3e7b515e +size 2596065024 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_M.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_M.gguf new file mode 100644 index 0000000..51b5a5f --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278383e553f219e42bac6edefc028ee6a8709be61dbdc6300b6cebbdb1a618e6 +size 2496716544 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_S.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_S.gguf new file mode 100644 index 0000000..f8d6505 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e275510a55793293e42c25fc21d24f429a9c4b322680041cd4aa69b26164d571 +size 2382745344 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_M.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_M.gguf new file mode 100644 index 0000000..2e2209e --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa24fdf66fbdfa6d160415a0c7bbf8d643454ff4af1c41fe9f59cea6a63cc424 +size 2888949504 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_S.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_S.gguf new file mode 100644 index 0000000..8079225 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a670c14ec03e0c0b26e265c9cf1e251899a84bd6892f6b9d0bebf1b74080b17 +size 2823147264 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q6_K.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q6_K.gguf new file mode 100644 index 0000000..62c74a0 --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004a3e2d66b030ed7f21ded376dff1e36f597dd862e66bd8929e111773832d38 +size 3305697024 diff --git a/Qwen3-4B-Base-Continued-GRPO-Wave.imatrix.gguf b/Qwen3-4B-Base-Continued-GRPO-Wave.imatrix.gguf new file mode 100644 index 0000000..4fe791f --- /dev/null +++ b/Qwen3-4B-Base-Continued-GRPO-Wave.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668ff65a3ac6259162e99fecebaa92e36831e8d4b29799494653373d627dd1fa +size 3872640 diff --git a/README.md b/README.md new file mode 100644 index 0000000..06f2b99 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: Lambent/Qwen3-4B-Base-Continued-GRPO-Wave +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Lambent/Qwen3-4B-Base-Continued-GRPO-Wave + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-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-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_S.gguf) | i1-IQ1_S | 1.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ1_M.gguf) | i1-IQ1_M | 1.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_S.gguf) | i1-IQ2_S | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ2_M.gguf) | i1-IQ2_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q2_K.gguf) | i1-Q2_K | 1.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_S.gguf) | i1-IQ3_S | 2.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ3_M.gguf) | i1-IQ3_M | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_M.gguf) | i1-Q3_K_M | 2.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_0.gguf) | i1-Q4_0 | 2.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q4_1.gguf) | i1-Q4_1 | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.i1-Q5_K_M.gguf) | i1-Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Base-Continued-GRPO-Wave-i1-GGUF/resolve/main/Qwen3-4B-Base-Continued-GRPO-Wave.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. + +