From 7ceb5279bb2663f0d86606656cb42465393fd5c5 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 11 Jul 2026 20:42:12 +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-ProXMath-GGUF Source: Original Platform --- .gitattributes | 49 ++++++++++++++++++++++ Mistral-7B-ProXMath.IQ3_M.gguf | 3 ++ Mistral-7B-ProXMath.IQ3_S.gguf | 3 ++ Mistral-7B-ProXMath.IQ3_XS.gguf | 3 ++ Mistral-7B-ProXMath.IQ4_XS.gguf | 3 ++ Mistral-7B-ProXMath.Q2_K.gguf | 3 ++ Mistral-7B-ProXMath.Q3_K_L.gguf | 3 ++ Mistral-7B-ProXMath.Q3_K_M.gguf | 3 ++ Mistral-7B-ProXMath.Q3_K_S.gguf | 3 ++ Mistral-7B-ProXMath.Q4_K_M.gguf | 3 ++ Mistral-7B-ProXMath.Q4_K_S.gguf | 3 ++ Mistral-7B-ProXMath.Q5_K_M.gguf | 3 ++ Mistral-7B-ProXMath.Q5_K_S.gguf | 3 ++ Mistral-7B-ProXMath.Q6_K.gguf | 3 ++ Mistral-7B-ProXMath.Q8_0.gguf | 3 ++ Mistral-7B-ProXMath.f16.gguf | 3 ++ README.md | 74 +++++++++++++++++++++++++++++++++ 17 files changed, 168 insertions(+) create mode 100644 .gitattributes create mode 100644 Mistral-7B-ProXMath.IQ3_M.gguf create mode 100644 Mistral-7B-ProXMath.IQ3_S.gguf create mode 100644 Mistral-7B-ProXMath.IQ3_XS.gguf create mode 100644 Mistral-7B-ProXMath.IQ4_XS.gguf create mode 100644 Mistral-7B-ProXMath.Q2_K.gguf create mode 100644 Mistral-7B-ProXMath.Q3_K_L.gguf create mode 100644 Mistral-7B-ProXMath.Q3_K_M.gguf create mode 100644 Mistral-7B-ProXMath.Q3_K_S.gguf create mode 100644 Mistral-7B-ProXMath.Q4_K_M.gguf create mode 100644 Mistral-7B-ProXMath.Q4_K_S.gguf create mode 100644 Mistral-7B-ProXMath.Q5_K_M.gguf create mode 100644 Mistral-7B-ProXMath.Q5_K_S.gguf create mode 100644 Mistral-7B-ProXMath.Q6_K.gguf create mode 100644 Mistral-7B-ProXMath.Q8_0.gguf create mode 100644 Mistral-7B-ProXMath.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6a4fd48 --- /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 +Mistral-7B-ProXMath.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-ProXMath.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Mistral-7B-ProXMath.IQ3_M.gguf b/Mistral-7B-ProXMath.IQ3_M.gguf new file mode 100644 index 0000000..4486d65 --- /dev/null +++ b/Mistral-7B-ProXMath.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c490f8ff9448b2398931d47123707a1b336fe0713bca3e7f438d1a6fb3124b21 +size 3284892576 diff --git a/Mistral-7B-ProXMath.IQ3_S.gguf b/Mistral-7B-ProXMath.IQ3_S.gguf new file mode 100644 index 0000000..b6c6f57 --- /dev/null +++ b/Mistral-7B-ProXMath.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb4e5ff175ec7aa513c6fed007aa1687a9cee9bb7c7d9737552b68e04730cb6 +size 3182394272 diff --git a/Mistral-7B-ProXMath.IQ3_XS.gguf b/Mistral-7B-ProXMath.IQ3_XS.gguf new file mode 100644 index 0000000..ff713f6 --- /dev/null +++ b/Mistral-7B-ProXMath.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf40e45d461798d1e5a2bafb4254e973cfade842dbc1f60346adb8d23816c06 +size 3018816416 diff --git a/Mistral-7B-ProXMath.IQ4_XS.gguf b/Mistral-7B-ProXMath.IQ4_XS.gguf new file mode 100644 index 0000000..2441237 --- /dev/null +++ b/Mistral-7B-ProXMath.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bac96d741dd22bd64fdbf7143169c4ca8baa2b0095a6d4511914d4f5a113c9 +size 3944389536 diff --git a/Mistral-7B-ProXMath.Q2_K.gguf b/Mistral-7B-ProXMath.Q2_K.gguf new file mode 100644 index 0000000..e3866d9 --- /dev/null +++ b/Mistral-7B-ProXMath.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560f91280205deaac12e558d5cf86fa27c0f58a24818c9beca2a81f6ddc6a1e2 +size 2719243168 diff --git a/Mistral-7B-ProXMath.Q3_K_L.gguf b/Mistral-7B-ProXMath.Q3_K_L.gguf new file mode 100644 index 0000000..5fb67cf --- /dev/null +++ b/Mistral-7B-ProXMath.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e402ce8236823ff46be94803c2ac09bce5ba4bf640600caac8fa329722f333 +size 3822025632 diff --git a/Mistral-7B-ProXMath.Q3_K_M.gguf b/Mistral-7B-ProXMath.Q3_K_M.gguf new file mode 100644 index 0000000..07ae1ac --- /dev/null +++ b/Mistral-7B-ProXMath.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a73ada75aba9d09fda655be328958cf6cfa7913e6e46e80c5283e31b7a8666 +size 3518987168 diff --git a/Mistral-7B-ProXMath.Q3_K_S.gguf b/Mistral-7B-ProXMath.Q3_K_S.gguf new file mode 100644 index 0000000..f2a8248 --- /dev/null +++ b/Mistral-7B-ProXMath.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a58ce570aa1a7221ecf581dc984396152fbf07ecee91ac5d4364bf67902f391 +size 3164568480 diff --git a/Mistral-7B-ProXMath.Q4_K_M.gguf b/Mistral-7B-ProXMath.Q4_K_M.gguf new file mode 100644 index 0000000..0626099 --- /dev/null +++ b/Mistral-7B-ProXMath.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41077c2826326b1dd1f02e64466957a6eeff6fcd2f97363a6ef4a96a5f709ca3 +size 4368440224 diff --git a/Mistral-7B-ProXMath.Q4_K_S.gguf b/Mistral-7B-ProXMath.Q4_K_S.gguf new file mode 100644 index 0000000..0f10d4d --- /dev/null +++ b/Mistral-7B-ProXMath.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55475a887c8ee856d67fc697f30e409b159790cbd81622e08c18bd83fc501b2 +size 4140374944 diff --git a/Mistral-7B-ProXMath.Q5_K_M.gguf b/Mistral-7B-ProXMath.Q5_K_M.gguf new file mode 100644 index 0000000..3c66b03 --- /dev/null +++ b/Mistral-7B-ProXMath.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a812246457b8c7da5aaf299d5befcb1e26c72f02411d58c0c116325b41119d +size 5131410336 diff --git a/Mistral-7B-ProXMath.Q5_K_S.gguf b/Mistral-7B-ProXMath.Q5_K_S.gguf new file mode 100644 index 0000000..a1669e6 --- /dev/null +++ b/Mistral-7B-ProXMath.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295d7ed904cf459294b730319c85aba285b2233a1ec53b62ea1e7909dd997267 +size 4997716896 diff --git a/Mistral-7B-ProXMath.Q6_K.gguf b/Mistral-7B-ProXMath.Q6_K.gguf new file mode 100644 index 0000000..a185708 --- /dev/null +++ b/Mistral-7B-ProXMath.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441c0c30194896402b948cc861b4cb762f2f532bfdad5d3c7024cf0eb329d52e +size 5942066080 diff --git a/Mistral-7B-ProXMath.Q8_0.gguf b/Mistral-7B-ProXMath.Q8_0.gguf new file mode 100644 index 0000000..42574cc --- /dev/null +++ b/Mistral-7B-ProXMath.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82202f9b3cdfb9e9875bcad84041713fd9960fc2b77df6786c1b87582451a80 +size 7695858592 diff --git a/Mistral-7B-ProXMath.f16.gguf b/Mistral-7B-ProXMath.f16.gguf new file mode 100644 index 0000000..a3a44b8 --- /dev/null +++ b/Mistral-7B-ProXMath.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2de5feef23bc8197e3c23e0d2b7bb5fe876d01aea3d8df221adcfd6becf02f +size 14484732832 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9cf037d --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +--- +base_model: gair-prox/Mistral-7B-ProXMath +datasets: +- gair-prox/open-web-math-pro +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/gair-prox/Mistral-7B-ProXMath + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Mistral-7B-ProXMath-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Mistral-7B-ProXMath-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-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.IQ3_XS.gguf) | IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.IQ3_M.gguf) | IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-ProXMath-GGUF/resolve/main/Mistral-7B-ProXMath.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. + +