From 0e015d209d97b9ae9ee9b9a2ac1217658ea51b61 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 20 Jul 2026 03:32:09 +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/Qwen2.5-14B-Wheatear-v0-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++ Qwen2.5-14B-Wheatear-v0.i1-IQ1_M.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ1_S.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ2_M.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ2_S.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ2_XS.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ2_XXS.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ3_M.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ3_S.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ3_XS.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ3_XXS.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ4_NL.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-IQ4_XS.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q2_K.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q2_K_S.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q3_K_L.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q3_K_M.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q3_K_S.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q4_0.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q4_1.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q4_K_M.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q4_K_S.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q5_K_M.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q5_K_S.gguf | 3 + Qwen2.5-14B-Wheatear-v0.i1-Q6_K.gguf | 3 + README.md | 75 +++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 210 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ1_M.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ1_S.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ2_M.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ2_S.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ2_XS.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ2_XXS.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ3_M.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ3_S.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ3_XS.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ3_XXS.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ4_NL.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-IQ4_XS.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q2_K.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q2_K_S.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q3_K_L.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q3_K_M.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q3_K_S.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q4_0.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q4_1.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q4_K_M.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q4_K_S.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q5_K_M.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q5_K_S.gguf create mode 100644 Qwen2.5-14B-Wheatear-v0.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aac9bc8 --- /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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Wheatear-v0.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ1_M.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ1_M.gguf new file mode 100644 index 0000000..54e580b --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602f748bc43132d86c78183847bbe91a787308700c8d7a2e77d4ca81a8129b28 +size 3872309376 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ1_S.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ1_S.gguf new file mode 100644 index 0000000..5015acd --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7c5abf0e913871eb57c67a3ff6b4393e1e54ae7aa40efe9a5b24de67fabc91 +size 3607994496 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ2_M.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ2_M.gguf new file mode 100644 index 0000000..bf4b117 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe8a54c2d1ef3e8af79851ea9c47dbe7775170e49e8e81c306b758b5f7862e7 +size 5356146816 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ2_S.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ2_S.gguf new file mode 100644 index 0000000..f17a211 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f072561e2672954cfa4ce628697c39976b960ee90587f07d4e7ef196f5b9601 +size 5003726976 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ2_XS.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ2_XS.gguf new file mode 100644 index 0000000..196de29 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be0d6959d5fb7bf10ec80bee08b9a12153f5cf9aec23e7f6c79690a12e0c02f +size 4704575616 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ2_XXS.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..7d2a207 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366a4a637d284dbca5a2b62627b6c5954eb3c61c2ca591633d8c96ef4be5c4c7 +size 4312834176 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ3_M.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ3_M.gguf new file mode 100644 index 0000000..4a1eeb6 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a110f6beef83f263b10531b6c6bfde0727d614f8331baa3e61324f6a78e2b3 +size 6916538496 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ3_S.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ3_S.gguf new file mode 100644 index 0000000..15d344a --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0574ef93163b01a7d05f5b3b9999779967f581cccc898da5e0e6025b248793a +size 6693019776 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ3_XS.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ3_XS.gguf new file mode 100644 index 0000000..2a34f84 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3452366a277152fbd9e20518444600c6bb71621da33b6153d66fadb2057dff41 +size 6383362176 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ3_XXS.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..9bede86 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f10af635ca419d44fb67547778bd9882a2942055c199e918b7090a99c655bd8 +size 5946708096 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ4_NL.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ4_NL.gguf new file mode 100644 index 0000000..386444a --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7130017f44e765579ccecb79a368c679b36c5c182bb6773ca8ac67b22decd51 +size 8549183616 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-IQ4_XS.gguf b/Qwen2.5-14B-Wheatear-v0.i1-IQ4_XS.gguf new file mode 100644 index 0000000..8781d2c --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6753dbf8a3478d61cfb5de5bc2a2054642cf44cf40910c9ab5268d8767d13eb +size 8119840896 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q2_K.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q2_K.gguf new file mode 100644 index 0000000..3f173f4 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44b0dbc064d0f3ae7a81ce3b1282a7effaaf9d6a1ded75c5fbc7ad5bb13ad95 +size 5770498176 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q2_K_S.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q2_K_S.gguf new file mode 100644 index 0000000..29b8af5 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fe478cbc0eb4a72eedb3aef206e30b6b7b976dd4572e1d86e10f66ce9855c4 +size 5397188736 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_L.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_L.gguf new file mode 100644 index 0000000..5df695f --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5229d77c61556c8268b8a924ee3f344af87ab730d4a567508cc3c3b173c96c79 +size 7924768896 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_M.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_M.gguf new file mode 100644 index 0000000..94c92d5 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920abc737716420b56e3897f922ea6b3549355c414756b7278ab0d494f874ee3 +size 7339204736 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_S.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_S.gguf new file mode 100644 index 0000000..3cbfae1 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036388284bb345be1ef334d057eabf30feb949275ad2ff630b99c8d2489b431b +size 6659596416 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q4_0.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q4_0.gguf new file mode 100644 index 0000000..a460b2a --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20214bef3a323706e465ed50716e409f45a22b4b49629ce86546ed4837583b4 +size 8544268416 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q4_1.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q4_1.gguf new file mode 100644 index 0000000..3b625e0 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa12ee3b27b5abae789697015c0707d4ba53c07429889877d557a1ee7bc7f6ad +size 9392140416 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q4_K_M.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q4_K_M.gguf new file mode 100644 index 0000000..dc4a296 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29ca1d7a4c9296bb4d56fca8391c85c7a8dcd9071ccf2dfc5763cacbb6ffd5b +size 8988110976 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q4_K_S.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q4_K_S.gguf new file mode 100644 index 0000000..1924155 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b904cfd4898b6c286afc966824e03565d30f8af589fae2527431eb0e94e40e81 +size 8573431936 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q5_K_M.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q5_K_M.gguf new file mode 100644 index 0000000..482726c --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248b3e11bbe6d71e08ff015a34ea8461b6bac4d44b8958c8bddba8be84bf59ae +size 10508873856 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q5_K_S.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q5_K_S.gguf new file mode 100644 index 0000000..3edac4b --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735fefb978ab367ccd479cd4c2895f8fcd936c0e862119011105d5a447b99f00 +size 10266554496 diff --git a/Qwen2.5-14B-Wheatear-v0.i1-Q6_K.gguf b/Qwen2.5-14B-Wheatear-v0.i1-Q6_K.gguf new file mode 100644 index 0000000..458d1c5 --- /dev/null +++ b/Qwen2.5-14B-Wheatear-v0.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5ab25bdb81fb3a1728637227b790891bfea8c3321d7cf61d665984e4c8a6b7 +size 12124684416 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6406c09 --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: Hasnonname/Qwen2.5-14B-Wheatear-v0 +language: +- en +library_name: transformers +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/Hasnonname/Qwen2.5-14B-Wheatear-v0 + + +static quants are available at https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-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/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ1_S.gguf) | i1-IQ1_S | 3.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ1_M.gguf) | i1-IQ1_M | 4.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ2_S.gguf) | i1-IQ2_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ2_M.gguf) | i1-IQ2_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q2_K.gguf) | i1-Q2_K | 5.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 6.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ3_XS.gguf) | i1-IQ3_XS | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ3_S.gguf) | i1-IQ3_S | 6.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ3_M.gguf) | i1-IQ3_M | 7.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q3_K_L.gguf) | i1-Q3_K_L | 8.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q4_0.gguf) | i1-Q4_0 | 8.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-IQ4_NL.gguf) | i1-IQ4_NL | 8.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q4_K_M.gguf) | i1-Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q4_1.gguf) | i1-Q4_1 | 9.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q5_K_S.gguf) | i1-Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Wheatear-v0-i1-GGUF/resolve/main/Qwen2.5-14B-Wheatear-v0.i1-Q6_K.gguf) | i1-Q6_K | 12.2 | 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. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..fc23041 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f31ba69449ff5315064f49a3ed86789eb7bc179d831d3d8cf7d63158175998 +size 8563597