From 93dac955266240a892fd7437d8f0bf5ff2437f2f Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 26 May 2026 21:33: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/internlm2_5-7b-chat-1m-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++++++++ README.md | 67 ++++++++++++++++++++++++++++++ internlm2_5-7b-chat-1m.IQ3_M.gguf | 3 ++ internlm2_5-7b-chat-1m.IQ3_S.gguf | 3 ++ internlm2_5-7b-chat-1m.IQ3_XS.gguf | 3 ++ internlm2_5-7b-chat-1m.IQ4_XS.gguf | 3 ++ internlm2_5-7b-chat-1m.Q2_K.gguf | 3 ++ internlm2_5-7b-chat-1m.Q3_K_L.gguf | 3 ++ internlm2_5-7b-chat-1m.Q3_K_M.gguf | 3 ++ internlm2_5-7b-chat-1m.Q3_K_S.gguf | 3 ++ internlm2_5-7b-chat-1m.Q4_K_M.gguf | 3 ++ internlm2_5-7b-chat-1m.Q4_K_S.gguf | 3 ++ internlm2_5-7b-chat-1m.Q5_K_M.gguf | 3 ++ internlm2_5-7b-chat-1m.Q5_K_S.gguf | 3 ++ internlm2_5-7b-chat-1m.Q6_K.gguf | 3 ++ internlm2_5-7b-chat-1m.Q8_0.gguf | 3 ++ internlm2_5-7b-chat-1m.f16.gguf | 3 ++ 17 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 internlm2_5-7b-chat-1m.IQ3_M.gguf create mode 100644 internlm2_5-7b-chat-1m.IQ3_S.gguf create mode 100644 internlm2_5-7b-chat-1m.IQ3_XS.gguf create mode 100644 internlm2_5-7b-chat-1m.IQ4_XS.gguf create mode 100644 internlm2_5-7b-chat-1m.Q2_K.gguf create mode 100644 internlm2_5-7b-chat-1m.Q3_K_L.gguf create mode 100644 internlm2_5-7b-chat-1m.Q3_K_M.gguf create mode 100644 internlm2_5-7b-chat-1m.Q3_K_S.gguf create mode 100644 internlm2_5-7b-chat-1m.Q4_K_M.gguf create mode 100644 internlm2_5-7b-chat-1m.Q4_K_S.gguf create mode 100644 internlm2_5-7b-chat-1m.Q5_K_M.gguf create mode 100644 internlm2_5-7b-chat-1m.Q5_K_S.gguf create mode 100644 internlm2_5-7b-chat-1m.Q6_K.gguf create mode 100644 internlm2_5-7b-chat-1m.Q8_0.gguf create mode 100644 internlm2_5-7b-chat-1m.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7ba6c44 --- /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 +internlm2_5-7b-chat-1m.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.f16.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +internlm2_5-7b-chat-1m.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..112c7d6 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: internlm/internlm2_5-7b-chat-1m +language: +- en +library_name: transformers +license: other +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/internlm/internlm2_5-7b-chat-1m + + +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/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.Q2_K.gguf) | Q2_K | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.IQ3_XS.gguf) | IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.Q3_K_S.gguf) | Q3_K_S | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.IQ3_S.gguf) | IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.IQ3_M.gguf) | IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.Q3_K_L.gguf) | Q3_K_L | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.IQ4_XS.gguf) | IQ4_XS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.Q5_K_S.gguf) | Q5_K_S | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.Q5_K_M.gguf) | Q5_K_M | 5.6 | | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.Q6_K.gguf) | Q6_K | 6.5 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.Q8_0.gguf) | Q8_0 | 8.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/internlm2_5-7b-chat-1m-GGUF/resolve/main/internlm2_5-7b-chat-1m.f16.gguf) | f16 | 15.6 | 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. + + diff --git a/internlm2_5-7b-chat-1m.IQ3_M.gguf b/internlm2_5-7b-chat-1m.IQ3_M.gguf new file mode 100644 index 0000000..2dc3aaf --- /dev/null +++ b/internlm2_5-7b-chat-1m.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916524348b9f9868aefcecf55044c6d16e038e8b5cfb427889017148d495d09f +size 3596285248 diff --git a/internlm2_5-7b-chat-1m.IQ3_S.gguf b/internlm2_5-7b-chat-1m.IQ3_S.gguf new file mode 100644 index 0000000..239a861 --- /dev/null +++ b/internlm2_5-7b-chat-1m.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3a12a6302e83a290ae051d4b1a6c297f5d41c73e8de8adba7199c5e15779c2 +size 3493786944 diff --git a/internlm2_5-7b-chat-1m.IQ3_XS.gguf b/internlm2_5-7b-chat-1m.IQ3_XS.gguf new file mode 100644 index 0000000..49dc611 --- /dev/null +++ b/internlm2_5-7b-chat-1m.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3b52ccd39c14ab6f167e24334ee1883cdf9a5e364eaa734b3f06a769ee9561 +size 3330209088 diff --git a/internlm2_5-7b-chat-1m.IQ4_XS.gguf b/internlm2_5-7b-chat-1m.IQ4_XS.gguf new file mode 100644 index 0000000..e13ba87 --- /dev/null +++ b/internlm2_5-7b-chat-1m.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d6ab45211cb5d65647c284843f1adbc29a40fc4f97d41365c0a10fd302404b +size 4280968512 diff --git a/internlm2_5-7b-chat-1m.Q2_K.gguf b/internlm2_5-7b-chat-1m.Q2_K.gguf new file mode 100644 index 0000000..dc1424d --- /dev/null +++ b/internlm2_5-7b-chat-1m.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56e240cdd8ab8e0b68e2f70f7b60b1ee291ca6e9910ddff14e78089f813b4e3 +size 3005449536 diff --git a/internlm2_5-7b-chat-1m.Q3_K_L.gguf b/internlm2_5-7b-chat-1m.Q3_K_L.gguf new file mode 100644 index 0000000..d674c92 --- /dev/null +++ b/internlm2_5-7b-chat-1m.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4bee4b8f1720614246e7ca080893d559e2a860bae14ec2f86114545134e502 +size 4133418304 diff --git a/internlm2_5-7b-chat-1m.Q3_K_M.gguf b/internlm2_5-7b-chat-1m.Q3_K_M.gguf new file mode 100644 index 0000000..675f8d4 --- /dev/null +++ b/internlm2_5-7b-chat-1m.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a92bd99a3245d52774fa78815d4249045e0ca8f565392047a76f0aaf4a7bbab +size 3830379840 diff --git a/internlm2_5-7b-chat-1m.Q3_K_S.gguf b/internlm2_5-7b-chat-1m.Q3_K_S.gguf new file mode 100644 index 0000000..ffd8078 --- /dev/null +++ b/internlm2_5-7b-chat-1m.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04800a138a7d5f644aa47c392fe1e61d2e597b9406a6b5fe8e324266a4e68e31 +size 3475961152 diff --git a/internlm2_5-7b-chat-1m.Q4_K_M.gguf b/internlm2_5-7b-chat-1m.Q4_K_M.gguf new file mode 100644 index 0000000..03f2d94 --- /dev/null +++ b/internlm2_5-7b-chat-1m.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248102f44a09c1ea575c184928a63a3892c3b232c84dbea5765ab3b7e28c5a5f +size 4712768832 diff --git a/internlm2_5-7b-chat-1m.Q4_K_S.gguf b/internlm2_5-7b-chat-1m.Q4_K_S.gguf new file mode 100644 index 0000000..aef7ea1 --- /dev/null +++ b/internlm2_5-7b-chat-1m.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734a1be47bcf8fba7dd4e188c5ff3ffdda90194b9cebc9ac5c50536e00d928d7 +size 4484703552 diff --git a/internlm2_5-7b-chat-1m.Q5_K_M.gguf b/internlm2_5-7b-chat-1m.Q5_K_M.gguf new file mode 100644 index 0000000..40b63b0 --- /dev/null +++ b/internlm2_5-7b-chat-1m.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761a09774f00edf59b39cfd5bb7f2aa859a5f09e364d82d2c0fa7e90b1e07226 +size 5506737472 diff --git a/internlm2_5-7b-chat-1m.Q5_K_S.gguf b/internlm2_5-7b-chat-1m.Q5_K_S.gguf new file mode 100644 index 0000000..43f3ed6 --- /dev/null +++ b/internlm2_5-7b-chat-1m.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fe2b4e2ca7dc1471c834c08246b0695d4df4fa910efe9e0e4f6a4a3cc56d04 +size 5373044032 diff --git a/internlm2_5-7b-chat-1m.Q6_K.gguf b/internlm2_5-7b-chat-1m.Q6_K.gguf new file mode 100644 index 0000000..ef82837 --- /dev/null +++ b/internlm2_5-7b-chat-1m.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb139cf8410b209e9854c3b2a3d73f0305ebe886c79e6e12179786a49f13133 +size 6350329152 diff --git a/internlm2_5-7b-chat-1m.Q8_0.gguf b/internlm2_5-7b-chat-1m.Q8_0.gguf new file mode 100644 index 0000000..92048d8 --- /dev/null +++ b/internlm2_5-7b-chat-1m.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b62bacb51b967d7fd42da85c5a5cd203e85919f7b449e5affd8480f5efb2c76 +size 8224240960 diff --git a/internlm2_5-7b-chat-1m.f16.gguf b/internlm2_5-7b-chat-1m.f16.gguf new file mode 100644 index 0000000..4e0bfb9 --- /dev/null +++ b/internlm2_5-7b-chat-1m.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d086390e3cd84a9ad8fccbd941669b2c26bde9d6fef2b6baa109b7022656f3 +size 15478093120