From 9d5cf12846b5374796b95df7b5bf5b252fd58efc Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 22 Apr 2026 07:13:00 +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-SUN-1B-chat-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++++++++++++++ Llama-3.2-SUN-1B-chat.IQ4_XS.gguf | 3 ++ Llama-3.2-SUN-1B-chat.Q2_K.gguf | 3 ++ Llama-3.2-SUN-1B-chat.Q3_K_L.gguf | 3 ++ Llama-3.2-SUN-1B-chat.Q3_K_M.gguf | 3 ++ Llama-3.2-SUN-1B-chat.Q3_K_S.gguf | 3 ++ Llama-3.2-SUN-1B-chat.Q4_K_M.gguf | 3 ++ Llama-3.2-SUN-1B-chat.Q4_K_S.gguf | 3 ++ Llama-3.2-SUN-1B-chat.Q5_K_M.gguf | 3 ++ Llama-3.2-SUN-1B-chat.Q5_K_S.gguf | 3 ++ Llama-3.2-SUN-1B-chat.Q6_K.gguf | 3 ++ Llama-3.2-SUN-1B-chat.Q8_0.gguf | 3 ++ README.md | 71 +++++++++++++++++++++++++++++++ 13 files changed, 150 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.2-SUN-1B-chat.IQ4_XS.gguf create mode 100644 Llama-3.2-SUN-1B-chat.Q2_K.gguf create mode 100644 Llama-3.2-SUN-1B-chat.Q3_K_L.gguf create mode 100644 Llama-3.2-SUN-1B-chat.Q3_K_M.gguf create mode 100644 Llama-3.2-SUN-1B-chat.Q3_K_S.gguf create mode 100644 Llama-3.2-SUN-1B-chat.Q4_K_M.gguf create mode 100644 Llama-3.2-SUN-1B-chat.Q4_K_S.gguf create mode 100644 Llama-3.2-SUN-1B-chat.Q5_K_M.gguf create mode 100644 Llama-3.2-SUN-1B-chat.Q5_K_S.gguf create mode 100644 Llama-3.2-SUN-1B-chat.Q6_K.gguf create mode 100644 Llama-3.2-SUN-1B-chat.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..01337fc --- /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 +Llama-3.2-SUN-1B-chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.2-SUN-1B-chat.IQ4_XS.gguf b/Llama-3.2-SUN-1B-chat.IQ4_XS.gguf new file mode 100644 index 0000000..96f7488 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1839f94cb4c228f4cff812126550ea3a6c6eb2bd0441280be8ae8c68008d9acb +size 887927712 diff --git a/Llama-3.2-SUN-1B-chat.Q2_K.gguf b/Llama-3.2-SUN-1B-chat.Q2_K.gguf new file mode 100644 index 0000000..3252821 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9c8d92877db5583fbc55763c2946017eb29409b3a825a00d626fc7e219b50c +size 667063200 diff --git a/Llama-3.2-SUN-1B-chat.Q3_K_L.gguf b/Llama-3.2-SUN-1B-chat.Q3_K_L.gguf new file mode 100644 index 0000000..c2a8af1 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b383f2e98aad5421e76148991f473441c6655815b4b6cbf744f254af4c90d8b +size 845390752 diff --git a/Llama-3.2-SUN-1B-chat.Q3_K_M.gguf b/Llama-3.2-SUN-1B-chat.Q3_K_M.gguf new file mode 100644 index 0000000..6ff00a3 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b616502ad434d2bf012960cdf6648115a561d87249c9a0606bd8a86792910b20 +size 803709856 diff --git a/Llama-3.2-SUN-1B-chat.Q3_K_S.gguf b/Llama-3.2-SUN-1B-chat.Q3_K_S.gguf new file mode 100644 index 0000000..a582611 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4040be53a8af38925dbea92a240ea8da6ddd8b960ee4668cc9d3f98f7df6f0d +size 754557856 diff --git a/Llama-3.2-SUN-1B-chat.Q4_K_M.gguf b/Llama-3.2-SUN-1B-chat.Q4_K_M.gguf new file mode 100644 index 0000000..9802d63 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1b42f1b49695e64c595f6413ef13f2b7c07d2289c10349cd8c9429ee3489ad +size 955446176 diff --git a/Llama-3.2-SUN-1B-chat.Q4_K_S.gguf b/Llama-3.2-SUN-1B-chat.Q4_K_S.gguf new file mode 100644 index 0000000..6abbdf5 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fecaf3b50e43e2648c3279779d618287c00a63af0064f5039c3d3fc3629acd +size 923399072 diff --git a/Llama-3.2-SUN-1B-chat.Q5_K_M.gguf b/Llama-3.2-SUN-1B-chat.Q5_K_M.gguf new file mode 100644 index 0000000..ff030c1 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d3e470c40914ecf4c4eec82ebcb3529c7de75cfec0086602293aa8550b3177 +size 1092088736 diff --git a/Llama-3.2-SUN-1B-chat.Q5_K_S.gguf b/Llama-3.2-SUN-1B-chat.Q5_K_S.gguf new file mode 100644 index 0000000..786e7c5 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297faceccf200d286f48574f15cb0e824a59a4a9bf0ef0d26bd9b8a484dee3b7 +size 1073148832 diff --git a/Llama-3.2-SUN-1B-chat.Q6_K.gguf b/Llama-3.2-SUN-1B-chat.Q6_K.gguf new file mode 100644 index 0000000..429fbbc --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2639ac5e300ef12fc3ef909c14ef3bd7e50317439bf677a0335a68f7d18d30bf +size 1237271456 diff --git a/Llama-3.2-SUN-1B-chat.Q8_0.gguf b/Llama-3.2-SUN-1B-chat.Q8_0.gguf new file mode 100644 index 0000000..1a671e5 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb5f90746cdeea55a2d4d0fec880aa95849030bdeac99ec7dc1d740e2839c1d +size 1600168864 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c713094 --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +--- +base_model: meditsolutions/Llama-3.2-SUN-1B-chat +datasets: +- argilla/OpenHermesPreferences +- argilla/magpie-ultra-v0.1 +- argilla/Capybara-Preferences-Filtered +- mlabonne/open-perfectblend +- HuggingFaceTB/everyday-conversations-llama3.1-2k +- WizardLMTeam/WizardLM_evol_instruct_V2_196k +- ProlificAI/social-reasoning-rlhf +language: +- en +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/meditsolutions/Llama-3.2-SUN-1B-chat + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-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/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.Q2_K.gguf) | Q2_K | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.Q3_K_S.gguf) | Q3_K_S | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.Q3_K_M.gguf) | Q3_K_M | 0.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.Q3_K_L.gguf) | Q3_K_L | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.IQ4_XS.gguf) | IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.Q4_K_S.gguf) | Q4_K_S | 1.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.Q4_K_M.gguf) | Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.Q5_K_S.gguf) | Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.Q5_K_M.gguf) | Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.Q6_K.gguf) | Q6_K | 1.3 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.Q8_0.gguf) | Q8_0 | 1.7 | 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. + +