From fb6e036a0335f497fb83348848e4229e23465e8e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 11 May 2026 00:37:17 +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-Instruct-1M-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++++++++++++++ Qwen2.5-14B-Instruct-1M.IQ4_XS.gguf | 3 ++ Qwen2.5-14B-Instruct-1M.Q2_K.gguf | 3 ++ Qwen2.5-14B-Instruct-1M.Q3_K_L.gguf | 3 ++ Qwen2.5-14B-Instruct-1M.Q3_K_M.gguf | 3 ++ Qwen2.5-14B-Instruct-1M.Q3_K_S.gguf | 3 ++ Qwen2.5-14B-Instruct-1M.Q4_K_M.gguf | 3 ++ Qwen2.5-14B-Instruct-1M.Q4_K_S.gguf | 3 ++ Qwen2.5-14B-Instruct-1M.Q5_K_M.gguf | 3 ++ Qwen2.5-14B-Instruct-1M.Q5_K_S.gguf | 3 ++ Qwen2.5-14B-Instruct-1M.Q6_K.gguf | 3 ++ Qwen2.5-14B-Instruct-1M.Q8_0.gguf | 3 ++ README.md | 66 +++++++++++++++++++++++++++++ 13 files changed, 145 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-14B-Instruct-1M.IQ4_XS.gguf create mode 100644 Qwen2.5-14B-Instruct-1M.Q2_K.gguf create mode 100644 Qwen2.5-14B-Instruct-1M.Q3_K_L.gguf create mode 100644 Qwen2.5-14B-Instruct-1M.Q3_K_M.gguf create mode 100644 Qwen2.5-14B-Instruct-1M.Q3_K_S.gguf create mode 100644 Qwen2.5-14B-Instruct-1M.Q4_K_M.gguf create mode 100644 Qwen2.5-14B-Instruct-1M.Q4_K_S.gguf create mode 100644 Qwen2.5-14B-Instruct-1M.Q5_K_M.gguf create mode 100644 Qwen2.5-14B-Instruct-1M.Q5_K_S.gguf create mode 100644 Qwen2.5-14B-Instruct-1M.Q6_K.gguf create mode 100644 Qwen2.5-14B-Instruct-1M.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9612e54 --- /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 +Qwen2.5-14B-Instruct-1M.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-1M.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-1M.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-1M.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-1M.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-1M.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-1M.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-1M.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-1M.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-1M.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-14B-Instruct-1M.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-14B-Instruct-1M.IQ4_XS.gguf b/Qwen2.5-14B-Instruct-1M.IQ4_XS.gguf new file mode 100644 index 0000000..82d822c --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d18cbdd1b2be90599fdcb4c096320b70510ce91b9347912ea3c16fb6486e68 +size 8186196192 diff --git a/Qwen2.5-14B-Instruct-1M.Q2_K.gguf b/Qwen2.5-14B-Instruct-1M.Q2_K.gguf new file mode 100644 index 0000000..8c96938 --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd414d81f17e4cb7fe234a9fe29dbf53b96e68c28f9c31c4814c8749b7a38d6 +size 5770498272 diff --git a/Qwen2.5-14B-Instruct-1M.Q3_K_L.gguf b/Qwen2.5-14B-Instruct-1M.Q3_K_L.gguf new file mode 100644 index 0000000..a2e5a43 --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e25c6dc81ae777ff1ec4af0aff4903192e6a8d420fb950afd652be48bec042 +size 7924768992 diff --git a/Qwen2.5-14B-Instruct-1M.Q3_K_M.gguf b/Qwen2.5-14B-Instruct-1M.Q3_K_M.gguf new file mode 100644 index 0000000..4e64384 --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326d4e67014f92a7ad899b2097c3ba634ace0f98132a757b37a75321a19e8e1a +size 7339204832 diff --git a/Qwen2.5-14B-Instruct-1M.Q3_K_S.gguf b/Qwen2.5-14B-Instruct-1M.Q3_K_S.gguf new file mode 100644 index 0000000..9f27fb5 --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7781987fbc66565e247d5439e4b5f399f9a28dc94026f5ca0e566221826abcd +size 6659596512 diff --git a/Qwen2.5-14B-Instruct-1M.Q4_K_M.gguf b/Qwen2.5-14B-Instruct-1M.Q4_K_M.gguf new file mode 100644 index 0000000..cb39cc8 --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb78202627092ca4b4d717934f2fc3913cd026b09bb5a2255c219b8d3c197241 +size 8988111072 diff --git a/Qwen2.5-14B-Instruct-1M.Q4_K_S.gguf b/Qwen2.5-14B-Instruct-1M.Q4_K_S.gguf new file mode 100644 index 0000000..eb7fb9e --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6256a47ed444e5a0b49b1d1e462b26328f98101fcb47ce8a4d6d6f25fd145ece +size 8573432032 diff --git a/Qwen2.5-14B-Instruct-1M.Q5_K_M.gguf b/Qwen2.5-14B-Instruct-1M.Q5_K_M.gguf new file mode 100644 index 0000000..53c2bdd --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184851b7fe98026ebc828d2707da7b8e433aa95302535503e4c2095d9b521947 +size 10508873952 diff --git a/Qwen2.5-14B-Instruct-1M.Q5_K_S.gguf b/Qwen2.5-14B-Instruct-1M.Q5_K_S.gguf new file mode 100644 index 0000000..4407b5b --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505581687ca1c1dd929161bca6982bd87289f5b1ae3bb7a95c867ae77f1dfabc +size 10266554592 diff --git a/Qwen2.5-14B-Instruct-1M.Q6_K.gguf b/Qwen2.5-14B-Instruct-1M.Q6_K.gguf new file mode 100644 index 0000000..62cf3dd --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6d9932ec363f735c528a9741c66102658e392e900d0b90af3111831142d5fa +size 12124684512 diff --git a/Qwen2.5-14B-Instruct-1M.Q8_0.gguf b/Qwen2.5-14B-Instruct-1M.Q8_0.gguf new file mode 100644 index 0000000..3fecf91 --- /dev/null +++ b/Qwen2.5-14B-Instruct-1M.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898372c9c6897552aca770487e8e73ac5e73e6cbbbd72a8d5dd95f5bee7b47ea +size 15701598432 diff --git a/README.md b/README.md new file mode 100644 index 0000000..df572dd --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +--- +base_model: Qwen/Qwen2.5-14B-Instruct-1M +language: +- en +library_name: transformers +license: apache-2.0 +license_link: https://huggingface.co/Qwen/Qwen2.5-14B-Instruct-1M/blob/main/LICENSE +quantized_by: mradermacher +tags: +- chat +--- +## About + + + + + + +static quants of https://huggingface.co/Qwen/Qwen2.5-14B-Instruct-1M + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-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-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.Q2_K.gguf) | Q2_K | 5.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.Q3_K_S.gguf) | Q3_K_S | 6.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.Q3_K_M.gguf) | Q3_K_M | 7.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.Q3_K_L.gguf) | Q3_K_L | 8.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.IQ4_XS.gguf) | IQ4_XS | 8.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.Q4_K_M.gguf) | Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.Q5_K_S.gguf) | Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.Q5_K_M.gguf) | Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.Q6_K.gguf) | Q6_K | 12.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-14B-Instruct-1M-GGUF/resolve/main/Qwen2.5-14B-Instruct-1M.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. + +