From e4f998935fdb2050f90adaf8251af0b5a741c86b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 1 Jul 2026 19:46: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/CrystalMistral-Math-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++++++ CrystalMistral-Math.IQ4_XS.gguf | 3 ++ CrystalMistral-Math.Q2_K.gguf | 3 ++ CrystalMistral-Math.Q3_K_L.gguf | 3 ++ CrystalMistral-Math.Q3_K_M.gguf | 3 ++ CrystalMistral-Math.Q3_K_S.gguf | 3 ++ CrystalMistral-Math.Q4_K_M.gguf | 3 ++ CrystalMistral-Math.Q4_K_S.gguf | 3 ++ CrystalMistral-Math.Q5_K_M.gguf | 3 ++ CrystalMistral-Math.Q5_K_S.gguf | 3 ++ CrystalMistral-Math.Q6_K.gguf | 3 ++ CrystalMistral-Math.Q8_0.gguf | 3 ++ CrystalMistral-Math.f16.gguf | 3 ++ README.md | 63 +++++++++++++++++++++++++++++++++ 14 files changed, 146 insertions(+) create mode 100644 .gitattributes create mode 100644 CrystalMistral-Math.IQ4_XS.gguf create mode 100644 CrystalMistral-Math.Q2_K.gguf create mode 100644 CrystalMistral-Math.Q3_K_L.gguf create mode 100644 CrystalMistral-Math.Q3_K_M.gguf create mode 100644 CrystalMistral-Math.Q3_K_S.gguf create mode 100644 CrystalMistral-Math.Q4_K_M.gguf create mode 100644 CrystalMistral-Math.Q4_K_S.gguf create mode 100644 CrystalMistral-Math.Q5_K_M.gguf create mode 100644 CrystalMistral-Math.Q5_K_S.gguf create mode 100644 CrystalMistral-Math.Q6_K.gguf create mode 100644 CrystalMistral-Math.Q8_0.gguf create mode 100644 CrystalMistral-Math.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6d8ef89 --- /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 +CrystalMistral-Math.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.f16.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CrystalMistral-Math.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/CrystalMistral-Math.IQ4_XS.gguf b/CrystalMistral-Math.IQ4_XS.gguf new file mode 100644 index 0000000..f3f862b --- /dev/null +++ b/CrystalMistral-Math.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa917237c4c3fa906add76818bda54e31e30301826e953d15bc73afd71580eec +size 3944388928 diff --git a/CrystalMistral-Math.Q2_K.gguf b/CrystalMistral-Math.Q2_K.gguf new file mode 100644 index 0000000..262ef52 --- /dev/null +++ b/CrystalMistral-Math.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af682c8a89df1fc02c08e9888e8684f29e8d30832206a1441ff7167ac315c310 +size 2719242560 diff --git a/CrystalMistral-Math.Q3_K_L.gguf b/CrystalMistral-Math.Q3_K_L.gguf new file mode 100644 index 0000000..9d51d26 --- /dev/null +++ b/CrystalMistral-Math.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04eef43164f97b19e29d75c5182ef9685ecd103ef95f17368df2f0d9f6dea703 +size 3822025024 diff --git a/CrystalMistral-Math.Q3_K_M.gguf b/CrystalMistral-Math.Q3_K_M.gguf new file mode 100644 index 0000000..fe6244b --- /dev/null +++ b/CrystalMistral-Math.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9c6cda4065c55d8978598cdfc2587fad70a31df002c7f3595f1c8ff3418601 +size 3518986560 diff --git a/CrystalMistral-Math.Q3_K_S.gguf b/CrystalMistral-Math.Q3_K_S.gguf new file mode 100644 index 0000000..5f8165f --- /dev/null +++ b/CrystalMistral-Math.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b947769e37970128bda087169eb1dc8c5a2a64c24a0326059fce230e26b68b +size 3164567872 diff --git a/CrystalMistral-Math.Q4_K_M.gguf b/CrystalMistral-Math.Q4_K_M.gguf new file mode 100644 index 0000000..2742f01 --- /dev/null +++ b/CrystalMistral-Math.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68677a6be8f8ecc9514157ef15829a45673298d40bf22ddd3402a2f929aab47a +size 4368439616 diff --git a/CrystalMistral-Math.Q4_K_S.gguf b/CrystalMistral-Math.Q4_K_S.gguf new file mode 100644 index 0000000..980f89b --- /dev/null +++ b/CrystalMistral-Math.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c5ab0232e6fd639445e510297b762dd90adb72de9e91dc9b9dd4e22973ff84 +size 4140374336 diff --git a/CrystalMistral-Math.Q5_K_M.gguf b/CrystalMistral-Math.Q5_K_M.gguf new file mode 100644 index 0000000..f78cfa3 --- /dev/null +++ b/CrystalMistral-Math.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828be3042ce5eb6f95e34e041aad1f3b1a547b731b6bc5de3a511728c7ca3ef0 +size 5131409728 diff --git a/CrystalMistral-Math.Q5_K_S.gguf b/CrystalMistral-Math.Q5_K_S.gguf new file mode 100644 index 0000000..a20ae56 --- /dev/null +++ b/CrystalMistral-Math.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3e9498b19666ed75805107d3728a78789f6618b5a4c0a489b9feff10f91ed0 +size 4997716288 diff --git a/CrystalMistral-Math.Q6_K.gguf b/CrystalMistral-Math.Q6_K.gguf new file mode 100644 index 0000000..5fcf9fd --- /dev/null +++ b/CrystalMistral-Math.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eaa3785dc015ace324ca02c1c387f233f7f46bf37a711e3971cce5cde8c9009 +size 5942065472 diff --git a/CrystalMistral-Math.Q8_0.gguf b/CrystalMistral-Math.Q8_0.gguf new file mode 100644 index 0000000..bcd8a51 --- /dev/null +++ b/CrystalMistral-Math.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69417192df0ed5e72cf94e5c9d2c8d010beeb47ab9ee5404ff3dd153ca8e77f9 +size 7695857984 diff --git a/CrystalMistral-Math.f16.gguf b/CrystalMistral-Math.f16.gguf new file mode 100644 index 0000000..6446540 --- /dev/null +++ b/CrystalMistral-Math.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89deab25a86db306cc1147176e2403519c9738e719ff76b51410072454e43a8 +size 14484732224 diff --git a/README.md b/README.md new file mode 100644 index 0000000..70000de --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +--- +base_model: Crystalcareai/CrystalMistral-Math +language: +- en +library_name: transformers +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/Crystalcareai/CrystalMistral-Math + + +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/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/CrystalMistral-Math-GGUF/resolve/main/CrystalMistral-Math.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. + +