From 538892f7873a6dad7c91fa815433a3f16b3a0b5e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 28 May 2026 01:21:16 +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-Wrist-On-Hermes-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ Qwen3-4B-Wrist-On-Hermes.i1-IQ1_M.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ1_S.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ2_M.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ2_S.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XS.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XXS.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ3_M.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ3_S.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XS.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XXS.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ4_NL.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-IQ4_XS.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q2_K.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q2_K_S.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_L.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_M.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_S.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q4_0.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q4_1.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_M.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_S.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_M.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_S.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.i1-Q6_K.gguf | 3 + Qwen3-4B-Wrist-On-Hermes.imatrix.gguf | 3 + README.md | 107 +++++++++++++++++++++++ 27 files changed, 242 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ1_M.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ1_S.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ2_M.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ2_S.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XS.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XXS.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ3_M.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ3_S.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XS.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XXS.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ4_NL.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-IQ4_XS.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q2_K.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q2_K_S.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_L.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_M.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_S.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q4_0.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q4_1.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_M.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_S.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_M.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_S.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.i1-Q6_K.gguf create mode 100644 Qwen3-4B-Wrist-On-Hermes.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d3b01f6 --- /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-Wrist-On-Hermes.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-4B-Wrist-On-Hermes.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ1_M.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ1_M.gguf new file mode 100644 index 0000000..95696c3 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8c820915739b20ae08f4d6b730f8db0a76ba983e19a953911563e6d1bc2f86 +size 1253952256 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ1_S.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ1_S.gguf new file mode 100644 index 0000000..49a59b9 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c608478f73fa3aa05185f267e2659109588b1ca47eb8e5489b05e4c837b241d +size 1182190336 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_M.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_M.gguf new file mode 100644 index 0000000..aba9371 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb0be737deed11ecec718b05db9eebdd4d72908eaedce3318557c19971b5199 +size 1679352256 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_S.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_S.gguf new file mode 100644 index 0000000..0648b40 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc4c8e997375e15b79b476ddfe0241a8daa6c64d07cc8aa9547f782f2b50e7b +size 1583669696 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XS.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XS.gguf new file mode 100644 index 0000000..39f0aa1 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce78488353ba7ba0ba1221cbd509f62ec157dbdab9b73ed5528d51ed47d6ff46 +size 1481034496 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XXS.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..22cef9c --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573515a57ed8951ad370554fb4252db1025c24df5a0627dd0ae6ed30726290a6 +size 1373555456 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_M.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_M.gguf new file mode 100644 index 0000000..e4d9948 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dec7c848eb95c0bf999d9b4def0362ea9a7c1029f26455c05d2fb85c1d2721 +size 2129173824 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_S.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_S.gguf new file mode 100644 index 0000000..1e7ce80 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063ed56236e34f27977a80228f35abba9ab83ec55ce633af935235dca50de069 +size 2065808704 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XS.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XS.gguf new file mode 100644 index 0000000..975c520 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe2edb865f10ba4e7017130ba8f3d617137812b7c4fb4246547c28d1a0f8d7f +size 1980652864 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XXS.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..41d3d65 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9c9c8a512552a22ad47c1e2f1b9dc0afe27eb0f52c5e251f04121a55854257 +size 1836556736 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ4_NL.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ4_NL.gguf new file mode 100644 index 0000000..63dca0b --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c31a3bbf55cf511139348e8adc9ddd0b4aff9e4f775a329cfa8b966debc127a +size 2599188640 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-IQ4_XS.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a001c1a --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448da12582243e63cc39b93fba24b5fd16b21fcd3676ab9e2ff62a0383e00792 +size 2476463136 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q2_K.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q2_K.gguf new file mode 100644 index 0000000..bcdc73b --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1968e23cb97a316a25ff55f956f4abd9882d5941dc3e1fa7f7e2fbecda078e19 +size 1796343424 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q2_K_S.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q2_K_S.gguf new file mode 100644 index 0000000..feb14b4 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf85345d3f638814cabe91e261de305860846e2e43cc21a9e23da320391a954d +size 1690297984 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_L.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_L.gguf new file mode 100644 index 0000000..7834c29 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7583cc0882a271641bc6451d0e1bb8e3cb4e7bca46edd002fd3592c87e696b +size 2406063424 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_M.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_M.gguf new file mode 100644 index 0000000..2cb5b08 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac95895ec39fa935ced3bab2667537807080e3c3ae1c32a3ba50aa86ec40963 +size 2241895744 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_S.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_S.gguf new file mode 100644 index 0000000..b0afdf3 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce96333348e00c90e96b8e46194a4bb7158aa9b08c17a8e678f4f4e39053ab5d +size 2053274944 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q4_0.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q4_0.gguf new file mode 100644 index 0000000..d2e98f3 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf476647e9d5e10ecce68d02dc76b063ed4039b6610b22b817fadfef1da78ba +size 2593618080 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q4_1.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q4_1.gguf new file mode 100644 index 0000000..d722871 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33999fde26fd779df095dd0bc15c3b5b44eecd849e3ef61de5121d136bcdffc5 +size 2838741440 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_M.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_M.gguf new file mode 100644 index 0000000..8cb4710 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddfee80367c4b1815dfbedb1fccf2e7603c0dff22f1e6ee8ba38e9def7768ba +size 2715125920 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_S.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_S.gguf new file mode 100644 index 0000000..b1a4902 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4137a7d86727501e14704a6def79f52b3f70f55e7a8c4cbf75f84303233020c +size 2601154720 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_M.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_M.gguf new file mode 100644 index 0000000..665e685 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee9bff0d46170ae99bcece11b230d21fa248d2c1d7b813e964c55ec76d9620a +size 3155892960 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_S.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_S.gguf new file mode 100644 index 0000000..ae08995 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf3f24139404df33df0fe0c8adf17b2211a38984b9f7b00771377c6ffe0f7cf +size 3090090720 diff --git a/Qwen3-4B-Wrist-On-Hermes.i1-Q6_K.gguf b/Qwen3-4B-Wrist-On-Hermes.i1-Q6_K.gguf new file mode 100644 index 0000000..c988677 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953766b43a5b10175ab46a3b9614c16eae6b92f9692a0a15b8ee2d651ee26878 +size 3624207968 diff --git a/Qwen3-4B-Wrist-On-Hermes.imatrix.gguf b/Qwen3-4B-Wrist-On-Hermes.imatrix.gguf new file mode 100644 index 0000000..e38f9d3 --- /dev/null +++ b/Qwen3-4B-Wrist-On-Hermes.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3036e316f4cdf40e5284116cda3a81ef62e6eb0c6b4a6acc15df6451498d903 +size 3872640 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1583ed2 --- /dev/null +++ b/README.md @@ -0,0 +1,107 @@ +--- +base_model: ZeroXClem/Qwen3-4B-Wrist-On-Hermes +datasets: +- nohurry/Opus-4.6-Reasoning-3000x-filtered +- TeichAI/gpt-5.1-codex-max-1000x +- TeichAI/Gemini-3-Flash-Preview-VIBE +- TeichAI/polaris-alpha-1000x +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- merge +- mergekit +- lazymergekit +- ZeroXClem +- Hermes +- Claude +- Gemini +- Opus +- Flash +- Codex +- Kimi +- Polaris +- Qwen +- 4B +- Wrist +- On +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/ZeroXClem/Qwen3-4B-Wrist-On-Hermes + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-4B-Wrist-On-Hermes-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-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-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ1_S.gguf) | i1-IQ1_S | 1.3 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ1_M.gguf) | i1-IQ1_M | 1.4 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_S.gguf) | i1-IQ2_S | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ2_M.gguf) | i1-IQ2_M | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.8 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q2_K.gguf) | i1-Q2_K | 1.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.2 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_S.gguf) | i1-IQ3_S | 2.2 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ3_M.gguf) | i1-IQ3_M | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_M.gguf) | i1-Q3_K_M | 2.3 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.5 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q4_0.gguf) | i1-Q4_0 | 2.7 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.7 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q4_1.gguf) | i1-Q4_1 | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_S.gguf) | i1-Q5_K_S | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q5_K_M.gguf) | i1-Q5_K_M | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-4B-Wrist-On-Hermes-i1-GGUF/resolve/main/Qwen3-4B-Wrist-On-Hermes.i1-Q6_K.gguf) | i1-Q6_K | 3.7 | 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. + +