commit 26bf371c03c427d16e79c469508138f3a8b79a6d Author: ModelHub XC Date: Mon Jul 6 15:18:18 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/ZephyrChat-Mistral-7B-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..37941fd --- /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 +ZephyrChat-Mistral-7B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.f16.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ZephyrChat-Mistral-7B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..6010435 --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +--- +base_model: shaktiman404/ZephyrChat-Mistral-7B +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/shaktiman404/ZephyrChat-Mistral-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/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-7B.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/ZephyrChat-Mistral-7B-GGUF/resolve/main/ZephyrChat-Mistral-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. + + diff --git a/ZephyrChat-Mistral-7B.IQ4_XS.gguf b/ZephyrChat-Mistral-7B.IQ4_XS.gguf new file mode 100644 index 0000000..dc2e2df --- /dev/null +++ b/ZephyrChat-Mistral-7B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1225305aae82bf027ba51a48b21440946a94c1c4c667bf5c49cece5246671e74 +size 3944390304 diff --git a/ZephyrChat-Mistral-7B.Q2_K.gguf b/ZephyrChat-Mistral-7B.Q2_K.gguf new file mode 100644 index 0000000..185bd83 --- /dev/null +++ b/ZephyrChat-Mistral-7B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d210df703250b3df94c756c6f48434612e3d78a3bc1cfcb5c281e9b602803b47 +size 2719243936 diff --git a/ZephyrChat-Mistral-7B.Q3_K_L.gguf b/ZephyrChat-Mistral-7B.Q3_K_L.gguf new file mode 100644 index 0000000..c98b5d1 --- /dev/null +++ b/ZephyrChat-Mistral-7B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e05d1983b7752cef60749f357bd9d00ebf83025645b4eda5c42b206ea946cf6 +size 3822026400 diff --git a/ZephyrChat-Mistral-7B.Q3_K_M.gguf b/ZephyrChat-Mistral-7B.Q3_K_M.gguf new file mode 100644 index 0000000..285674b --- /dev/null +++ b/ZephyrChat-Mistral-7B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f060c6119affb2416d06b4de328f0705a8dc947dfd54f83abff4aaffba40dacc +size 3518987936 diff --git a/ZephyrChat-Mistral-7B.Q3_K_S.gguf b/ZephyrChat-Mistral-7B.Q3_K_S.gguf new file mode 100644 index 0000000..2d72e23 --- /dev/null +++ b/ZephyrChat-Mistral-7B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcab9161b4e00502a004720ee767d0c7c119251ab2efdf30d9e3ba162c8d41bc +size 3164569248 diff --git a/ZephyrChat-Mistral-7B.Q4_K_M.gguf b/ZephyrChat-Mistral-7B.Q4_K_M.gguf new file mode 100644 index 0000000..6a745d5 --- /dev/null +++ b/ZephyrChat-Mistral-7B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d707a483011a18313e52c6f0f25cf437aa54a49d77c38b58388e2982f64f4a31 +size 4368440992 diff --git a/ZephyrChat-Mistral-7B.Q4_K_S.gguf b/ZephyrChat-Mistral-7B.Q4_K_S.gguf new file mode 100644 index 0000000..4e10e84 --- /dev/null +++ b/ZephyrChat-Mistral-7B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f03296695cc4ff931584fdc7447d054155bbd3e176d531b70ad9fa691f63461 +size 4140375712 diff --git a/ZephyrChat-Mistral-7B.Q5_K_M.gguf b/ZephyrChat-Mistral-7B.Q5_K_M.gguf new file mode 100644 index 0000000..400ee4c --- /dev/null +++ b/ZephyrChat-Mistral-7B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e05d8e40e42ec930d65be25b5d577533b6ac16bceded0d927cb3c9c9ba11aa +size 5131411104 diff --git a/ZephyrChat-Mistral-7B.Q5_K_S.gguf b/ZephyrChat-Mistral-7B.Q5_K_S.gguf new file mode 100644 index 0000000..db66a57 --- /dev/null +++ b/ZephyrChat-Mistral-7B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bd6075d4cb337c821e562124f574db4c1150de7bb64e5cd57f4d08cabcda01 +size 4997717664 diff --git a/ZephyrChat-Mistral-7B.Q6_K.gguf b/ZephyrChat-Mistral-7B.Q6_K.gguf new file mode 100644 index 0000000..60a55f7 --- /dev/null +++ b/ZephyrChat-Mistral-7B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d200d09d2ff703d8e030377906f6a00dae321d7d7f1dfb35e4bf14dd75e2a86 +size 5942066848 diff --git a/ZephyrChat-Mistral-7B.Q8_0.gguf b/ZephyrChat-Mistral-7B.Q8_0.gguf new file mode 100644 index 0000000..481d77f --- /dev/null +++ b/ZephyrChat-Mistral-7B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab006d739b23e5c22db43369cde667bec897039cd120db12d275256c32972c2 +size 7695859360 diff --git a/ZephyrChat-Mistral-7B.f16.gguf b/ZephyrChat-Mistral-7B.f16.gguf new file mode 100644 index 0000000..3ef70a0 --- /dev/null +++ b/ZephyrChat-Mistral-7B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36595a3b398454b39f4a4ecc0d80db0bb57390ef201d1e4580fc9d8f2ae3fed +size 14484733600