From ad6bf6c842374aded4aa33c41baca85aa3e025bf Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 10 Jun 2026 03:54: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/Athena-zephyr-7B-GGUF Source: Original Platform --- .gitattributes | 49 +++++++++++++++++++++++ Athena-zephyr-7B.IQ3_M.gguf | 3 ++ Athena-zephyr-7B.IQ3_S.gguf | 3 ++ Athena-zephyr-7B.IQ3_XS.gguf | 3 ++ Athena-zephyr-7B.IQ4_XS.gguf | 3 ++ Athena-zephyr-7B.Q2_K.gguf | 3 ++ Athena-zephyr-7B.Q3_K_L.gguf | 3 ++ Athena-zephyr-7B.Q3_K_M.gguf | 3 ++ Athena-zephyr-7B.Q3_K_S.gguf | 3 ++ Athena-zephyr-7B.Q4_K_M.gguf | 3 ++ Athena-zephyr-7B.Q4_K_S.gguf | 3 ++ Athena-zephyr-7B.Q5_K_M.gguf | 3 ++ Athena-zephyr-7B.Q5_K_S.gguf | 3 ++ Athena-zephyr-7B.Q6_K.gguf | 3 ++ Athena-zephyr-7B.Q8_0.gguf | 3 ++ Athena-zephyr-7B.f16.gguf | 3 ++ README.md | 75 ++++++++++++++++++++++++++++++++++++ 17 files changed, 169 insertions(+) create mode 100644 .gitattributes create mode 100644 Athena-zephyr-7B.IQ3_M.gguf create mode 100644 Athena-zephyr-7B.IQ3_S.gguf create mode 100644 Athena-zephyr-7B.IQ3_XS.gguf create mode 100644 Athena-zephyr-7B.IQ4_XS.gguf create mode 100644 Athena-zephyr-7B.Q2_K.gguf create mode 100644 Athena-zephyr-7B.Q3_K_L.gguf create mode 100644 Athena-zephyr-7B.Q3_K_M.gguf create mode 100644 Athena-zephyr-7B.Q3_K_S.gguf create mode 100644 Athena-zephyr-7B.Q4_K_M.gguf create mode 100644 Athena-zephyr-7B.Q4_K_S.gguf create mode 100644 Athena-zephyr-7B.Q5_K_M.gguf create mode 100644 Athena-zephyr-7B.Q5_K_S.gguf create mode 100644 Athena-zephyr-7B.Q6_K.gguf create mode 100644 Athena-zephyr-7B.Q8_0.gguf create mode 100644 Athena-zephyr-7B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..10843fb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.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 +Athena-zephyr-7B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.f16.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Athena-zephyr-7B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Athena-zephyr-7B.IQ3_M.gguf b/Athena-zephyr-7B.IQ3_M.gguf new file mode 100644 index 0000000..1576988 --- /dev/null +++ b/Athena-zephyr-7B.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff884aaec025f82d78b4a57c32a6434641f21c37d76e626d873c00cab014baf +size 3284892256 diff --git a/Athena-zephyr-7B.IQ3_S.gguf b/Athena-zephyr-7B.IQ3_S.gguf new file mode 100644 index 0000000..5fb484e --- /dev/null +++ b/Athena-zephyr-7B.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09fbf9576bc159eb12228d7423953b6f4bf0396b8b723b209eacbf69780913f +size 3182393952 diff --git a/Athena-zephyr-7B.IQ3_XS.gguf b/Athena-zephyr-7B.IQ3_XS.gguf new file mode 100644 index 0000000..f0a061e --- /dev/null +++ b/Athena-zephyr-7B.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f02e8faf2c8db6f1798d8801415f398f97a9f698c33e3f804913f9883677598 +size 3018816096 diff --git a/Athena-zephyr-7B.IQ4_XS.gguf b/Athena-zephyr-7B.IQ4_XS.gguf new file mode 100644 index 0000000..a12530d --- /dev/null +++ b/Athena-zephyr-7B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4800a97a40307abe036bee32047800405c87f1b2c4caa25753fa9680897fe101 +size 3944389216 diff --git a/Athena-zephyr-7B.Q2_K.gguf b/Athena-zephyr-7B.Q2_K.gguf new file mode 100644 index 0000000..75cb29d --- /dev/null +++ b/Athena-zephyr-7B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842da7141465213c4e4f47dcf4a69a7cd112387092f1822ebd397cc31370c112 +size 2719242848 diff --git a/Athena-zephyr-7B.Q3_K_L.gguf b/Athena-zephyr-7B.Q3_K_L.gguf new file mode 100644 index 0000000..142e85d --- /dev/null +++ b/Athena-zephyr-7B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedfcc8f9b612dac382e28c75251d77941ccd29b6f53e9b46c123954f1ae74bb +size 3822025312 diff --git a/Athena-zephyr-7B.Q3_K_M.gguf b/Athena-zephyr-7B.Q3_K_M.gguf new file mode 100644 index 0000000..582b713 --- /dev/null +++ b/Athena-zephyr-7B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605c96569a92f6ec6def15c149bb6cb024611ae76bc34cde62c52d8d1a002ba7 +size 3518986848 diff --git a/Athena-zephyr-7B.Q3_K_S.gguf b/Athena-zephyr-7B.Q3_K_S.gguf new file mode 100644 index 0000000..150256d --- /dev/null +++ b/Athena-zephyr-7B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20728599cdf6cf5d61568ee48525dd57dbd33c0be382175a07ef306560c5cc40 +size 3164568160 diff --git a/Athena-zephyr-7B.Q4_K_M.gguf b/Athena-zephyr-7B.Q4_K_M.gguf new file mode 100644 index 0000000..9275af8 --- /dev/null +++ b/Athena-zephyr-7B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f093d9ba6e9f961c00ff6390adaa427902a152c1f2c189f4b0ad2171fdde506f +size 4368439904 diff --git a/Athena-zephyr-7B.Q4_K_S.gguf b/Athena-zephyr-7B.Q4_K_S.gguf new file mode 100644 index 0000000..b462bdc --- /dev/null +++ b/Athena-zephyr-7B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07086c3401185fe8e149162d374bd202d6d197fd6aad6df5b84ab0a1b5e311ed +size 4140374624 diff --git a/Athena-zephyr-7B.Q5_K_M.gguf b/Athena-zephyr-7B.Q5_K_M.gguf new file mode 100644 index 0000000..b372c2a --- /dev/null +++ b/Athena-zephyr-7B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d11d66918cff5e6687e31755f8eaa6a414dc989ad2de25fe920daf44b13acb +size 5131410016 diff --git a/Athena-zephyr-7B.Q5_K_S.gguf b/Athena-zephyr-7B.Q5_K_S.gguf new file mode 100644 index 0000000..90960b0 --- /dev/null +++ b/Athena-zephyr-7B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8d1fe2775ddcff44be32e3ab2fae7d4febb6fe30f19dc69f8cfb5ecaa22da8 +size 4997716576 diff --git a/Athena-zephyr-7B.Q6_K.gguf b/Athena-zephyr-7B.Q6_K.gguf new file mode 100644 index 0000000..495864a --- /dev/null +++ b/Athena-zephyr-7B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c226d59fcc0c11e29fb7b3907de06c6f0c684fcc7ededd639111ceec44a0fb9d +size 5942065760 diff --git a/Athena-zephyr-7B.Q8_0.gguf b/Athena-zephyr-7B.Q8_0.gguf new file mode 100644 index 0000000..060366c --- /dev/null +++ b/Athena-zephyr-7B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f77be5128fcf5f073854f7b3998f8c30f3901962a53e1e65231e120bec9e8f +size 7695858272 diff --git a/Athena-zephyr-7B.f16.gguf b/Athena-zephyr-7B.f16.gguf new file mode 100644 index 0000000..667f6d4 --- /dev/null +++ b/Athena-zephyr-7B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6e8f473d0a2b52a71fead5b5340adffa72051da57f166dec99f66c3a88255d +size 14484732512 diff --git a/README.md b/README.md new file mode 100644 index 0000000..565653d --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: NotAiLOL/Athena-zephyr-7B +datasets: +- nickrosh/Evol-Instruct-Code-80k-v1 +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- mistral +- trl +- sft +--- +## About + + + + + +static quants of https://huggingface.co/NotAiLOL/Athena-zephyr-7B + + +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/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.IQ3_XS.gguf) | IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.IQ3_M.gguf) | IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Athena-zephyr-7B-GGUF/resolve/main/Athena-zephyr-7B.f16.gguf) | f16 | 14.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. + +