From 790db78fd6e6e8cc43a9b46be9c2ac9a01930a0f Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 26 Jun 2026 02:58: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/Porpoise-R1-Llama3.2-3b-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++ Porpoise-R1-Llama3.2-3b.IQ4_XS.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.Q2_K.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.Q3_K_L.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.Q3_K_M.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.Q3_K_S.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.Q4_K_M.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.Q4_K_S.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.Q5_K_M.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.Q5_K_S.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.Q6_K.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.Q8_0.gguf | 3 ++ Porpoise-R1-Llama3.2-3b.f16.gguf | 3 ++ README.md | 67 +++++++++++++++++++++++++++++ 14 files changed, 150 insertions(+) create mode 100644 .gitattributes create mode 100644 Porpoise-R1-Llama3.2-3b.IQ4_XS.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.Q2_K.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.Q3_K_L.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.Q3_K_M.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.Q3_K_S.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.Q4_K_M.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.Q4_K_S.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.Q5_K_M.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.Q5_K_S.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.Q6_K.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.Q8_0.gguf create mode 100644 Porpoise-R1-Llama3.2-3b.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9fc51ab --- /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 +Porpoise-R1-Llama3.2-3b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Porpoise-R1-Llama3.2-3b.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Porpoise-R1-Llama3.2-3b.IQ4_XS.gguf b/Porpoise-R1-Llama3.2-3b.IQ4_XS.gguf new file mode 100644 index 0000000..e853440 --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfa3f4bac4ad7d4913acccb8978563eeaf406eeb48036e3b4917b181a15d54a +size 1840909024 diff --git a/Porpoise-R1-Llama3.2-3b.Q2_K.gguf b/Porpoise-R1-Llama3.2-3b.Q2_K.gguf new file mode 100644 index 0000000..e1b87fb --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024909de901c82d65395656e9e874f8cec4bb42f33c3d7a450f01fad6cdb5adf +size 1363938016 diff --git a/Porpoise-R1-Llama3.2-3b.Q3_K_L.gguf b/Porpoise-R1-Llama3.2-3b.Q3_K_L.gguf new file mode 100644 index 0000000..7d8ef89 --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560bce3c988a681e00957df658b8671ea6552c18fc09305ff947340ecad965a2 +size 1815349984 diff --git a/Porpoise-R1-Llama3.2-3b.Q3_K_M.gguf b/Porpoise-R1-Llama3.2-3b.Q3_K_M.gguf new file mode 100644 index 0000000..94a8266 --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1440db423b0d68d8b7bd8cf6fd416755e207c10016478bb08cf6d08711843ff7 +size 1687161568 diff --git a/Porpoise-R1-Llama3.2-3b.Q3_K_S.gguf b/Porpoise-R1-Llama3.2-3b.Q3_K_S.gguf new file mode 100644 index 0000000..2aef11b --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6cad0e105ef0ab169db74e822d0918f0e097529dd1399e9965d7fd249f7d4e +size 1542851296 diff --git a/Porpoise-R1-Llama3.2-3b.Q4_K_M.gguf b/Porpoise-R1-Llama3.2-3b.Q4_K_M.gguf new file mode 100644 index 0000000..a36914c --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557a4a7b3d24031e17550410d498a4e92c88ae996d3a1f71bc3a79339e64b123 +size 2019379936 diff --git a/Porpoise-R1-Llama3.2-3b.Q4_K_S.gguf b/Porpoise-R1-Llama3.2-3b.Q4_K_S.gguf new file mode 100644 index 0000000..2c48420 --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375f77d6dc6d35bebec7410be44248a0aa6642a04778c4d506ded8b94ee3e45b +size 1928202976 diff --git a/Porpoise-R1-Llama3.2-3b.Q5_K_M.gguf b/Porpoise-R1-Llama3.2-3b.Q5_K_M.gguf new file mode 100644 index 0000000..a13d39d --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0873b40fcb0f042e0abc7b83eab20f09d1248249120f9cba9d5cab8ea786592c +size 2322156256 diff --git a/Porpoise-R1-Llama3.2-3b.Q5_K_S.gguf b/Porpoise-R1-Llama3.2-3b.Q5_K_S.gguf new file mode 100644 index 0000000..fdc0054 --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58eba300e1406e540cd5f686754864ef69978f5e43383b54e9f4b81d01797daa +size 2269514464 diff --git a/Porpoise-R1-Llama3.2-3b.Q6_K.gguf b/Porpoise-R1-Llama3.2-3b.Q6_K.gguf new file mode 100644 index 0000000..10727c3 --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cb28347720413375bfeed8d445016c65bda0af6632778baa2de807fab81794 +size 2643856096 diff --git a/Porpoise-R1-Llama3.2-3b.Q8_0.gguf b/Porpoise-R1-Llama3.2-3b.Q8_0.gguf new file mode 100644 index 0000000..9b96d1f --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c329d89854c4291095e6e66c1b0cc21cd35a7ff9bb4519bcda2255bef05af58 +size 3421903008 diff --git a/Porpoise-R1-Llama3.2-3b.f16.gguf b/Porpoise-R1-Llama3.2-3b.f16.gguf new file mode 100644 index 0000000..2775b04 --- /dev/null +++ b/Porpoise-R1-Llama3.2-3b.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30abc005ea5868bd1da8cd05dee44576214d3dc3a51aabc6270b458326bd76bf +size 6433697568 diff --git a/README.md b/README.md new file mode 100644 index 0000000..71e9bab --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: Triangle104/Porpoise-R1-Llama3.2-3b +language: +- en +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/Triangle104/Porpoise-R1-Llama3.2-3b + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-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/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Porpoise-R1-Llama3.2-3b-GGUF/resolve/main/Porpoise-R1-Llama3.2-3b.f16.gguf) | f16 | 6.5 | 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. + +