From 766691b254f428b78270a01dfb5f9776df9df1ea Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 13 Jun 2026 18:42: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/Llama3.2-1B-Grpo-Exp-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++ Llama3.2-1B-Grpo-Exp.IQ4_XS.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.Q2_K.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.Q3_K_L.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.Q3_K_M.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.Q3_K_S.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.Q4_K_M.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.Q4_K_S.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.Q5_K_M.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.Q5_K_S.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.Q6_K.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.Q8_0.gguf | 3 ++ Llama3.2-1B-Grpo-Exp.f16.gguf | 3 ++ README.md | 71 ++++++++++++++++++++++++++++++++ 14 files changed, 154 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama3.2-1B-Grpo-Exp.IQ4_XS.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.Q2_K.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.Q3_K_L.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.Q3_K_M.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.Q3_K_S.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.Q4_K_M.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.Q4_K_S.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.Q5_K_M.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.Q5_K_S.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.Q6_K.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.Q8_0.gguf create mode 100644 Llama3.2-1B-Grpo-Exp.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9ba7ce1 --- /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 +Llama3.2-1B-Grpo-Exp.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-1B-Grpo-Exp.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama3.2-1B-Grpo-Exp.IQ4_XS.gguf b/Llama3.2-1B-Grpo-Exp.IQ4_XS.gguf new file mode 100644 index 0000000..8211444 --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c140b5c6ad8cd0a8cf76fabef680fe6f2c67d6d520c2bd3b271c6b8aa7fab4a3 +size 748384544 diff --git a/Llama3.2-1B-Grpo-Exp.Q2_K.gguf b/Llama3.2-1B-Grpo-Exp.Q2_K.gguf new file mode 100644 index 0000000..97d2c5f --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a630a22aa1ff62bc50886338e05c40303f9cc89b833aeabc3b6c9afeed6c01 +size 580874528 diff --git a/Llama3.2-1B-Grpo-Exp.Q3_K_L.gguf b/Llama3.2-1B-Grpo-Exp.Q3_K_L.gguf new file mode 100644 index 0000000..605945e --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c566ace54e71f55831ce0764854f7f1cdbf00e4ef8f1af3d9739db0e67d751 +size 732524832 diff --git a/Llama3.2-1B-Grpo-Exp.Q3_K_M.gguf b/Llama3.2-1B-Grpo-Exp.Q3_K_M.gguf new file mode 100644 index 0000000..39c4b45 --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48679d15369aa7b02456de1fd4497171a0b71bf685a250b78d0a1a24845fcd2e +size 690843936 diff --git a/Llama3.2-1B-Grpo-Exp.Q3_K_S.gguf b/Llama3.2-1B-Grpo-Exp.Q3_K_S.gguf new file mode 100644 index 0000000..1c8ffa7 --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f356c38b79245d320d693779739ed75a2586215251e8546ed13e07805f4cf47 +size 641691936 diff --git a/Llama3.2-1B-Grpo-Exp.Q4_K_M.gguf b/Llama3.2-1B-Grpo-Exp.Q4_K_M.gguf new file mode 100644 index 0000000..68dfdf2 --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943986e4ac2c3c174f3dbfba3b3e5c22941ab3f98de0b9c3a96fd1cb86daa0c7 +size 807694624 diff --git a/Llama3.2-1B-Grpo-Exp.Q4_K_S.gguf b/Llama3.2-1B-Grpo-Exp.Q4_K_S.gguf new file mode 100644 index 0000000..a48e8a9 --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6992c066c2f9f9b27c9b6fdf95b4c38d397fc91fe705286898fffd6197d432 +size 775647520 diff --git a/Llama3.2-1B-Grpo-Exp.Q5_K_M.gguf b/Llama3.2-1B-Grpo-Exp.Q5_K_M.gguf new file mode 100644 index 0000000..4a25bc2 --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4783148fee80f8f1cebde924c04d086f99cba6c30014dbb325ae2c7cb61c2946 +size 911503648 diff --git a/Llama3.2-1B-Grpo-Exp.Q5_K_S.gguf b/Llama3.2-1B-Grpo-Exp.Q5_K_S.gguf new file mode 100644 index 0000000..8e0ce96 --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48be59ed584804e5300092444879a7df9cae93597ec3efab6096397e0b1e3789 +size 892563744 diff --git a/Llama3.2-1B-Grpo-Exp.Q6_K.gguf b/Llama3.2-1B-Grpo-Exp.Q6_K.gguf new file mode 100644 index 0000000..6bd4639 --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1c18717cda3195b74ce56d8a91001c30b78501c1e449c9b7b0789e05b79ca1 +size 1021800736 diff --git a/Llama3.2-1B-Grpo-Exp.Q8_0.gguf b/Llama3.2-1B-Grpo-Exp.Q8_0.gguf new file mode 100644 index 0000000..aaa8d06 --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9118c7bb8ef5ae8bb885f2ec9a6fce0761ac2542e306eda4ea98ddf51a9bcb +size 1321083168 diff --git a/Llama3.2-1B-Grpo-Exp.f16.gguf b/Llama3.2-1B-Grpo-Exp.f16.gguf new file mode 100644 index 0000000..0d16130 --- /dev/null +++ b/Llama3.2-1B-Grpo-Exp.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1bc65751a658af85a1cc7a640f3c90735087d466c2208471d7c52510044f1f +size 2479595808 diff --git a/README.md b/README.md new file mode 100644 index 0000000..4be3e9b --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +--- +base_model: prithivMLmods/Llama3.2-1B-Grpo-Exp +language: +- en +library_name: transformers +license: llama3.2 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +--- +## About + + + + + + +static quants of https://huggingface.co/prithivMLmods/Llama3.2-1B-Grpo-Exp + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama3.2-1B-Grpo-Exp-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/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.Q2_K.gguf) | Q2_K | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.Q3_K_S.gguf) | Q3_K_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.Q3_K_M.gguf) | Q3_K_M | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.Q3_K_L.gguf) | Q3_K_L | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.IQ4_XS.gguf) | IQ4_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.Q4_K_S.gguf) | Q4_K_S | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.Q4_K_M.gguf) | Q4_K_M | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.Q5_K_S.gguf) | Q5_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.Q5_K_M.gguf) | Q5_K_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.Q6_K.gguf) | Q6_K | 1.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.Q8_0.gguf) | Q8_0 | 1.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-1B-Grpo-Exp-GGUF/resolve/main/Llama3.2-1B-Grpo-Exp.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. + +