From c0611325a2bfced65eb6461243111ae5ea1fea13 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 22 Apr 2026 09:01:31 +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/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++++++ ....5-14B-MegaFusion-v4-reasoning.IQ4_XS.gguf | 3 + ...n2.5-14B-MegaFusion-v4-reasoning.Q2_K.gguf | 3 + ....5-14B-MegaFusion-v4-reasoning.Q3_K_L.gguf | 3 + ....5-14B-MegaFusion-v4-reasoning.Q3_K_M.gguf | 3 + ....5-14B-MegaFusion-v4-reasoning.Q3_K_S.gguf | 3 + ....5-14B-MegaFusion-v4-reasoning.Q4_K_M.gguf | 3 + ....5-14B-MegaFusion-v4-reasoning.Q4_K_S.gguf | 3 + ....5-14B-MegaFusion-v4-reasoning.Q5_K_M.gguf | 3 + ....5-14B-MegaFusion-v4-reasoning.Q5_K_S.gguf | 3 + ...n2.5-14B-MegaFusion-v4-reasoning.Q6_K.gguf | 3 + ...n2.5-14B-MegaFusion-v4-reasoning.Q8_0.gguf | 3 + README.md | 74 +++++++++++++++++++ 13 files changed, 153 insertions(+) create mode 100644 .gitattributes create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.IQ4_XS.gguf create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q2_K.gguf create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_L.gguf create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_M.gguf create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_S.gguf create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_M.gguf create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_S.gguf create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_M.gguf create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_S.gguf create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q6_K.gguf create mode 100644 NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ce9cc92 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.IQ4_XS.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.IQ4_XS.gguf new file mode 100644 index 0000000..7c9d2f8 --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dd98d1a6daf4557e80e67ad5fa2c1346a6df0ee00aa5e95b6f72877487b626 +size 8183426528 diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q2_K.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q2_K.gguf new file mode 100644 index 0000000..dc15d36 --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab30417de6da1f1e9cb6d3370c1e5c313e21d4cfb1e934074c1c4428b0f7889 +size 5768143584 diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_L.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_L.gguf new file mode 100644 index 0000000..f57579e --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9479718c53e1dc16e15c613cf05f3ea841899be0b88db8e98610718ae3b120 +size 7922206816 diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_M.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_M.gguf new file mode 100644 index 0000000..0dee64a --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07894b93b76c4a3c35999aff8b84b153eee0ff1d86692e2f7285d2976266ea9 +size 7336642656 diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_S.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_S.gguf new file mode 100644 index 0000000..3ce437e --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821ea357ced3af2391e1acb6064ab8fddefd39e3e25d449f135e2a512958f0cf +size 6657034336 diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_M.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_M.gguf new file mode 100644 index 0000000..2f03968 --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348d5cfc71223c524e24d87456d9bf7e2d3ff9798b8704326219abf281659fa1 +size 8985277568 diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_S.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_S.gguf new file mode 100644 index 0000000..5d35f1b --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4086b3c23c7734b627ed28e200e9eaab941e87d9118b4caf7f1e6ef6b4c862 +size 8570598528 diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_M.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_M.gguf new file mode 100644 index 0000000..4b559f0 --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea57235bb16a85ac2620ada834f407831d3db1be6cb8149a6ca0b10f343a6d3 +size 10505785088 diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_S.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_S.gguf new file mode 100644 index 0000000..01525c0 --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbbdad942c8c3733d28015e15f9ab9589a485123a9751b5e2dd5b5445ff9058 +size 10263465728 diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q6_K.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q6_K.gguf new file mode 100644 index 0000000..33e3313 --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9bddc9c900d66276577874402b300baeebaa858c78a803b0020a1b7e642e436 +size 12121324352 diff --git a/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q8_0.gguf b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q8_0.gguf new file mode 100644 index 0000000..268df7f --- /dev/null +++ b/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9409293176a59abb7d68a8a7fd347ebde050818f583891a1ee6f11d36ffde6a +size 15697248704 diff --git a/README.md b/README.md new file mode 100644 index 0000000..82ce1e8 --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +--- +base_model: Lunzima/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning +datasets: +- Congliu/Chinese-DeepSeek-R1-Distill-data-110k +language: +- en +- zh +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- qwen2 +- trl +- sft +- chat +--- +## About + + + + + + +static quants of https://huggingface.co/Lunzima/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q2_K.gguf) | Q2_K | 5.9 | | +| [GGUF](https://huggingface.co/mradermacher/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_S.gguf) | Q3_K_S | 6.8 | | +| [GGUF](https://huggingface.co/mradermacher/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_M.gguf) | Q3_K_M | 7.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q3_K_L.gguf) | Q3_K_L | 8.0 | | +| [GGUF](https://huggingface.co/mradermacher/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.IQ4_XS.gguf) | IQ4_XS | 8.3 | | +| [GGUF](https://huggingface.co/mradermacher/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q4_K_M.gguf) | Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_S.gguf) | Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q5_K_M.gguf) | Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q6_K.gguf) | Q6_K | 12.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning-GGUF/resolve/main/NQLSG-Qwen2.5-14B-MegaFusion-v4-reasoning.Q8_0.gguf) | Q8_0 | 15.8 | fast, best quality | + +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. + +