commit 335a022d2587704df4c54e68a1ef28ad64640c08 Author: ModelHub XC Date: Sat Apr 11 00:50:04 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/ministral-1B-base-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b554e79 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +ministral-1B-base.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.f16.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ministral-1B-base.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..7235ae3 --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +--- +base_model: dustinwloring1988/ministral-1B-base +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- mistral +- trl +- sft +--- +## About + + + + + + +static quants of https://huggingface.co/dustinwloring1988/ministral-1B-base + + +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/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.Q2_K.gguf) | Q2_K | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.IQ3_XS.gguf) | IQ3_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.IQ3_S.gguf) | IQ3_S | 0.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.Q3_K_S.gguf) | Q3_K_S | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.IQ3_M.gguf) | IQ3_M | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.Q3_K_M.gguf) | Q3_K_M | 0.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.Q3_K_L.gguf) | Q3_K_L | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.IQ4_XS.gguf) | IQ4_XS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.Q4_K_S.gguf) | Q4_K_S | 0.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.Q4_K_M.gguf) | Q4_K_M | 0.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.Q5_K_S.gguf) | Q5_K_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.Q5_K_M.gguf) | Q5_K_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.Q6_K.gguf) | Q6_K | 0.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.Q8_0.gguf) | Q8_0 | 0.7 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/ministral-1B-base-GGUF/resolve/main/ministral-1B-base.f16.gguf) | f16 | 1.3 | 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/ministral-1B-base.IQ3_M.gguf b/ministral-1B-base.IQ3_M.gguf new file mode 100644 index 0000000..58b03f9 --- /dev/null +++ b/ministral-1B-base.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262d24d7b98f7e9f73b6fb567d7edd6e6d64982f98f361481eb219b08c730238 +size 311925312 diff --git a/ministral-1B-base.IQ3_S.gguf b/ministral-1B-base.IQ3_S.gguf new file mode 100644 index 0000000..02d9e0d --- /dev/null +++ b/ministral-1B-base.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7831e5781a2588b02eba7acfe3c156a452a91a9ad045d38bdac18b2c7e73012 +size 308130368 diff --git a/ministral-1B-base.IQ3_XS.gguf b/ministral-1B-base.IQ3_XS.gguf new file mode 100644 index 0000000..ccf49c5 --- /dev/null +++ b/ministral-1B-base.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a200155da6812b0bbd7289fb891706605878a1ceffb525ff64f839d4b0f1e17a +size 300708416 diff --git a/ministral-1B-base.IQ4_XS.gguf b/ministral-1B-base.IQ4_XS.gguf new file mode 100644 index 0000000..62787d3 --- /dev/null +++ b/ministral-1B-base.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e239d98f5064fc7de10221da46bab33887537b377e83c1f5da014073aa71d9 +size 355473984 diff --git a/ministral-1B-base.Q2_K.gguf b/ministral-1B-base.Q2_K.gguf new file mode 100644 index 0000000..224fe21 --- /dev/null +++ b/ministral-1B-base.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a9057a2e3ca6ff0f59d2591d391a6e3a4a078df8915d2123a75c89bd788860 +size 273918528 diff --git a/ministral-1B-base.Q3_K_L.gguf b/ministral-1B-base.Q3_K_L.gguf new file mode 100644 index 0000000..600495c --- /dev/null +++ b/ministral-1B-base.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc576fdf74c1422cc8e9e2fd6adad4fcc59eee465d0ad6072fa48f5f2462088 +size 336785984 diff --git a/ministral-1B-base.Q3_K_M.gguf b/ministral-1B-base.Q3_K_M.gguf new file mode 100644 index 0000000..e44614d --- /dev/null +++ b/ministral-1B-base.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c24781afd88f64e038fa1ab96b7272cd849139b616c04ed8272fc3b8cce667 +size 323154496 diff --git a/ministral-1B-base.Q3_K_S.gguf b/ministral-1B-base.Q3_K_S.gguf new file mode 100644 index 0000000..1bce350 --- /dev/null +++ b/ministral-1B-base.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1c0bf5de1358764ac31af3189d0359e25f16c4fe9ae6edfb45d64f9e70c8c7 +size 308130368 diff --git a/ministral-1B-base.Q4_K_M.gguf b/ministral-1B-base.Q4_K_M.gguf new file mode 100644 index 0000000..9d5d867 --- /dev/null +++ b/ministral-1B-base.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a7295dee358be4c4ed72b642428e32dd4c8612d7e2208da645ea119946bd0c +size 380877376 diff --git a/ministral-1B-base.Q4_K_S.gguf b/ministral-1B-base.Q4_K_S.gguf new file mode 100644 index 0000000..c3d1d22 --- /dev/null +++ b/ministral-1B-base.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d979f04761794fd616ef27acbc18f2f21de079faed43db8efd3b5e625160f873 +size 369629760 diff --git a/ministral-1B-base.Q5_K_M.gguf b/ministral-1B-base.Q5_K_M.gguf new file mode 100644 index 0000000..eb49f40 --- /dev/null +++ b/ministral-1B-base.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cfd1ebed19416c1fc82de5e604d670b10546924f25faa381ba19e67bab1a5be +size 430455360 diff --git a/ministral-1B-base.Q5_K_S.gguf b/ministral-1B-base.Q5_K_S.gguf new file mode 100644 index 0000000..49a6a9e --- /dev/null +++ b/ministral-1B-base.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b88767f29d35da4a59d9329e416f774e41853402a3b36551b535229ebe2f8b3 +size 423631424 diff --git a/ministral-1B-base.Q6_K.gguf b/ministral-1B-base.Q6_K.gguf new file mode 100644 index 0000000..8a66f38 --- /dev/null +++ b/ministral-1B-base.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64763c7e654fa480ac95bd07ea9bf73421eb3a4216b6c9170faf6f6638059dd7 +size 483131968 diff --git a/ministral-1B-base.Q8_0.gguf b/ministral-1B-base.Q8_0.gguf new file mode 100644 index 0000000..db95408 --- /dev/null +++ b/ministral-1B-base.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02608303b8dbb61778eb415f1e430b5a3df56e3a86d73bf560d5027b1c9a2216 +size 623440448 diff --git a/ministral-1B-base.f16.gguf b/ministral-1B-base.f16.gguf new file mode 100644 index 0000000..67b6c2c --- /dev/null +++ b/ministral-1B-base.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a298f003c7bafaffaee805c2d50fd91fd4f0217a8059fbeda4049e5e351ec85b +size 1166570048