From b79e700d49d9bff122e22b25bf34310a73e86177 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 13 Jun 2026 18:38:18 +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.2-3B-SmartBoi-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++++ Llama-3.2-3B-SmartBoi.IQ3_M.gguf | 3 ++ Llama-3.2-3B-SmartBoi.IQ3_S.gguf | 3 ++ Llama-3.2-3B-SmartBoi.IQ3_XS.gguf | 3 ++ Llama-3.2-3B-SmartBoi.IQ4_XS.gguf | 3 ++ Llama-3.2-3B-SmartBoi.Q2_K.gguf | 3 ++ Llama-3.2-3B-SmartBoi.Q3_K_L.gguf | 3 ++ Llama-3.2-3B-SmartBoi.Q3_K_M.gguf | 3 ++ Llama-3.2-3B-SmartBoi.Q3_K_S.gguf | 3 ++ Llama-3.2-3B-SmartBoi.Q4_K_M.gguf | 3 ++ Llama-3.2-3B-SmartBoi.Q4_K_S.gguf | 3 ++ Llama-3.2-3B-SmartBoi.Q5_K_M.gguf | 3 ++ Llama-3.2-3B-SmartBoi.Q5_K_S.gguf | 3 ++ Llama-3.2-3B-SmartBoi.Q6_K.gguf | 3 ++ Llama-3.2-3B-SmartBoi.Q8_0.gguf | 3 ++ Llama-3.2-3B-SmartBoi.f16.gguf | 3 ++ README.md | 72 +++++++++++++++++++++++++++++++ 17 files changed, 167 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.2-3B-SmartBoi.IQ3_M.gguf create mode 100644 Llama-3.2-3B-SmartBoi.IQ3_S.gguf create mode 100644 Llama-3.2-3B-SmartBoi.IQ3_XS.gguf create mode 100644 Llama-3.2-3B-SmartBoi.IQ4_XS.gguf create mode 100644 Llama-3.2-3B-SmartBoi.Q2_K.gguf create mode 100644 Llama-3.2-3B-SmartBoi.Q3_K_L.gguf create mode 100644 Llama-3.2-3B-SmartBoi.Q3_K_M.gguf create mode 100644 Llama-3.2-3B-SmartBoi.Q3_K_S.gguf create mode 100644 Llama-3.2-3B-SmartBoi.Q4_K_M.gguf create mode 100644 Llama-3.2-3B-SmartBoi.Q4_K_S.gguf create mode 100644 Llama-3.2-3B-SmartBoi.Q5_K_M.gguf create mode 100644 Llama-3.2-3B-SmartBoi.Q5_K_S.gguf create mode 100644 Llama-3.2-3B-SmartBoi.Q6_K.gguf create mode 100644 Llama-3.2-3B-SmartBoi.Q8_0.gguf create mode 100644 Llama-3.2-3B-SmartBoi.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..64ec9af --- /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.2-3B-SmartBoi.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.f16.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-SmartBoi.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.2-3B-SmartBoi.IQ3_M.gguf b/Llama-3.2-3B-SmartBoi.IQ3_M.gguf new file mode 100644 index 0000000..7d37b83 --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f56119c632d288529e98c5ed31aff0941f3f72f3a80ae37c4d3425b0d180d9 +size 1599669152 diff --git a/Llama-3.2-3B-SmartBoi.IQ3_S.gguf b/Llama-3.2-3B-SmartBoi.IQ3_S.gguf new file mode 100644 index 0000000..75cdf13 --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95fc86b20d94e4ac1c6c3d254bd28e9d3d4717b71fe4db1313a73c1d58fe283 +size 1542849440 diff --git a/Llama-3.2-3B-SmartBoi.IQ3_XS.gguf b/Llama-3.2-3B-SmartBoi.IQ3_XS.gguf new file mode 100644 index 0000000..1f4ce1f --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c406e82c5b7828857d0d658431ece7deee8fd2cbff070e386c92363dbbde1510 +size 1476789152 diff --git a/Llama-3.2-3B-SmartBoi.IQ4_XS.gguf b/Llama-3.2-3B-SmartBoi.IQ4_XS.gguf new file mode 100644 index 0000000..8d9be57 --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67646d5a090e0c43ba2a37c496451671bb5d1ae5d7a15fd6a6c40c62d35d3fc0 +size 1840907168 diff --git a/Llama-3.2-3B-SmartBoi.Q2_K.gguf b/Llama-3.2-3B-SmartBoi.Q2_K.gguf new file mode 100644 index 0000000..79a5fb6 --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df756883f8044783d2affe344934ddd1d292f6ff25156b0b76053ed1ec6c587e +size 1363936160 diff --git a/Llama-3.2-3B-SmartBoi.Q3_K_L.gguf b/Llama-3.2-3B-SmartBoi.Q3_K_L.gguf new file mode 100644 index 0000000..2bbae5e --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaad98546960edba056885ef41fe4f318d22afc42d3e15c989b0f3155198a7f +size 1815348128 diff --git a/Llama-3.2-3B-SmartBoi.Q3_K_M.gguf b/Llama-3.2-3B-SmartBoi.Q3_K_M.gguf new file mode 100644 index 0000000..a04839a --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62899a9652f7a31a407d2c77468913c4689c6683c24809f65dead32d4fb8bf7f +size 1687159712 diff --git a/Llama-3.2-3B-SmartBoi.Q3_K_S.gguf b/Llama-3.2-3B-SmartBoi.Q3_K_S.gguf new file mode 100644 index 0000000..527618d --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b82a10d79082bc68b4f66bd6f64f2254489a43153b308f60e56993d2cf7581 +size 1542849440 diff --git a/Llama-3.2-3B-SmartBoi.Q4_K_M.gguf b/Llama-3.2-3B-SmartBoi.Q4_K_M.gguf new file mode 100644 index 0000000..913de69 --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986cb8243243c883def9a9e23589484b91be6d608d8dc804b13bf300a404f710 +size 2019378080 diff --git a/Llama-3.2-3B-SmartBoi.Q4_K_S.gguf b/Llama-3.2-3B-SmartBoi.Q4_K_S.gguf new file mode 100644 index 0000000..083afcf --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cc8cbb5a1a95fbd78062cc0ac65e29f6fae87e6f3b173f350577d74a68e122 +size 1928201120 diff --git a/Llama-3.2-3B-SmartBoi.Q5_K_M.gguf b/Llama-3.2-3B-SmartBoi.Q5_K_M.gguf new file mode 100644 index 0000000..4755ff9 --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1b511f0083dd79943027150ff09180f6a113fb15e8f693cf631e2d70a4b328 +size 2322154400 diff --git a/Llama-3.2-3B-SmartBoi.Q5_K_S.gguf b/Llama-3.2-3B-SmartBoi.Q5_K_S.gguf new file mode 100644 index 0000000..35413e9 --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cce47bd57ebb59692083939fb9f0d659d6fa2be4e880062e40f8930d7d8184 +size 2269512608 diff --git a/Llama-3.2-3B-SmartBoi.Q6_K.gguf b/Llama-3.2-3B-SmartBoi.Q6_K.gguf new file mode 100644 index 0000000..6e1c36c --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36586dd87a1c57b89075cb3330cb6aa0fdb5696f0ac31ccdcc8b2b3cafd4fa7 +size 2643854240 diff --git a/Llama-3.2-3B-SmartBoi.Q8_0.gguf b/Llama-3.2-3B-SmartBoi.Q8_0.gguf new file mode 100644 index 0000000..867f72a --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510389663ebef85662961bf79faa0ef8c954aae3eaac7d27f9e7427f1847029a +size 3421899680 diff --git a/Llama-3.2-3B-SmartBoi.f16.gguf b/Llama-3.2-3B-SmartBoi.f16.gguf new file mode 100644 index 0000000..3cc32e1 --- /dev/null +++ b/Llama-3.2-3B-SmartBoi.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e44497dd2ad6a0fd099a3e68e5a2dc852af6740bfd2309f01e68dc1e30d147d +size 6433688480 diff --git a/README.md b/README.md new file mode 100644 index 0000000..38f4b24 --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +--- +base_model: Aculi/Llama-3.2-3B-SmartBoi +datasets: +- Fischerboot/small-boi-thinkin +language: +- en +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/Aculi/Llama-3.2-3B-SmartBoi + + +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.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.IQ3_XS.gguf) | IQ3_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.IQ3_S.gguf) | IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.IQ3_M.gguf) | IQ3_M | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-SmartBoi-GGUF/resolve/main/Llama-3.2-3B-SmartBoi.f16.gguf) | f16 | 6.5 | 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. + +