From f46325222678d1577aab3cc3fdbcbec170d5c760 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 22 Apr 2026 10:24:54 +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/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++++++ ...-Llama-3.3-14B-Base-Up-Scaling.IQ4_XS.gguf | 3 + ...-3-Llama-3.3-14B-Base-Up-Scaling.Q2_K.gguf | 3 + ...-Llama-3.3-14B-Base-Up-Scaling.Q3_K_L.gguf | 3 + ...-Llama-3.3-14B-Base-Up-Scaling.Q3_K_M.gguf | 3 + ...-Llama-3.3-14B-Base-Up-Scaling.Q3_K_S.gguf | 3 + ...-Llama-3.3-14B-Base-Up-Scaling.Q4_K_M.gguf | 3 + ...-Llama-3.3-14B-Base-Up-Scaling.Q4_K_S.gguf | 3 + ...-Llama-3.3-14B-Base-Up-Scaling.Q5_K_M.gguf | 3 + ...-Llama-3.3-14B-Base-Up-Scaling.Q5_K_S.gguf | 3 + ...-3-Llama-3.3-14B-Base-Up-Scaling.Q6_K.gguf | 3 + ...-3-Llama-3.3-14B-Base-Up-Scaling.Q8_0.gguf | 3 + README.md | 70 +++++++++++++++++++ 13 files changed, 149 insertions(+) create mode 100644 .gitattributes create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.IQ4_XS.gguf create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q2_K.gguf create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_L.gguf create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_M.gguf create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_S.gguf create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_M.gguf create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_S.gguf create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_M.gguf create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_S.gguf create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q6_K.gguf create mode 100644 Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d941862 --- /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 +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-3-Llama-3.3-14B-Base-Up-Scaling.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.IQ4_XS.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.IQ4_XS.gguf new file mode 100644 index 0000000..bb9f5fe --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bf6515a6923b7d35a36e2b99dcf6e4bee8349da359989e7622c6f92ed72870 +size 6616357344 diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q2_K.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q2_K.gguf new file mode 100644 index 0000000..791c699 --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f755fab2678e02eadbbea9a746e186dee7ce37895e1995aa6900a74e8b4045 +size 4636908000 diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_L.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_L.gguf new file mode 100644 index 0000000..3bae6fe --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bc16feffce3826509d1805792be7370436ae4eeca73f2b0334f9743b8473f2 +size 6393731552 diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_M.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_M.gguf new file mode 100644 index 0000000..09e172b --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ab5b7ade5677830353ceb1e115b4c9fbb5382006d58b52610c42b0efad8ef4 +size 5918726624 diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_S.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_S.gguf new file mode 100644 index 0000000..b28dfb8 --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea203fed578222db388783ec03b5da470609feea2ae8ffcefdabbba819b5a179 +size 5366454752 diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_M.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_M.gguf new file mode 100644 index 0000000..57cc2d4 --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d204125957a82b5c3c1493b6b677ac77d1655fd7309a635a6077e83cac68bfb +size 7291607520 diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_S.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_S.gguf new file mode 100644 index 0000000..1b5d292 --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f4e8e0c663a97b298ac496c43a9fd1a6b7950f132849e74eb4de2ba3ea8e13 +size 6932240864 diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_M.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_M.gguf new file mode 100644 index 0000000..2fc3a83 --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2356b614f6f0a00bbc758c7acd02621387ab8063da9c4901a14a07c68e69cb9 +size 8525257184 diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_S.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_S.gguf new file mode 100644 index 0000000..3b68589 --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d90de76679986e71f886b9d56f68581e3ed5053755f009609a45a379aa143c8 +size 8316361184 diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q6_K.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q6_K.gguf new file mode 100644 index 0000000..3748309 --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e864a86ce10eafaa53d15b0e3dfcd3bf9eaacb2045a378a8fb78228bbcaf689 +size 9836009952 diff --git a/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q8_0.gguf b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q8_0.gguf new file mode 100644 index 0000000..db463cc --- /dev/null +++ b/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977ff6421a2d3ed3a2aeb02cb310a339c1a125c728ce27a13a467f73c2c4f96b +size 12737157600 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a4303a --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: win10/Ministral-3-Llama-3.3-14B-Base-Up-Scaling +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +static quants of https://huggingface.co/win10/Ministral-3-Llama-3.3-14B-Base-Up-Scaling + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-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/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q2_K.gguf) | Q2_K | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_S.gguf) | Q3_K_S | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_M.gguf) | Q3_K_M | 6.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q3_K_L.gguf) | Q3_K_L | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.IQ4_XS.gguf) | IQ4_XS | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_S.gguf) | Q4_K_S | 7.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q4_K_M.gguf) | Q4_K_M | 7.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_S.gguf) | Q5_K_S | 8.4 | | +| [GGUF](https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q5_K_M.gguf) | Q5_K_M | 8.6 | | +| [GGUF](https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q6_K.gguf) | Q6_K | 9.9 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Ministral-3-Llama-3.3-14B-Base-Up-Scaling-GGUF/resolve/main/Ministral-3-Llama-3.3-14B-Base-Up-Scaling.Q8_0.gguf) | Q8_0 | 12.8 | fast, best quality | + +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. + +