From 2f323649e98ba0f1d61f151d886c22e87a42684e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 5 Jun 2026 16:19:20 +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/Phoenix-Qwen2.5-7B-v1-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ Phoenix-Qwen2.5-7B-v1.i1-IQ1_M.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ1_S.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ2_M.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ2_S.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ2_XS.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ2_XXS.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ3_M.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ3_S.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ3_XS.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ3_XXS.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ4_NL.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-IQ4_XS.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q2_K.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q2_K_S.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q3_K_L.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q3_K_M.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q3_K_S.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q4_0.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q4_1.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q4_K_M.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q4_K_S.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q5_K_M.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q5_K_S.gguf | 3 + Phoenix-Qwen2.5-7B-v1.i1-Q6_K.gguf | 3 + Phoenix-Qwen2.5-7B-v1.imatrix.gguf | 3 + README.md | 91 +++++++++++++++++++++++++++ 27 files changed, 226 insertions(+) create mode 100644 .gitattributes create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ1_M.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ1_S.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ2_M.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ2_S.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ2_XS.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ2_XXS.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ3_M.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ3_S.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ3_XS.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ3_XXS.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ4_NL.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-IQ4_XS.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q2_K.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q2_K_S.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q3_K_L.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q3_K_M.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q3_K_S.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q4_0.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q4_1.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q4_K_M.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q4_K_S.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q5_K_M.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q5_K_S.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.i1-Q6_K.gguf create mode 100644 Phoenix-Qwen2.5-7B-v1.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ec80c31 --- /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 +Phoenix-Qwen2.5-7B-v1.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Phoenix-Qwen2.5-7B-v1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ1_M.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ1_M.gguf new file mode 100644 index 0000000..db90a20 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5feca87c18a14383608eb88b2e2a2376459138668c5034909b3183bc4e58ca48 +size 2042197344 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ1_S.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ1_S.gguf new file mode 100644 index 0000000..2ee9a41 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f064a2093311aad5936f777fbf5ad8c5ed0d3015f68c8737566f5d53f6af6f17 +size 1903668576 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ2_M.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ2_M.gguf new file mode 100644 index 0000000..7c0f584 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a45224e349078c1b07070e50d89b04e7b908e08d79759d1263eefcdd8e97167 +size 2780343648 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ2_S.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ2_S.gguf new file mode 100644 index 0000000..e693e8e --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec00ab116de0417b0fe298342c9daf09285552b896a3a181d270ea43f9123e2 +size 2595638624 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ2_XS.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..0261d71 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fa549aa00063016e9817d3006c378b41b943292bdd28e18d9231c20fe374f0 +size 2469023072 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ2_XXS.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..3fb69e6 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166fd29f07e908ad34ea1eb47987527714684a5ef70b54772c2fafbb3d9dccfb +size 2273078624 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ3_M.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ3_M.gguf new file mode 100644 index 0000000..3b78181 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5b7bf51162237d52872f9bc686c4eca13fe64c9460e0f0583efb956800619e +size 3574013280 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ3_S.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ3_S.gguf new file mode 100644 index 0000000..73cff2e --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddbd0ca418aea92b6b3d909529897bd21bd2a3c67ac75450998d2ab788c8b87 +size 3499193696 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ3_XS.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..8a48bc7 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76db3bf3cb601fb68b9a65de5a24c09fbdfd2798cee245e94264ce675dca859 +size 3346257248 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ3_XXS.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..feb8fcc --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5e5d9de1fc8356c415d932dca5ae698c12d51da2e7e36c1d9bf74748e9de20 +size 3114515808 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ4_NL.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ4_NL.gguf new file mode 100644 index 0000000..0e8525f --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3ea3a283e6bc32c55f1d5d1b4c363600a1b7412d8def9c28c8b7def837844a +size 4437814624 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-IQ4_XS.gguf b/Phoenix-Qwen2.5-7B-v1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..24293d2 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4577874739de1987e3be0408e49badb3541de71325e1154478019e7c4dd197e +size 4218473824 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q2_K.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q2_K.gguf new file mode 100644 index 0000000..e4800da --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31eb979439b5a0cef37f495bcb8c7a7fbbd79394ae23a0b9fe2f9c0746f9723c +size 3015941472 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q2_K_S.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..7b2df9d --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6656387f4a4d862d331d3da4a843c7b3abd9f6125aa42e9e99c99f3af4f557f5 +size 2834074976 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_L.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..c0e2a1a --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b09b5280c6b54274471b5b285ac44a704920aee6c64ba1665349a256b879176 +size 4088460640 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_M.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..f2f6228 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a231e5426f320776f2fb8bfeb50a2ab8da48b075808f9bea50ae77ac1bc69d +size 3808392544 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_S.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..4aa324a --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea433021ff352c4433ee7bb67c6fc560f8dda875c21c3c6957c75a68707f4904 +size 3492369760 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q4_0.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q4_0.gguf new file mode 100644 index 0000000..00616cb --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0787e8197bb9ceb7c4dd78f36d3adf75d24c758ed5d8edd80ea8601b1bece8c5 +size 4444122464 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q4_1.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q4_1.gguf new file mode 100644 index 0000000..c952afe --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41864324cefc2d066f9650d8dd4393a353c71ed1470aabfab6b93e8a709797d6 +size 4873284960 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q4_K_M.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..1d6f5d7 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2a55dbac0638793bf2e15ec82519c70deaa5f74e5e0d060b4802574d41e9b4 +size 4683074912 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q4_K_S.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..0903391 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83ab5b9996caa40419dd290fb69ae02e2632fce2b0ef086e822b9d6b6bfd959 +size 4457770336 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q5_K_M.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..3710361 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f75ba151e2295a7c0de86bb70ee0b6dbd49df2b7017797782be439b6403be56 +size 5444832608 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q5_K_S.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..13aecaf --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabb80a961e01ae9e4df6bfb395a1afb1b4ee7c7e6dd7ea94e8380eb139c0212 +size 5315177824 diff --git a/Phoenix-Qwen2.5-7B-v1.i1-Q6_K.gguf b/Phoenix-Qwen2.5-7B-v1.i1-Q6_K.gguf new file mode 100644 index 0000000..b2d1666 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d0f395c1f0cc978a5886561a2dc83940904dfbe999413a10bdbc7041ae5bd2 +size 6254200160 diff --git a/Phoenix-Qwen2.5-7B-v1.imatrix.gguf b/Phoenix-Qwen2.5-7B-v1.imatrix.gguf new file mode 100644 index 0000000..7d46599 --- /dev/null +++ b/Phoenix-Qwen2.5-7B-v1.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c594c8b1f4db5d2ea224adaf426ab4458a32f8b770738f69880e24140b5045 +size 4560352 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6780192 --- /dev/null +++ b/README.md @@ -0,0 +1,91 @@ +--- +base_model: flammenai/Phoenix-Qwen2.5-7B-v1 +datasets: +- flammenai/Phoenix-SFT-v1 +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- merlina +- grimoire +- text-generation +- sft +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/flammenai/Phoenix-Qwen2.5-7B-v1 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Phoenix-Qwen2.5-7B-v1-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-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/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ1_S.gguf) | i1-IQ1_S | 2.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.9 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ3_S.gguf) | i1-IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ3_M.gguf) | i1-IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q4_0.gguf) | i1-Q4_0 | 4.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q4_1.gguf) | i1-Q4_1 | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Phoenix-Qwen2.5-7B-v1-i1-GGUF/resolve/main/Phoenix-Qwen2.5-7B-v1.i1-Q6_K.gguf) | i1-Q6_K | 6.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. + +