From b63deb603136006d967fd16430c49b7aff77719c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 21:25: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/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++ README.md | 67 +++++++++++++++++++ ...ufication-stage-1-on-slim-orca.IQ4_XS.gguf | 3 + ...elufication-stage-1-on-slim-orca.Q2_K.gguf | 3 + ...ufication-stage-1-on-slim-orca.Q3_K_L.gguf | 3 + ...ufication-stage-1-on-slim-orca.Q3_K_M.gguf | 3 + ...ufication-stage-1-on-slim-orca.Q3_K_S.gguf | 3 + ...ufication-stage-1-on-slim-orca.Q4_K_M.gguf | 3 + ...ufication-stage-1-on-slim-orca.Q4_K_S.gguf | 3 + ...ufication-stage-1-on-slim-orca.Q5_K_M.gguf | 3 + ...ufication-stage-1-on-slim-orca.Q5_K_S.gguf | 3 + ...elufication-stage-1-on-slim-orca.Q6_K.gguf | 3 + ...elufication-stage-1-on-slim-orca.Q8_0.gguf | 3 + ...relufication-stage-1-on-slim-orca.f16.gguf | 3 + 14 files changed, 150 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.IQ4_XS.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q2_K.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_L.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_M.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_S.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_M.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_S.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_M.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_S.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q6_K.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q8_0.gguf create mode 100644 mistral-7B-v0.1-relufication-stage-1-on-slim-orca.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e58eb4e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.f16.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7B-v0.1-relufication-stage-1-on-slim-orca.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d1355a --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: skymizer/mistral-7B-v0.1-relufication-stage-1-on-slim-orca +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- axolotl +- generated_from_trainer +--- +## About + + + + + + +static quants of https://huggingface.co/skymizer/mistral-7B-v0.1-relufication-stage-1-on-slim-orca + + +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/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7B-v0.1-relufication-stage-1-on-slim-orca-GGUF/resolve/main/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.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. + + diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.IQ4_XS.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.IQ4_XS.gguf new file mode 100644 index 0000000..f477781 --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15530b83014aa184ec9fe8470c3c5f4d1ded83a70f82c5ff9b3aa98d5579c3f +size 3944401152 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q2_K.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q2_K.gguf new file mode 100644 index 0000000..d35c335 --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b58a3c8cf3b557c97cf25ed2ac76a304b9ec27d777d182040842f5cf4d4094 +size 2719253120 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_L.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_L.gguf new file mode 100644 index 0000000..b9134f8 --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6290b18045a4adedcd7affe3c17dcafd5c84ce0a287940a2e216ecec9d6a4d +size 3822036416 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_M.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_M.gguf new file mode 100644 index 0000000..d6dd243 --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b619ebfd32333a26af6e1027f7bc4c8c59644c5bd396312489a2c3e978d6a64 +size 3518997952 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_S.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_S.gguf new file mode 100644 index 0000000..af6b8ce --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788e5b9092f8916f346130aa29c113d60f6990e5dfe0e0547a5c85e2d8b5faf3 +size 3164579264 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_M.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_M.gguf new file mode 100644 index 0000000..a9ea470 --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64206e6af6ae1fb2e32945cd5824530ee37238bfdc5199a1ea69797d79fa6a61 +size 4368452096 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_S.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_S.gguf new file mode 100644 index 0000000..43d7110 --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e587a8ef420fbf056e34b8aa2a0e8bbd6d3500a01af94323e36e7488d29212 +size 4140386816 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_M.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_M.gguf new file mode 100644 index 0000000..7af32bb --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b31dbf821459896f24c4c9da46ae46efe5568a066c8eb9f043d25ef5a329bd9 +size 5131423232 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_S.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_S.gguf new file mode 100644 index 0000000..eb7c040 --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819d8ef49e69f4eee4f6bbb158a33f3c639f096bd9a67e84a47f1cc1c6710b34 +size 4997729792 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q6_K.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q6_K.gguf new file mode 100644 index 0000000..653f659 --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a90e658fa43c342fca104ca4843bb6d15a5a3fc0042ebac572266fdf2a4936 +size 5942080064 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q8_0.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q8_0.gguf new file mode 100644 index 0000000..cc311bc --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e8e982ba411356d731f21ad5037be939b0b6cf0423944e6f4fffbb1c6a0a24 +size 7695876544 diff --git a/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.f16.gguf b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.f16.gguf new file mode 100644 index 0000000..5200b5d --- /dev/null +++ b/mistral-7B-v0.1-relufication-stage-1-on-slim-orca.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40687450be1127ce7f270a91e54ebb3841fe67077a4c74b7d6a6971c544c07f +size 14484766144