commit c3acc63528ba17e6282519c978097b021fc61f2b Author: ModelHub XC Date: Thu Jun 18 21:02:17 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/mistral-7b-anthropic-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3659fec --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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-anthropic.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.f16.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..a5b1c3d --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: HuggingFaceH4/mistral-7b-anthropic +datasets: +- HuggingFaceH4/ultrafeedback_binarized_fixed +- HuggingFaceH4/cai-conversation-harmless +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- alignment-handbook +- generated_from_trainer +--- +## About + + + + + + +static quants of https://huggingface.co/HuggingFaceH4/mistral-7b-anthropic + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/mistral-7b-anthropic-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/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-GGUF/resolve/main/mistral-7b-anthropic.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-anthropic.IQ4_XS.gguf b/mistral-7b-anthropic.IQ4_XS.gguf new file mode 100644 index 0000000..927fdcc --- /dev/null +++ b/mistral-7b-anthropic.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e03ddf21ebfebd7a1954e616d4429a376c3488bf2ac9cf04c7847c56a4849b +size 3944390080 diff --git a/mistral-7b-anthropic.Q2_K.gguf b/mistral-7b-anthropic.Q2_K.gguf new file mode 100644 index 0000000..5983604 --- /dev/null +++ b/mistral-7b-anthropic.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03e0790af38ea261af86d966409512ad82dd54bbe1f74ee563aedb213e47aba +size 2719243712 diff --git a/mistral-7b-anthropic.Q3_K_L.gguf b/mistral-7b-anthropic.Q3_K_L.gguf new file mode 100644 index 0000000..37c5210 --- /dev/null +++ b/mistral-7b-anthropic.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b554fc51cad1daff2c41720438b7d3cda744badbb152624f8fb714fb853d3d98 +size 3822026176 diff --git a/mistral-7b-anthropic.Q3_K_M.gguf b/mistral-7b-anthropic.Q3_K_M.gguf new file mode 100644 index 0000000..23211ed --- /dev/null +++ b/mistral-7b-anthropic.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716aa6171a8e7b72fbe074ca911040de0723bad83abda718aaec23eb235a7e9a +size 3518987712 diff --git a/mistral-7b-anthropic.Q3_K_S.gguf b/mistral-7b-anthropic.Q3_K_S.gguf new file mode 100644 index 0000000..9f936f3 --- /dev/null +++ b/mistral-7b-anthropic.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782153807cdf511df086935dfe954cfa3e4e01dbe5b6dcd964cb983347ccf3a8 +size 3164569024 diff --git a/mistral-7b-anthropic.Q4_K_M.gguf b/mistral-7b-anthropic.Q4_K_M.gguf new file mode 100644 index 0000000..265c6a5 --- /dev/null +++ b/mistral-7b-anthropic.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e233e566d5a667805f07eff262ccea86f94c820fc8a5c546ef6f506d28ccfc90 +size 4368440768 diff --git a/mistral-7b-anthropic.Q4_K_S.gguf b/mistral-7b-anthropic.Q4_K_S.gguf new file mode 100644 index 0000000..3326746 --- /dev/null +++ b/mistral-7b-anthropic.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750a06e78594fbcc983887b58f365ffcfcb2f63a79c18483c76121baf2d3b17f +size 4140375488 diff --git a/mistral-7b-anthropic.Q5_K_M.gguf b/mistral-7b-anthropic.Q5_K_M.gguf new file mode 100644 index 0000000..2ad4451 --- /dev/null +++ b/mistral-7b-anthropic.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1487850b8c4111e7aeff7b76e13e9bc9897ba3500d79b2568e5b8ea27bb7acda +size 5131410880 diff --git a/mistral-7b-anthropic.Q5_K_S.gguf b/mistral-7b-anthropic.Q5_K_S.gguf new file mode 100644 index 0000000..082ab14 --- /dev/null +++ b/mistral-7b-anthropic.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f657006a3652ac8965d1eeef6c44b8c3c36e9dd18061f274e1341bf933d5f690 +size 4997717440 diff --git a/mistral-7b-anthropic.Q6_K.gguf b/mistral-7b-anthropic.Q6_K.gguf new file mode 100644 index 0000000..4baa8e1 --- /dev/null +++ b/mistral-7b-anthropic.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0612cb5e23c1d1a0815161914883494a493c7195b509e00b2b6c03fe07cb6de +size 5942066624 diff --git a/mistral-7b-anthropic.Q8_0.gguf b/mistral-7b-anthropic.Q8_0.gguf new file mode 100644 index 0000000..55c3959 --- /dev/null +++ b/mistral-7b-anthropic.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eada956ddd5325d4abf627e2c4bc9eddf72f5ab2ab66fc8cdee684049f9012b5 +size 7695859136 diff --git a/mistral-7b-anthropic.f16.gguf b/mistral-7b-anthropic.f16.gguf new file mode 100644 index 0000000..7d5e664 --- /dev/null +++ b/mistral-7b-anthropic.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf46c456fef9955c5bd30035e151bcad6ada3e96b197246dd0eda0d074f0780 +size 14484733376