From 01e743d66dbf21ac9c812a3ab2f95bbd6fbf2bc7 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 28 May 2026 02:10:15 +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/iSA-02-Nano-Llama-3.2-1B-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++ README.md | 83 ++++++++++++++++++++++++++++ iSA-02-Nano-Llama-3.2-1B.IQ4_XS.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.Q2_K.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.Q3_K_L.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.Q3_K_M.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.Q3_K_S.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.Q4_K_M.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.Q4_K_S.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.Q5_K_M.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.Q5_K_S.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.Q6_K.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.Q8_0.gguf | 3 + iSA-02-Nano-Llama-3.2-1B.f16.gguf | 3 + 14 files changed, 166 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 iSA-02-Nano-Llama-3.2-1B.IQ4_XS.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.Q2_K.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.Q3_K_L.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.Q3_K_M.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.Q3_K_S.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.Q4_K_M.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.Q4_K_S.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.Q5_K_M.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.Q5_K_S.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.Q6_K.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.Q8_0.gguf create mode 100644 iSA-02-Nano-Llama-3.2-1B.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d6e5420 --- /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 +iSA-02-Nano-Llama-3.2-1B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +iSA-02-Nano-Llama-3.2-1B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..165d11b --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +base_model: NeuraLakeAi/iSA-02-Nano-Llama-3.2-1B +language: +- en +- pt +library_name: transformers +license: apache-2.0 +model_creator: Celso H A Diniz +model_name: NeuraLakeAi/iSA-02-Nano-Llama-3.2-1B +quantized_by: mradermacher +tags: +- text-generation +- transformers +- facebook +- meta +- pytorch +- reasoning +- context-dynamic +- small-models +- synthetic-data +- function-calls +- open-source +- llama +- NeuraLake +- brazil +- 1B +--- +## About + + + + + + +static quants of https://huggingface.co/NeuraLakeAi/iSA-02-Nano-Llama-3.2-1B + + +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/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.Q2_K.gguf) | Q2_K | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.Q3_K_S.gguf) | Q3_K_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.Q3_K_M.gguf) | Q3_K_M | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.Q3_K_L.gguf) | Q3_K_L | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.IQ4_XS.gguf) | IQ4_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.Q4_K_S.gguf) | Q4_K_S | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.Q4_K_M.gguf) | Q4_K_M | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.Q5_K_S.gguf) | Q5_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.Q5_K_M.gguf) | Q5_K_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.Q6_K.gguf) | Q6_K | 1.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.Q8_0.gguf) | Q8_0 | 1.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/iSA-02-Nano-Llama-3.2-1B-GGUF/resolve/main/iSA-02-Nano-Llama-3.2-1B.f16.gguf) | f16 | 2.6 | 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/iSA-02-Nano-Llama-3.2-1B.IQ4_XS.gguf b/iSA-02-Nano-Llama-3.2-1B.IQ4_XS.gguf new file mode 100644 index 0000000..6d2634b --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744cb2625d500a86c5144c3bedaa5e782aacdabeacb0f62f4e5c14932f4d1468 +size 748385472 diff --git a/iSA-02-Nano-Llama-3.2-1B.Q2_K.gguf b/iSA-02-Nano-Llama-3.2-1B.Q2_K.gguf new file mode 100644 index 0000000..4ab5e26 --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9d0eefc69666d70bb5087a5b869e45c9a51088bf3cf8ce8b724518d301f293 +size 580875456 diff --git a/iSA-02-Nano-Llama-3.2-1B.Q3_K_L.gguf b/iSA-02-Nano-Llama-3.2-1B.Q3_K_L.gguf new file mode 100644 index 0000000..25c1cd6 --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be0afb871b9a31d684996c0e2f5771a6011506c3a9c2d760d31c6cb464c6a89 +size 732525760 diff --git a/iSA-02-Nano-Llama-3.2-1B.Q3_K_M.gguf b/iSA-02-Nano-Llama-3.2-1B.Q3_K_M.gguf new file mode 100644 index 0000000..265ffcc --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca0fc4665c4d75c12aab24db49428a0d091ca0ca8bf81d25bfc69fe51e0081e +size 690844864 diff --git a/iSA-02-Nano-Llama-3.2-1B.Q3_K_S.gguf b/iSA-02-Nano-Llama-3.2-1B.Q3_K_S.gguf new file mode 100644 index 0000000..fc118bc --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f56a028a255a61fd6d807f34700c7b3d78d75db32b6d89da105717f47a3659 +size 641692864 diff --git a/iSA-02-Nano-Llama-3.2-1B.Q4_K_M.gguf b/iSA-02-Nano-Llama-3.2-1B.Q4_K_M.gguf new file mode 100644 index 0000000..c6b2c1e --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4912eef9323932a55ceeae8de46f6a24db4bbb029c56a71e1474fa36989b0d +size 807695552 diff --git a/iSA-02-Nano-Llama-3.2-1B.Q4_K_S.gguf b/iSA-02-Nano-Llama-3.2-1B.Q4_K_S.gguf new file mode 100644 index 0000000..ac447a3 --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019a395ad4506252ec6dd7acf3810e61fbc08011d9d79e57822ef370a3f10a53 +size 775648448 diff --git a/iSA-02-Nano-Llama-3.2-1B.Q5_K_M.gguf b/iSA-02-Nano-Llama-3.2-1B.Q5_K_M.gguf new file mode 100644 index 0000000..a5001c1 --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff1f3bc37362064a43d9d4b7986d30a0be6e48d0383613233f0917ff559750d +size 911504576 diff --git a/iSA-02-Nano-Llama-3.2-1B.Q5_K_S.gguf b/iSA-02-Nano-Llama-3.2-1B.Q5_K_S.gguf new file mode 100644 index 0000000..e5eb5ae --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc8a7539fab66740659dd063fb27cff53221913d2b52a7632b19528272bdbc3 +size 892564672 diff --git a/iSA-02-Nano-Llama-3.2-1B.Q6_K.gguf b/iSA-02-Nano-Llama-3.2-1B.Q6_K.gguf new file mode 100644 index 0000000..3c4d3f1 --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec48180a4f0566f4f620b6cb359a4873c7a43188d874d359b7846d6e435274d3 +size 1021801664 diff --git a/iSA-02-Nano-Llama-3.2-1B.Q8_0.gguf b/iSA-02-Nano-Llama-3.2-1B.Q8_0.gguf new file mode 100644 index 0000000..67a42d2 --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e71b1dc469a10788ae21ac9055df84f6a60d10af8f03033f1146e805916558 +size 1321084096 diff --git a/iSA-02-Nano-Llama-3.2-1B.f16.gguf b/iSA-02-Nano-Llama-3.2-1B.f16.gguf new file mode 100644 index 0000000..71577d4 --- /dev/null +++ b/iSA-02-Nano-Llama-3.2-1B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9653e5aeca88202571f53c6d4687b87feeb565c8fdae5de4aa1f945deef8f878 +size 2479596736