From 465ab754bb247df711f90f10028cd08fcf1c4b30 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 16 Jul 2026 13:36:09 +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/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++ ...-Llama-3.2-3B-Instruct-DAPO14k.IQ4_XS.gguf | 3 + ...ng-Llama-3.2-3B-Instruct-DAPO14k.Q2_K.gguf | 3 + ...-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_L.gguf | 3 + ...-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_M.gguf | 3 + ...-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_S.gguf | 3 + ...-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_M.gguf | 3 + ...-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_S.gguf | 3 + ...-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_M.gguf | 3 + ...-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_S.gguf | 3 + ...ng-Llama-3.2-3B-Instruct-DAPO14k.Q6_K.gguf | 3 + ...ng-Llama-3.2-3B-Instruct-DAPO14k.Q8_0.gguf | 3 + ...ing-Llama-3.2-3B-Instruct-DAPO14k.f16.gguf | 3 + README.md | 76 +++++++++++++++++++ 14 files changed, 159 insertions(+) create mode 100644 .gitattributes create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.IQ4_XS.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q2_K.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_L.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_M.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_S.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_M.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_S.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_M.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_S.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q6_K.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q8_0.gguf create mode 100644 Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ae01a5d --- /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 +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.IQ4_XS.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.IQ4_XS.gguf new file mode 100644 index 0000000..8be89b6 --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a4cb1502c819f810b0dc817f55e3d935a67f84c0761af79be5584a04074e36 +size 2050220800 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q2_K.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q2_K.gguf new file mode 100644 index 0000000..1f9db37 --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c5d2838301537b8245a48e984a7734a84246b2ef6adbd0c5bd03ea320c0602 +size 1493218048 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_L.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_L.gguf new file mode 100644 index 0000000..b06e707 --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ccddb5ba2f0177de05c6a86595c07afe54d87a8df92928cc4c4c7fa6b8a572 +size 1984645888 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_M.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_M.gguf new file mode 100644 index 0000000..e1f798f --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406752d7220a36fe779c28ef721b7ac63686a20352c405238bf329cf38801943 +size 1856457472 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_S.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_S.gguf new file mode 100644 index 0000000..4e39201 --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9649f34b7bab3270c1864414a0307973560aa4b5f690d84601ec039d8e5a0581 +size 1712147200 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_M.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_M.gguf new file mode 100644 index 0000000..4ef0a62 --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4971902b58939167ab83a0d50bdd2de500e1bd7c6701cac63a42b89bdb7cae7 +size 2241004288 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_S.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_S.gguf new file mode 100644 index 0000000..d38d9a6 --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff00fd9ce1f803453b8e0fab36a889431ac65a2656ae5d31b34b5f34b4ca9f4 +size 2149827328 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_M.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_M.gguf new file mode 100644 index 0000000..bcddb7b --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6cb736a87fc9ba1c8953bc91faa22c95e0bd2c02bc3fb2085ff14682f1e864 +size 2593030912 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_S.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_S.gguf new file mode 100644 index 0000000..47f5b5b --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e67bbd162b58cdf78160826d1a696d6aa982e36306d173491c4a3549f65c5b9 +size 2540389120 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q6_K.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q6_K.gguf new file mode 100644 index 0000000..c8c72bb --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f49a7d631164a5229ce250d44aca50e6f92aa7f44c6f2cc333f8a72bf627b39 +size 2967059200 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q8_0.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q8_0.gguf new file mode 100644 index 0000000..ebfeab6 --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f478d133006e6700c24980f9cbe3c3f4da7d0e13af3a0239f23151bee224e006 +size 3840527104 diff --git a/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.f16.gguf b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.f16.gguf new file mode 100644 index 0000000..1b971dc --- /dev/null +++ b/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39210181dad3a8de6e09121039600b512b5dc08a302e614bdbb2186404da8db0 +size 7221693184 diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c8c712 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: TMLR-Group-HF/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k +language: +- en +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- llama +- fine-tuned +- mathematical-reasoning +--- +## About + + + + + + + + + +static quants of https://huggingface.co/TMLR-Group-HF/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF).*** + +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/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q2_K.gguf) | Q2_K | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_S.gguf) | Q3_K_S | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_M.gguf) | Q3_K_M | 2.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q3_K_L.gguf) | Q3_K_L | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.IQ4_XS.gguf) | IQ4_XS | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_S.gguf) | Q4_K_S | 2.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q4_K_M.gguf) | Q4_K_M | 2.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_S.gguf) | Q5_K_S | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q5_K_M.gguf) | Q5_K_M | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q6_K.gguf) | Q6_K | 3.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.Q8_0.gguf) | Q8_0 | 3.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k-GGUF/resolve/main/Majority-Voting-Llama-3.2-3B-Instruct-DAPO14k.f16.gguf) | f16 | 7.3 | 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. + +