From 13a2439995e29fb8b00f4aaccdb9c04f55bcef61 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 8 Jul 2026 00:42:11 +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-1.5B-Matrix-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++++++++++ Qwen2.5-1.5B-Matrix.IQ3_M.gguf | 3 ++ Qwen2.5-1.5B-Matrix.IQ3_S.gguf | 3 ++ Qwen2.5-1.5B-Matrix.IQ3_XS.gguf | 3 ++ Qwen2.5-1.5B-Matrix.IQ4_XS.gguf | 3 ++ Qwen2.5-1.5B-Matrix.Q2_K.gguf | 3 ++ Qwen2.5-1.5B-Matrix.Q3_K_L.gguf | 3 ++ Qwen2.5-1.5B-Matrix.Q3_K_M.gguf | 3 ++ Qwen2.5-1.5B-Matrix.Q3_K_S.gguf | 3 ++ Qwen2.5-1.5B-Matrix.Q4_K_M.gguf | 3 ++ Qwen2.5-1.5B-Matrix.Q4_K_S.gguf | 3 ++ Qwen2.5-1.5B-Matrix.Q5_K_M.gguf | 3 ++ Qwen2.5-1.5B-Matrix.Q5_K_S.gguf | 3 ++ Qwen2.5-1.5B-Matrix.Q6_K.gguf | 3 ++ Qwen2.5-1.5B-Matrix.Q8_0.gguf | 3 ++ Qwen2.5-1.5B-Matrix.f16.gguf | 3 ++ README.md | 69 +++++++++++++++++++++++++++++++++ 17 files changed, 164 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-1.5B-Matrix.IQ3_M.gguf create mode 100644 Qwen2.5-1.5B-Matrix.IQ3_S.gguf create mode 100644 Qwen2.5-1.5B-Matrix.IQ3_XS.gguf create mode 100644 Qwen2.5-1.5B-Matrix.IQ4_XS.gguf create mode 100644 Qwen2.5-1.5B-Matrix.Q2_K.gguf create mode 100644 Qwen2.5-1.5B-Matrix.Q3_K_L.gguf create mode 100644 Qwen2.5-1.5B-Matrix.Q3_K_M.gguf create mode 100644 Qwen2.5-1.5B-Matrix.Q3_K_S.gguf create mode 100644 Qwen2.5-1.5B-Matrix.Q4_K_M.gguf create mode 100644 Qwen2.5-1.5B-Matrix.Q4_K_S.gguf create mode 100644 Qwen2.5-1.5B-Matrix.Q5_K_M.gguf create mode 100644 Qwen2.5-1.5B-Matrix.Q5_K_S.gguf create mode 100644 Qwen2.5-1.5B-Matrix.Q6_K.gguf create mode 100644 Qwen2.5-1.5B-Matrix.Q8_0.gguf create mode 100644 Qwen2.5-1.5B-Matrix.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cbeb2cc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +Qwen2.5-1.5B-Matrix.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.f16.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-1.5B-Matrix.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-1.5B-Matrix.IQ3_M.gguf b/Qwen2.5-1.5B-Matrix.IQ3_M.gguf new file mode 100644 index 0000000..361ff47 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1bd477a7d672330d92e53db6023bc0844a7a31ed7e440a1abcfc6373d2b0c8 +size 876942976 diff --git a/Qwen2.5-1.5B-Matrix.IQ3_S.gguf b/Qwen2.5-1.5B-Matrix.IQ3_S.gguf new file mode 100644 index 0000000..28fa994 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fec3b447bb62f57a63b3f8d62bccc8cc4980f518f29e88cff353ef5cfaca879 +size 862685824 diff --git a/Qwen2.5-1.5B-Matrix.IQ3_XS.gguf b/Qwen2.5-1.5B-Matrix.IQ3_XS.gguf new file mode 100644 index 0000000..9284360 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a7a55a8351bbbaef9b62d8b563590a3361a2e08dc6043644645d1b7c87ded1 +size 831978112 diff --git a/Qwen2.5-1.5B-Matrix.IQ4_XS.gguf b/Qwen2.5-1.5B-Matrix.IQ4_XS.gguf new file mode 100644 index 0000000..bd3dd14 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85eece6417c9e87fc91d938ddd749ca1cdbded7b2263db2b8a20bdeddfd525d +size 1026163840 diff --git a/Qwen2.5-1.5B-Matrix.Q2_K.gguf b/Qwen2.5-1.5B-Matrix.Q2_K.gguf new file mode 100644 index 0000000..8626160 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e7fc8cede265eb44305973358b233f97e8aadb1fd27fa0be48c2aff509adb2 +size 752881792 diff --git a/Qwen2.5-1.5B-Matrix.Q3_K_L.gguf b/Qwen2.5-1.5B-Matrix.Q3_K_L.gguf new file mode 100644 index 0000000..8bb9fe1 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2eadd9711baa3fa5d176546afe66078bce24ecd755f2f92a5bf65abc9e5968 +size 980441728 diff --git a/Qwen2.5-1.5B-Matrix.Q3_K_M.gguf b/Qwen2.5-1.5B-Matrix.Q3_K_M.gguf new file mode 100644 index 0000000..e9041c6 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c727be2d66c9178de1807d5f12af63e32477463caf086b178aab84de41d6ca2a +size 924457600 diff --git a/Qwen2.5-1.5B-Matrix.Q3_K_S.gguf b/Qwen2.5-1.5B-Matrix.Q3_K_S.gguf new file mode 100644 index 0000000..bd8683c --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eddd80632118bacb45a87d9959b36ef8be2708d3362b991043e8d8b5faef49e +size 861223552 diff --git a/Qwen2.5-1.5B-Matrix.Q4_K_M.gguf b/Qwen2.5-1.5B-Matrix.Q4_K_M.gguf new file mode 100644 index 0000000..f948a7e --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcac3fd491e7419a6750c7a0b7c473ae6bc2e0b456c9a168bae902624fce46d +size 1117322368 diff --git a/Qwen2.5-1.5B-Matrix.Q4_K_S.gguf b/Qwen2.5-1.5B-Matrix.Q4_K_S.gguf new file mode 100644 index 0000000..c319414 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82862a055e9e987a17519da01bb25c797933f2fa0b1bdfbfae74afce4607852 +size 1071586432 diff --git a/Qwen2.5-1.5B-Matrix.Q5_K_M.gguf b/Qwen2.5-1.5B-Matrix.Q5_K_M.gguf new file mode 100644 index 0000000..a936797 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ead259a49905385f0fb15c225b3b22be71467203233d6e884638e809541626b +size 1285495936 diff --git a/Qwen2.5-1.5B-Matrix.Q5_K_S.gguf b/Qwen2.5-1.5B-Matrix.Q5_K_S.gguf new file mode 100644 index 0000000..751decd --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037698b3cb08bde15bdc0aeb92810afb0ec6adbe77632cd9793801755aca9db9 +size 1259175040 diff --git a/Qwen2.5-1.5B-Matrix.Q6_K.gguf b/Qwen2.5-1.5B-Matrix.Q6_K.gguf new file mode 100644 index 0000000..5631320 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd2b2c96c729ca43d92ce3d307b02c9ab0bdcda6531a16078e1d9a6498d6c21 +size 1464180352 diff --git a/Qwen2.5-1.5B-Matrix.Q8_0.gguf b/Qwen2.5-1.5B-Matrix.Q8_0.gguf new file mode 100644 index 0000000..1a74f84 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad10941a37710de5fd3120038e374b8156c44e2a5f1e341e9d90175190cee0f +size 1894533760 diff --git a/Qwen2.5-1.5B-Matrix.f16.gguf b/Qwen2.5-1.5B-Matrix.f16.gguf new file mode 100644 index 0000000..4c9f420 --- /dev/null +++ b/Qwen2.5-1.5B-Matrix.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1698c2dae34be802509355b5a8c73a1698e9f1169569c975be09cd01761b89b +size 3560417920 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8ac767 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +base_model: bunnycore/Qwen2.5-1.5B-Matrix +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/bunnycore/Qwen2.5-1.5B-Matrix + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-i1-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-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.Q2_K.gguf) | Q2_K | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.IQ3_XS.gguf) | IQ3_XS | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.Q3_K_S.gguf) | Q3_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.IQ3_S.gguf) | IQ3_S | 1.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.IQ3_M.gguf) | IQ3_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.Q3_K_L.gguf) | Q3_K_L | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.IQ4_XS.gguf) | IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.Q4_K_S.gguf) | Q4_K_S | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.Q5_K_S.gguf) | Q5_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.Q5_K_M.gguf) | Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.Q6_K.gguf) | Q6_K | 1.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.Q8_0.gguf) | Q8_0 | 2.0 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Matrix-GGUF/resolve/main/Qwen2.5-1.5B-Matrix.f16.gguf) | f16 | 3.7 | 16 bpw, overkill | + +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. + +