commit 3dd6a555e702e630d3bfeb9130b0ffeb743f1417 Author: ModelHub XC Date: Wed May 27 12:01:17 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2829dc9 --- /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 +Voxtral-Mini-3B-Text-Only-hf.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Voxtral-Mini-3B-Text-Only-hf.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..5308344 --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +--- +base_model: Columbidae/Voxtral-Mini-3B-Text-Only-hf +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +static quants of https://huggingface.co/Columbidae/Voxtral-Mini-3B-Text-Only-hf + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Voxtral-Mini-3B-Text-Only-hf-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-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/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.IQ4_XS.gguf) | IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.Q5_K_S.gguf) | Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.Q5_K_M.gguf) | Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.Q6_K.gguf) | Q6_K | 3.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.Q8_0.gguf) | Q8_0 | 4.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Voxtral-Mini-3B-Text-Only-hf-GGUF/resolve/main/Voxtral-Mini-3B-Text-Only-hf.f16.gguf) | f16 | 8.1 | 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/Voxtral-Mini-3B-Text-Only-hf.IQ4_XS.gguf b/Voxtral-Mini-3B-Text-Only-hf.IQ4_XS.gguf new file mode 100644 index 0000000..1650d48 --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b4af0ec94641578bddf7bd62dfef227ca22ed521644d608f72a33a9afc1768 +size 2283974240 diff --git a/Voxtral-Mini-3B-Text-Only-hf.Q2_K.gguf b/Voxtral-Mini-3B-Text-Only-hf.Q2_K.gguf new file mode 100644 index 0000000..108e5d1 --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e92b651a2713f5086d20d026c7e9d05d57132e658fb513f329a36fa4086ce0b +size 1661021792 diff --git a/Voxtral-Mini-3B-Text-Only-hf.Q3_K_L.gguf b/Voxtral-Mini-3B-Text-Only-hf.Q3_K_L.gguf new file mode 100644 index 0000000..a0ad763 --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cf481c866a70cd9d5a0404696e2eef0e058a8e6a2c30f73816d5c120c815e2 +size 2206953056 diff --git a/Voxtral-Mini-3B-Text-Only-hf.Q3_K_M.gguf b/Voxtral-Mini-3B-Text-Only-hf.Q3_K_M.gguf new file mode 100644 index 0000000..77603d1 --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0afeb6dee099edc978007cd299bdb52778381c76a84ba010da1915d161e026 +size 2057530976 diff --git a/Voxtral-Mini-3B-Text-Only-hf.Q3_K_S.gguf b/Voxtral-Mini-3B-Text-Only-hf.Q3_K_S.gguf new file mode 100644 index 0000000..f675412 --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f399d9e2dd623eebf7c1d5bca6546b6beb38076e7217b994f6d19cffd86e949b +size 1890659936 diff --git a/Voxtral-Mini-3B-Text-Only-hf.Q4_K_M.gguf b/Voxtral-Mini-3B-Text-Only-hf.Q4_K_M.gguf new file mode 100644 index 0000000..87dff33 --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1446c9384ce10ee967a2a7d9a53da93bf2527fce0637c41af39421527c1cf493 +size 2472472160 diff --git a/Voxtral-Mini-3B-Text-Only-hf.Q4_K_S.gguf b/Voxtral-Mini-3B-Text-Only-hf.Q4_K_S.gguf new file mode 100644 index 0000000..2635c69 --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51fb91a75a38351020a08b38dd2ad5a1afe64e9b4d6c20c41325f6a68affdd8 +size 2381295200 diff --git a/Voxtral-Mini-3B-Text-Only-hf.Q5_K_M.gguf b/Voxtral-Mini-3B-Text-Only-hf.Q5_K_M.gguf new file mode 100644 index 0000000..8b31abd --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e540cb82e34ae0254f30aab560d1e45328947a2974784773b5b99fdfb40ded +size 2874338912 diff --git a/Voxtral-Mini-3B-Text-Only-hf.Q5_K_S.gguf b/Voxtral-Mini-3B-Text-Only-hf.Q5_K_S.gguf new file mode 100644 index 0000000..5889822 --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96d4e6540cb45d6d32e2720e8409c47dfd0a0bc57b467bdd91c6dfa8da1bfb7 +size 2821697120 diff --git a/Voxtral-Mini-3B-Text-Only-hf.Q6_K.gguf b/Voxtral-Mini-3B-Text-Only-hf.Q6_K.gguf new file mode 100644 index 0000000..bd0e871 --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3109687321e661b9a62ede30b82553d5d0fdad0967a66fcd97de651897d30063 +size 3301322336 diff --git a/Voxtral-Mini-3B-Text-Only-hf.Q8_0.gguf b/Voxtral-Mini-3B-Text-Only-hf.Q8_0.gguf new file mode 100644 index 0000000..ac73be0 --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838f698e0dbe1bada1cac2cc0d52ccfe1c33e0c145a7654795029af179d864c8 +size 4273450592 diff --git a/Voxtral-Mini-3B-Text-Only-hf.f16.gguf b/Voxtral-Mini-3B-Text-Only-hf.f16.gguf new file mode 100644 index 0000000..472407e --- /dev/null +++ b/Voxtral-Mini-3B-Text-Only-hf.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e8f419e9d267c3a31a696a81ff101d99eaed75cde2786b451fca2a4abf3b1b +size 8036527712