From c09131b6b97e729d15da49f49bbf5ca0321079b1 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 24 Apr 2026 21:03:33 +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-Nymphaea-RP-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ Qwen3-4B-Nymphaea-RP.i1-IQ1_M.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ1_S.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ2_M.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ2_S.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ2_XS.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ2_XXS.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ3_M.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ3_S.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ3_XS.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ3_XXS.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ4_NL.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-IQ4_XS.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q2_K.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q2_K_S.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q3_K_L.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q3_K_M.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q3_K_S.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q4_0.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q4_1.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q4_K_M.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q4_K_S.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q5_K_M.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q5_K_S.gguf | 3 + Qwen3-4B-Nymphaea-RP.i1-Q6_K.gguf | 3 + Qwen3-4B-Nymphaea-RP.imatrix.gguf | 3 + README.md | 92 ++++++++++++++++++++++++++++ 27 files changed, 227 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ1_M.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ1_S.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ2_M.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ2_S.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ2_XS.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ2_XXS.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ3_M.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ3_S.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ3_XS.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ3_XXS.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ4_NL.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-IQ4_XS.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q2_K.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q2_K_S.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q3_K_L.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q3_K_M.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q3_K_S.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q4_0.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q4_1.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q4_K_M.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q4_K_S.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q5_K_M.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q5_K_S.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.i1-Q6_K.gguf create mode 100644 Qwen3-4B-Nymphaea-RP.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..08503b3 --- /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-Nymphaea-RP.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Nymphaea-RP.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ1_M.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ1_M.gguf new file mode 100644 index 0000000..42265e8 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882b11fef93905539b3376c259861777ec57f705d2a9c3f895732a2e1137e5bf +size 1127018432 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ1_S.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ1_S.gguf new file mode 100644 index 0000000..ae16094 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25ddf9028d927fd387429f0e639f737394ab5e1b78059c5ba7feabe1443c310 +size 1055256512 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ2_M.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ2_M.gguf new file mode 100644 index 0000000..b24d514 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f285b635b63330f7bd4ba9d83db0f5c4def8cd23090b82cbdb7d87db98ff1cc +size 1512984512 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ2_S.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ2_S.gguf new file mode 100644 index 0000000..91997ad --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d039a345b5aa0562421a5ed27bae14606a4705e7388087e40d79b68c6be6f1 +size 1417301952 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ2_XS.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ2_XS.gguf new file mode 100644 index 0000000..9d7383e --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd735f2484f73039bd56e6a26d26c9d10e50b5c74230cd0d027b9bc89cf7bc5 +size 1354100672 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ2_XXS.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..9e43be0 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a79e1ec729f31782707ed9f614b307bf00a7fd198db7a0db4e10d4965291d18 +size 1246621632 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ3_M.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ3_M.gguf new file mode 100644 index 0000000..fcd9827 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc722c4d7d7127cf8098206e1f8ac75aa93e1662f776b23a865d58f98bc436f +size 1962896832 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ3_S.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ3_S.gguf new file mode 100644 index 0000000..da84388 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f010880cf662c8a58feefdf749418ef3ca16fdbac6098728c43ed8f0f212bad2 +size 1899531712 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ3_XS.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ3_XS.gguf new file mode 100644 index 0000000..5ca94f4 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e9f068a334fdffa4f3b745902a935930aef4850fb0171e76dae765add3cba9 +size 1814375872 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ3_XXS.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..722e9b3 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f62041536482c5c95bda13947e156dbd5462b005baaa0eb81d9c7316b9575b4 +size 1670188992 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ4_NL.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ4_NL.gguf new file mode 100644 index 0000000..c508198 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f2f429162f9b743482e3891c34c39c9728a6809d3e35218c1fd798e9b76141 +size 2381344192 diff --git a/Qwen3-4B-Nymphaea-RP.i1-IQ4_XS.gguf b/Qwen3-4B-Nymphaea-RP.i1-IQ4_XS.gguf new file mode 100644 index 0000000..be18654 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a654cd6afcab1fdf61ce801600ea17548fb6cc07c06ed474a14c02cc6e410114 +size 2270752192 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q2_K.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q2_K.gguf new file mode 100644 index 0000000..72c720f --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bbc7af8d853cb8b2a9221f713a6d2b094fbce3d45404aa843cc007e3a87665 +size 1669500352 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q2_K_S.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q2_K_S.gguf new file mode 100644 index 0000000..ee5fd88 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4d8c552d69b28ff93573fcbf0d6bc97f840ef10fc48b7d69280f911b109a06 +size 1563454912 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q3_K_L.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q3_K_L.gguf new file mode 100644 index 0000000..7e48f4f --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301711b2b7340cb299ff4813d3524a9e597bbd9be8ae11db84ace9ef9960e10c +size 2239786432 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q3_K_M.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q3_K_M.gguf new file mode 100644 index 0000000..e46d073 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f4300087f749567afa9bd66c6ced15974e495622ffc484842c10e5799e6d29 +size 2075618752 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q3_K_S.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q3_K_S.gguf new file mode 100644 index 0000000..0cbce34 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87608a72da951243c0ed15f5ca50bef8ffab7a28a1920f21bb4ac7e3765e52cc +size 1886997952 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q4_0.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q4_0.gguf new file mode 100644 index 0000000..37a4f18 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403deebc45a7887b1c10e4b8f17e3919ceeb668d27e4ccdf73c992891ca9992a +size 2375773632 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q4_1.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q4_1.gguf new file mode 100644 index 0000000..e2dba22 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fc0d4ffb88173a657c92b4c5f6afcfdd74c2e35ca6a14f457cad04d3f3f516 +size 2596629952 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q4_K_M.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q4_K_M.gguf new file mode 100644 index 0000000..a2efe7b --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbaac227b59de46221a7c45f6618863460a0d38640f3360822c8f9de1db5fe6 +size 2497281472 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q4_K_S.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q4_K_S.gguf new file mode 100644 index 0000000..2c748fc --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5b68b4644f6e132f9b2cbb1ddbec1f9f37faf7f1e2a172088dae53e902663a +size 2383310272 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q5_K_M.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q5_K_M.gguf new file mode 100644 index 0000000..02ddfe6 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabcc7f8e6e7f7f588fdd676410139f81e25ece2d2ffe62dce0667f9c3f31c49 +size 2889514432 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q5_K_S.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q5_K_S.gguf new file mode 100644 index 0000000..29ab690 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8a230594a310f9b966572fa91421d40461a42347466222bcf5d4efe4e2b87c +size 2823712192 diff --git a/Qwen3-4B-Nymphaea-RP.i1-Q6_K.gguf b/Qwen3-4B-Nymphaea-RP.i1-Q6_K.gguf new file mode 100644 index 0000000..f0d6ac7 --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b9cad4244d20735dcdf03c210fe22428f823eab3151bef8a8bf83d0ac774fe +size 3306261952 diff --git a/Qwen3-4B-Nymphaea-RP.imatrix.gguf b/Qwen3-4B-Nymphaea-RP.imatrix.gguf new file mode 100644 index 0000000..7edf41e --- /dev/null +++ b/Qwen3-4B-Nymphaea-RP.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897732ecace243992140e66cef2b60ef2afab94e7c97e50fb03c9e39b2ccf345 +size 3872640 diff --git a/README.md b/README.md new file mode 100644 index 0000000..17f62d8 --- /dev/null +++ b/README.md @@ -0,0 +1,92 @@ +--- +base_model: 0xA50C1A1/Qwen3-4B-Nymphaea-RP +language: +- en +library_name: transformers +license: apache-2.0 +model_name: Qwen3-4B-Nymphaea-RP +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- uncensored +- roleplay +- trl +- rp +- creative-writing +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/0xA50C1A1/Qwen3-4B-Nymphaea-RP + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-4B-Nymphaea-RP-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-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-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ1_S.gguf) | i1-IQ1_S | 1.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ1_M.gguf) | i1-IQ1_M | 1.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ2_S.gguf) | i1-IQ2_S | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ2_M.gguf) | i1-IQ2_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q2_K.gguf) | i1-Q2_K | 1.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ3_S.gguf) | i1-IQ3_S | 2.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ3_M.gguf) | i1-IQ3_M | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q3_K_M.gguf) | i1-Q3_K_M | 2.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q4_0.gguf) | i1-Q4_0 | 2.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q4_1.gguf) | i1-Q4_1 | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.i1-Q5_K_M.gguf) | i1-Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Nymphaea-RP-i1-GGUF/resolve/main/Qwen3-4B-Nymphaea-RP.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. + +