From 62c218a3cc89a4cdd5e74700acb76e864c7b506b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 17 Aug 2026 22:57:19 +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/Llama-3.1-Mini-Instruct-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++ Llama-3.1-Mini-Instruct.IQ3_M.gguf | 3 ++ Llama-3.1-Mini-Instruct.IQ3_S.gguf | 3 ++ Llama-3.1-Mini-Instruct.IQ3_XS.gguf | 3 ++ Llama-3.1-Mini-Instruct.IQ4_XS.gguf | 3 ++ Llama-3.1-Mini-Instruct.Q2_K.gguf | 3 ++ Llama-3.1-Mini-Instruct.Q3_K_L.gguf | 3 ++ Llama-3.1-Mini-Instruct.Q3_K_M.gguf | 3 ++ Llama-3.1-Mini-Instruct.Q3_K_S.gguf | 3 ++ Llama-3.1-Mini-Instruct.Q4_K_M.gguf | 3 ++ Llama-3.1-Mini-Instruct.Q4_K_S.gguf | 3 ++ Llama-3.1-Mini-Instruct.Q5_K_M.gguf | 3 ++ Llama-3.1-Mini-Instruct.Q5_K_S.gguf | 3 ++ Llama-3.1-Mini-Instruct.Q6_K.gguf | 3 ++ Llama-3.1-Mini-Instruct.Q8_0.gguf | 3 ++ Llama-3.1-Mini-Instruct.f16.gguf | 3 ++ README.md | 74 +++++++++++++++++++++++++++++ 17 files changed, 169 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.1-Mini-Instruct.IQ3_M.gguf create mode 100644 Llama-3.1-Mini-Instruct.IQ3_S.gguf create mode 100644 Llama-3.1-Mini-Instruct.IQ3_XS.gguf create mode 100644 Llama-3.1-Mini-Instruct.IQ4_XS.gguf create mode 100644 Llama-3.1-Mini-Instruct.Q2_K.gguf create mode 100644 Llama-3.1-Mini-Instruct.Q3_K_L.gguf create mode 100644 Llama-3.1-Mini-Instruct.Q3_K_M.gguf create mode 100644 Llama-3.1-Mini-Instruct.Q3_K_S.gguf create mode 100644 Llama-3.1-Mini-Instruct.Q4_K_M.gguf create mode 100644 Llama-3.1-Mini-Instruct.Q4_K_S.gguf create mode 100644 Llama-3.1-Mini-Instruct.Q5_K_M.gguf create mode 100644 Llama-3.1-Mini-Instruct.Q5_K_S.gguf create mode 100644 Llama-3.1-Mini-Instruct.Q6_K.gguf create mode 100644 Llama-3.1-Mini-Instruct.Q8_0.gguf create mode 100644 Llama-3.1-Mini-Instruct.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7cf2e49 --- /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 +Llama-3.1-Mini-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.1-Mini-Instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.1-Mini-Instruct.IQ3_M.gguf b/Llama-3.1-Mini-Instruct.IQ3_M.gguf new file mode 100644 index 0000000..4787a37 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1c0aee8aa56f8eaa38e65cd299bcd137236f53e4777818a4ccedbceb3421e0 +size 1541121568 diff --git a/Llama-3.1-Mini-Instruct.IQ3_S.gguf b/Llama-3.1-Mini-Instruct.IQ3_S.gguf new file mode 100644 index 0000000..9d99494 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e14a900a315fbba707d0fb93fd70ceed96375591729be9604aa84490441db0 +size 1513268768 diff --git a/Llama-3.1-Mini-Instruct.IQ3_XS.gguf b/Llama-3.1-Mini-Instruct.IQ3_XS.gguf new file mode 100644 index 0000000..d0eb4d3 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70f67b243801bbda6933b49f8fa1b294c7fb3e37d5a94c53bf2bf19eba32604 +size 1471391264 diff --git a/Llama-3.1-Mini-Instruct.IQ4_XS.gguf b/Llama-3.1-Mini-Instruct.IQ4_XS.gguf new file mode 100644 index 0000000..27d6498 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b573f84c6bd01610cc976cbf0b80369635499e4ab229951179973b6795ffbe7 +size 1776043552 diff --git a/Llama-3.1-Mini-Instruct.Q2_K.gguf b/Llama-3.1-Mini-Instruct.Q2_K.gguf new file mode 100644 index 0000000..8c7c5f4 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ffd5074a0b9f1d92575cd777386ddd1d93ab3b9c9f0afda4c5cfb633699109 +size 1333397024 diff --git a/Llama-3.1-Mini-Instruct.Q3_K_L.gguf b/Llama-3.1-Mini-Instruct.Q3_K_L.gguf new file mode 100644 index 0000000..878c794 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5a9cf926935ec68d534552d38863443d4ce814869062ceb604e00ab73bde27 +size 1693165088 diff --git a/Llama-3.1-Mini-Instruct.Q3_K_M.gguf b/Llama-3.1-Mini-Instruct.Q3_K_M.gguf new file mode 100644 index 0000000..0e49be9 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e41d5e533b62437e8a6969a5bb24a2d94e98e52617f898bc2bf116bf301e1ec +size 1604560416 diff --git a/Llama-3.1-Mini-Instruct.Q3_K_S.gguf b/Llama-3.1-Mini-Instruct.Q3_K_S.gguf new file mode 100644 index 0000000..df73d94 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869317cfb3438e449e24ec01693a2cb3e1a592862683a95d443214c5250044d4 +size 1508255264 diff --git a/Llama-3.1-Mini-Instruct.Q4_K_M.gguf b/Llama-3.1-Mini-Instruct.Q4_K_M.gguf new file mode 100644 index 0000000..b09a5cc --- /dev/null +++ b/Llama-3.1-Mini-Instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd43d18a658788c70c4e872ec9a28dc0d0bca0b7ddf9f9030b4d76d954ae90f +size 1919829536 diff --git a/Llama-3.1-Mini-Instruct.Q4_K_S.gguf b/Llama-3.1-Mini-Instruct.Q4_K_S.gguf new file mode 100644 index 0000000..dbe4793 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86f6056c0128d21a94f414de8c7d6f725513e08124b672709db5072685fac77 +size 1848165920 diff --git a/Llama-3.1-Mini-Instruct.Q5_K_M.gguf b/Llama-3.1-Mini-Instruct.Q5_K_M.gguf new file mode 100644 index 0000000..9b27325 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b93030be4c013eace07ebf435b61b2855915a68555f82686eaf8e64d1b4a8ca +size 2191541792 diff --git a/Llama-3.1-Mini-Instruct.Q5_K_S.gguf b/Llama-3.1-Mini-Instruct.Q5_K_S.gguf new file mode 100644 index 0000000..85ca718 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14bc5940e38b34019bc9197746dcde05ef437844cd3119106c3eccc8fadefca +size 2149762592 diff --git a/Llama-3.1-Mini-Instruct.Q6_K.gguf b/Llama-3.1-Mini-Instruct.Q6_K.gguf new file mode 100644 index 0000000..ef4db41 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ba2edca8018a436a510bb95f13ee5a827026eb8165b176ef3e3bdf87471212 +size 2480236064 diff --git a/Llama-3.1-Mini-Instruct.Q8_0.gguf b/Llama-3.1-Mini-Instruct.Q8_0.gguf new file mode 100644 index 0000000..8644652 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ea5a534aa071645fdf86e702e776151bd5f2c417dd5988288ff36f34657967 +size 3210094112 diff --git a/Llama-3.1-Mini-Instruct.f16.gguf b/Llama-3.1-Mini-Instruct.f16.gguf new file mode 100644 index 0000000..0d2b857 --- /dev/null +++ b/Llama-3.1-Mini-Instruct.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fbc057e5554de7aac39962dc1367d061af3655b2f027b2e6326516f65d586e +size 6035351072 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ac0cfc --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +--- +base_model: QuietImpostor/Llama-3.1-Mini-Instruct +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +- sft +--- +## About + + + + + + +static quants of https://huggingface.co/QuietImpostor/Llama-3.1-Mini-Instruct + + +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/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.Q2_K.gguf) | Q2_K | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.IQ3_XS.gguf) | IQ3_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.IQ3_S.gguf) | IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.IQ3_M.gguf) | IQ3_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.Q3_K_M.gguf) | Q3_K_M | 1.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.Q3_K_L.gguf) | Q3_K_L | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.Q4_K_S.gguf) | Q4_K_S | 1.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.Q4_K_M.gguf) | Q4_K_M | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.Q5_K_S.gguf) | Q5_K_S | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.Q5_K_M.gguf) | Q5_K_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.Q6_K.gguf) | Q6_K | 2.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.Q8_0.gguf) | Q8_0 | 3.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.1-Mini-Instruct-GGUF/resolve/main/Llama-3.1-Mini-Instruct.f16.gguf) | f16 | 6.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. + +