From d94867ff8ceeda22c23b9056ee74373756be033a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 13 Jun 2026 14:56:20 +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-MoE-4Expert-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++ Llama-3.2-3B-MoE-4Expert.IQ4_XS.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.Q2_K.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.Q3_K_L.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.Q3_K_M.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.Q3_K_S.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.Q4_K_M.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.Q4_K_S.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.Q5_K_M.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.Q5_K_S.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.Q6_K.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.Q8_0.gguf | 3 ++ Llama-3.2-3B-MoE-4Expert.f16.gguf | 3 ++ README.md | 80 ++++++++++++++++++++++++++++ 14 files changed, 163 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.2-3B-MoE-4Expert.IQ4_XS.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.Q2_K.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.Q3_K_L.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.Q3_K_M.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.Q3_K_S.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.Q4_K_M.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.Q4_K_S.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.Q5_K_M.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.Q5_K_S.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.Q6_K.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.Q8_0.gguf create mode 100644 Llama-3.2-3B-MoE-4Expert.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..77b21e5 --- /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 +Llama-3.2-3B-MoE-4Expert.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.f16.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-MoE-4Expert.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.2-3B-MoE-4Expert.IQ4_XS.gguf b/Llama-3.2-3B-MoE-4Expert.IQ4_XS.gguf new file mode 100644 index 0000000..cade90e --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0908e95b6c4046ddafcc3c78e9f4e51b011c0b3964c402e02f3b4a28bda68ccd +size 5246751488 diff --git a/Llama-3.2-3B-MoE-4Expert.Q2_K.gguf b/Llama-3.2-3B-MoE-4Expert.Q2_K.gguf new file mode 100644 index 0000000..17e826f --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d6cbce541bd33ecbc64c968ca671aac6b94147cc2b28c02e71f6354cc45e80 +size 3660911360 diff --git a/Llama-3.2-3B-MoE-4Expert.Q3_K_L.gguf b/Llama-3.2-3B-MoE-4Expert.Q3_K_L.gguf new file mode 100644 index 0000000..12e8e25 --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2fe1a1cad78273e74eaa5f75b18fbee1e7c81a07357412e1c119024b967d11 +size 5086712576 diff --git a/Llama-3.2-3B-MoE-4Expert.Q3_K_M.gguf b/Llama-3.2-3B-MoE-4Expert.Q3_K_M.gguf new file mode 100644 index 0000000..a883337 --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e2ab7fb66139ccc60982925e8f95607f5e9c4995b8cdc524593ee9dc52bf3f +size 4703720192 diff --git a/Llama-3.2-3B-MoE-4Expert.Q3_K_S.gguf b/Llama-3.2-3B-MoE-4Expert.Q3_K_S.gguf new file mode 100644 index 0000000..07fbd08 --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c911f012aff824f71fae959e6bc15ec9ab1a1be5c52054f6020e59c6ae233bc7 +size 4269216512 diff --git a/Llama-3.2-3B-MoE-4Expert.Q4_K_M.gguf b/Llama-3.2-3B-MoE-4Expert.Q4_K_M.gguf new file mode 100644 index 0000000..c1e7ab1 --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98aa12f183c31e687cd2b1df8d2389cd17e2e7ea1366c2a653bc053866d7aa2 +size 5860512512 diff --git a/Llama-3.2-3B-MoE-4Expert.Q4_K_S.gguf b/Llama-3.2-3B-MoE-4Expert.Q4_K_S.gguf new file mode 100644 index 0000000..603eb2f --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da41745513ecef8b5a9f1285c53062f0699fe7d4e7d74cdc4bc7ec9f6669cda4 +size 5525148416 diff --git a/Llama-3.2-3B-MoE-4Expert.Q5_K_M.gguf b/Llama-3.2-3B-MoE-4Expert.Q5_K_M.gguf new file mode 100644 index 0000000..b2ce9d2 --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00d2923d3b2ef5a2a6194ad6ead00ce5efa88fef534bf41eed3c3135aecef62 +size 6823891712 diff --git a/Llama-3.2-3B-MoE-4Expert.Q5_K_S.gguf b/Llama-3.2-3B-MoE-4Expert.Q5_K_S.gguf new file mode 100644 index 0000000..d599931 --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1930d4b8209716c178965e329a6c94c33686430f3ddd847865c0bc97dda330 +size 6630871808 diff --git a/Llama-3.2-3B-MoE-4Expert.Q6_K.gguf b/Llama-3.2-3B-MoE-4Expert.Q6_K.gguf new file mode 100644 index 0000000..dafd017 --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57dc79817255327d0ba87666712bc02b244376464ac4a811848e5336740dcaf +size 7847482112 diff --git a/Llama-3.2-3B-MoE-4Expert.Q8_0.gguf b/Llama-3.2-3B-MoE-4Expert.Q8_0.gguf new file mode 100644 index 0000000..ebdded3 --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb67b51291dc5453c4d1e9def3e843b6544d29abdadd9fffd01ee0ffcbb7767 +size 10161429248 diff --git a/Llama-3.2-3B-MoE-4Expert.f16.gguf b/Llama-3.2-3B-MoE-4Expert.f16.gguf new file mode 100644 index 0000000..e40e0c2 --- /dev/null +++ b/Llama-3.2-3B-MoE-4Expert.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe1e4bcf21ccb3ab6a7a2b38a843b3bb211b4ed4a19620560e386574ae34745 +size 19118643968 diff --git a/README.md b/README.md new file mode 100644 index 0000000..67bed32 --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: Fu01978/Llama-3.2-3B-MoE-4Expert +language: +- en +library_name: transformers +license: llama3.2 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- merge +- moe +- mixture-of-experts +- llama-3.2 +- code +- math +- creative-writing +--- +## About + + + + + + + + + +static quants of https://huggingface.co/Fu01978/Llama-3.2-3B-MoE-4Expert + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama-3.2-3B-MoE-4Expert-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-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-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.Q2_K.gguf) | Q2_K | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.Q3_K_S.gguf) | Q3_K_S | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.Q3_K_M.gguf) | Q3_K_M | 4.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.Q3_K_L.gguf) | Q3_K_L | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.IQ4_XS.gguf) | IQ4_XS | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.Q4_K_S.gguf) | Q4_K_S | 5.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.Q4_K_M.gguf) | Q4_K_M | 6.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.Q5_K_S.gguf) | Q5_K_S | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.Q5_K_M.gguf) | Q5_K_M | 6.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.Q6_K.gguf) | Q6_K | 7.9 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.Q8_0.gguf) | Q8_0 | 10.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-MoE-4Expert-GGUF/resolve/main/Llama-3.2-3B-MoE-4Expert.f16.gguf) | f16 | 19.2 | 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. + +