From 8523fca1e7ded279aec4e5d8cd362ff164698641 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 16 Apr 2026 19:13:58 +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/neo_7b_instruct_v0.1-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++++++++++ README.md | 67 ++++++++++++++++++++++++++++++++ neo_7b_instruct_v0.1.IQ3_M.gguf | 3 ++ neo_7b_instruct_v0.1.IQ3_S.gguf | 3 ++ neo_7b_instruct_v0.1.IQ3_XS.gguf | 3 ++ neo_7b_instruct_v0.1.IQ4_XS.gguf | 3 ++ neo_7b_instruct_v0.1.Q2_K.gguf | 3 ++ neo_7b_instruct_v0.1.Q3_K_L.gguf | 3 ++ neo_7b_instruct_v0.1.Q3_K_M.gguf | 3 ++ neo_7b_instruct_v0.1.Q3_K_S.gguf | 3 ++ neo_7b_instruct_v0.1.Q4_K_M.gguf | 3 ++ neo_7b_instruct_v0.1.Q4_K_S.gguf | 3 ++ neo_7b_instruct_v0.1.Q5_K_M.gguf | 3 ++ neo_7b_instruct_v0.1.Q5_K_S.gguf | 3 ++ neo_7b_instruct_v0.1.Q6_K.gguf | 3 ++ neo_7b_instruct_v0.1.Q8_0.gguf | 3 ++ neo_7b_instruct_v0.1.f16.gguf | 3 ++ 17 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 neo_7b_instruct_v0.1.IQ3_M.gguf create mode 100644 neo_7b_instruct_v0.1.IQ3_S.gguf create mode 100644 neo_7b_instruct_v0.1.IQ3_XS.gguf create mode 100644 neo_7b_instruct_v0.1.IQ4_XS.gguf create mode 100644 neo_7b_instruct_v0.1.Q2_K.gguf create mode 100644 neo_7b_instruct_v0.1.Q3_K_L.gguf create mode 100644 neo_7b_instruct_v0.1.Q3_K_M.gguf create mode 100644 neo_7b_instruct_v0.1.Q3_K_S.gguf create mode 100644 neo_7b_instruct_v0.1.Q4_K_M.gguf create mode 100644 neo_7b_instruct_v0.1.Q4_K_S.gguf create mode 100644 neo_7b_instruct_v0.1.Q5_K_M.gguf create mode 100644 neo_7b_instruct_v0.1.Q5_K_S.gguf create mode 100644 neo_7b_instruct_v0.1.Q6_K.gguf create mode 100644 neo_7b_instruct_v0.1.Q8_0.gguf create mode 100644 neo_7b_instruct_v0.1.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..12cdac2 --- /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 +neo_7b_instruct_v0.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.f16.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +neo_7b_instruct_v0.1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..a8f48b2 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: m-a-p/neo_7b_instruct_v0.1 +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/m-a-p/neo_7b_instruct_v0.1 + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-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/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.Q2_K.gguf) | Q2_K | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.IQ3_XS.gguf) | IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.IQ3_S.gguf) | IQ3_S | 3.5 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.Q3_K_S.gguf) | Q3_K_S | 3.5 | | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.IQ3_M.gguf) | IQ3_M | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.Q3_K_L.gguf) | Q3_K_L | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.IQ4_XS.gguf) | IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.Q5_K_S.gguf) | Q5_K_S | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.Q5_K_M.gguf) | Q5_K_M | 5.6 | | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.Q6_K.gguf) | Q6_K | 6.5 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.Q8_0.gguf) | Q8_0 | 8.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/neo_7b_instruct_v0.1-GGUF/resolve/main/neo_7b_instruct_v0.1.f16.gguf) | f16 | 15.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. + + diff --git a/neo_7b_instruct_v0.1.IQ3_M.gguf b/neo_7b_instruct_v0.1.IQ3_M.gguf new file mode 100644 index 0000000..70a8ac4 --- /dev/null +++ b/neo_7b_instruct_v0.1.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2139d931a10c33c26a04bcebeb0c935387a8a1c649f8b09d3958c3f14dbe27ab +size 3528336992 diff --git a/neo_7b_instruct_v0.1.IQ3_S.gguf b/neo_7b_instruct_v0.1.IQ3_S.gguf new file mode 100644 index 0000000..5d92e82 --- /dev/null +++ b/neo_7b_instruct_v0.1.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459d594536ffd2e4186108fb8960fb9af77ba8237f5a658ae4a6f1a76fb9097e +size 3428066912 diff --git a/neo_7b_instruct_v0.1.IQ3_XS.gguf b/neo_7b_instruct_v0.1.IQ3_XS.gguf new file mode 100644 index 0000000..5adeb78 --- /dev/null +++ b/neo_7b_instruct_v0.1.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9eb5eb9d30cf01e963c41e98899b1cb2adfaee2b868a7e5d7a2078e0dd12507 +size 3254658656 diff --git a/neo_7b_instruct_v0.1.IQ4_XS.gguf b/neo_7b_instruct_v0.1.IQ4_XS.gguf new file mode 100644 index 0000000..4c2224f --- /dev/null +++ b/neo_7b_instruct_v0.1.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447160e3ed24b8a929103bcbf05fc6bba3829a7bc647f68720f25c2c47fefc0f +size 4234940000 diff --git a/neo_7b_instruct_v0.1.Q2_K.gguf b/neo_7b_instruct_v0.1.Q2_K.gguf new file mode 100644 index 0000000..442f24c --- /dev/null +++ b/neo_7b_instruct_v0.1.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42496d9f06ddd78543a2d4f4a2b06b128b7bbd05fa8bd02b87a3d4eea06572a2 +size 2924953184 diff --git a/neo_7b_instruct_v0.1.Q3_K_L.gguf b/neo_7b_instruct_v0.1.Q3_K_L.gguf new file mode 100644 index 0000000..e751f6c --- /dev/null +++ b/neo_7b_instruct_v0.1.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc75b8f6945a7326af68787b400050eb7e963bcd10b16917c2627cb262a50d8a +size 4109313632 diff --git a/neo_7b_instruct_v0.1.Q3_K_M.gguf b/neo_7b_instruct_v0.1.Q3_K_M.gguf new file mode 100644 index 0000000..b93c7a4 --- /dev/null +++ b/neo_7b_instruct_v0.1.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280529ad8a315b7cd7af3b25ebf5fffe7542082a9c1ecae5db61c15fc7445f07 +size 3790808672 diff --git a/neo_7b_instruct_v0.1.Q3_K_S.gguf b/neo_7b_instruct_v0.1.Q3_K_S.gguf new file mode 100644 index 0000000..1e01299 --- /dev/null +++ b/neo_7b_instruct_v0.1.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e82ed59886d612635e9db68324f7d2aa30ab33bfd91c1ea412bc151efd0ca12 +size 3428066912 diff --git a/neo_7b_instruct_v0.1.Q4_K_M.gguf b/neo_7b_instruct_v0.1.Q4_K_M.gguf new file mode 100644 index 0000000..11f9b3c --- /dev/null +++ b/neo_7b_instruct_v0.1.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e92ebbb3a5191101fe782775857a4fbb8bf29c66fae71d694d15bc0e589b31 +size 4743491168 diff --git a/neo_7b_instruct_v0.1.Q4_K_S.gguf b/neo_7b_instruct_v0.1.Q4_K_S.gguf new file mode 100644 index 0000000..351e01b --- /dev/null +++ b/neo_7b_instruct_v0.1.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2291f96c61e793f04e763226fbda889db2d141e39ee5141610d45b9352727a92 +size 4469960288 diff --git a/neo_7b_instruct_v0.1.Q5_K_M.gguf b/neo_7b_instruct_v0.1.Q5_K_M.gguf new file mode 100644 index 0000000..f187e5f --- /dev/null +++ b/neo_7b_instruct_v0.1.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98eabf77f06b1235c81c75405793038f5f9bda82f0ee1ebc04b80b24ea3eb9f +size 5544373856 diff --git a/neo_7b_instruct_v0.1.Q5_K_S.gguf b/neo_7b_instruct_v0.1.Q5_K_S.gguf new file mode 100644 index 0000000..a21d2b0 --- /dev/null +++ b/neo_7b_instruct_v0.1.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd851b83a8d6acbf2325ba87eb37470bf18f596fe5806c6501b1ae7b45300982 +size 5386448480 diff --git a/neo_7b_instruct_v0.1.Q6_K.gguf b/neo_7b_instruct_v0.1.Q6_K.gguf new file mode 100644 index 0000000..327c61b --- /dev/null +++ b/neo_7b_instruct_v0.1.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce86da0ab4bec00e57ee1b2c0011d42de8e6a0b33a3aafce4c9869dd8f7ad358 +size 6395311712 diff --git a/neo_7b_instruct_v0.1.Q8_0.gguf b/neo_7b_instruct_v0.1.Q8_0.gguf new file mode 100644 index 0000000..991e1d5 --- /dev/null +++ b/neo_7b_instruct_v0.1.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4686484fa22c92d1985aa39d2d1c68a73d86b38be893a50a16692ef33e5c100 +size 8282809952 diff --git a/neo_7b_instruct_v0.1.f16.gguf b/neo_7b_instruct_v0.1.f16.gguf new file mode 100644 index 0000000..f18e17f --- /dev/null +++ b/neo_7b_instruct_v0.1.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c9ccbc598c6c76b40266a4c4e793049f2b996870a85ab2483e9d072ccd1656 +size 15589254752