From 706bce2825471471f8eec039d62a3c8929e74271 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 26 May 2026 07:10: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-ColdBrew-4B-RP-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++ Llama3.2-ColdBrew-4B-RP.IQ4_XS.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.Q2_K.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.Q3_K_L.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.Q3_K_M.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.Q3_K_S.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.Q4_K_M.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.Q4_K_S.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.Q5_K_M.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.Q5_K_S.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.Q6_K.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.Q8_0.gguf | 3 ++ Llama3.2-ColdBrew-4B-RP.f16.gguf | 3 ++ README.md | 77 +++++++++++++++++++++++++++++ 14 files changed, 160 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama3.2-ColdBrew-4B-RP.IQ4_XS.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.Q2_K.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.Q3_K_L.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.Q3_K_M.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.Q3_K_S.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.Q4_K_M.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.Q4_K_S.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.Q5_K_M.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.Q5_K_S.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.Q6_K.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.Q8_0.gguf create mode 100644 Llama3.2-ColdBrew-4B-RP.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dc999ce --- /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-ColdBrew-4B-RP.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-ColdBrew-4B-RP.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama3.2-ColdBrew-4B-RP.IQ4_XS.gguf b/Llama3.2-ColdBrew-4B-RP.IQ4_XS.gguf new file mode 100644 index 0000000..e3a5d05 --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6ff04836c9073e23c85268aefb1fd4b1ad160e39ce66f4c879284b8bd0231c +size 2050221952 diff --git a/Llama3.2-ColdBrew-4B-RP.Q2_K.gguf b/Llama3.2-ColdBrew-4B-RP.Q2_K.gguf new file mode 100644 index 0000000..22de9eb --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c8633667e588af9d0bc7933be5b616e10ef604cd6492692595fb143d75160b +size 1493219200 diff --git a/Llama3.2-ColdBrew-4B-RP.Q3_K_L.gguf b/Llama3.2-ColdBrew-4B-RP.Q3_K_L.gguf new file mode 100644 index 0000000..a39ef85 --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7e9698ff4c8588ef29f5a5000bd730087a2eb42fd4c54bb748e0e1a9c5fb14 +size 1984647040 diff --git a/Llama3.2-ColdBrew-4B-RP.Q3_K_M.gguf b/Llama3.2-ColdBrew-4B-RP.Q3_K_M.gguf new file mode 100644 index 0000000..1d3718e --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cda3375f60d9a082cdd8bccfdc593a4cba74e5c64060056fd201a82dab01da4 +size 1856458624 diff --git a/Llama3.2-ColdBrew-4B-RP.Q3_K_S.gguf b/Llama3.2-ColdBrew-4B-RP.Q3_K_S.gguf new file mode 100644 index 0000000..3be7e5b --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1c687fce604250e0041e9eeabf4e6b6ab73c7d9b3250d946e5f604560e2b4f +size 1712148352 diff --git a/Llama3.2-ColdBrew-4B-RP.Q4_K_M.gguf b/Llama3.2-ColdBrew-4B-RP.Q4_K_M.gguf new file mode 100644 index 0000000..64f0c5d --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfb7b187cd9b491aca10237f06286d5a9796c58cc12760323c321d86859611f +size 2241005440 diff --git a/Llama3.2-ColdBrew-4B-RP.Q4_K_S.gguf b/Llama3.2-ColdBrew-4B-RP.Q4_K_S.gguf new file mode 100644 index 0000000..471bd9f --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c6399bbd25e71eba1c7dd87d000e4ef57aee5640140e368870adf1291c2e3c +size 2149828480 diff --git a/Llama3.2-ColdBrew-4B-RP.Q5_K_M.gguf b/Llama3.2-ColdBrew-4B-RP.Q5_K_M.gguf new file mode 100644 index 0000000..944a5f8 --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10257dbdd427c213735d7a30d11250d61f2875c2c3adea9e12c810d3bfb4255b +size 2593032064 diff --git a/Llama3.2-ColdBrew-4B-RP.Q5_K_S.gguf b/Llama3.2-ColdBrew-4B-RP.Q5_K_S.gguf new file mode 100644 index 0000000..d9ea0ad --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9469baa72d25c04a1dda15952eba81a7634190edc71ec32afade34f8acb634 +size 2540390272 diff --git a/Llama3.2-ColdBrew-4B-RP.Q6_K.gguf b/Llama3.2-ColdBrew-4B-RP.Q6_K.gguf new file mode 100644 index 0000000..a72342f --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f1a5a165b6dd413222db2e723d68c479212bea477206f427b2e5ab663372cd +size 2967060352 diff --git a/Llama3.2-ColdBrew-4B-RP.Q8_0.gguf b/Llama3.2-ColdBrew-4B-RP.Q8_0.gguf new file mode 100644 index 0000000..4ea39d0 --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1c4b3d495092095933489545bbfeec7f7e2a1ff7911709d88f347861a03c98 +size 3840528256 diff --git a/Llama3.2-ColdBrew-4B-RP.f16.gguf b/Llama3.2-ColdBrew-4B-RP.f16.gguf new file mode 100644 index 0000000..46006ec --- /dev/null +++ b/Llama3.2-ColdBrew-4B-RP.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510ab75250a35c86a81d2274e33fd52f3be54deae94bf1fa8df0746decef520c +size 7221694336 diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd6bb6a --- /dev/null +++ b/README.md @@ -0,0 +1,77 @@ +--- +base_model: SvalTek/Llama3.2-ColdBrew-4B-RP +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +--- +## About + + + + + + + + + +static quants of https://huggingface.co/SvalTek/Llama3.2-ColdBrew-4B-RP + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama3.2-ColdBrew-4B-RP-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-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/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.Q2_K.gguf) | Q2_K | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.Q3_K_S.gguf) | Q3_K_S | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.Q3_K_M.gguf) | Q3_K_M | 2.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.Q3_K_L.gguf) | Q3_K_L | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.IQ4_XS.gguf) | IQ4_XS | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.Q4_K_S.gguf) | Q4_K_S | 2.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.Q4_K_M.gguf) | Q4_K_M | 2.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.Q5_K_S.gguf) | Q5_K_S | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.Q5_K_M.gguf) | Q5_K_M | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.Q6_K.gguf) | Q6_K | 3.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.Q8_0.gguf) | Q8_0 | 3.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-ColdBrew-4B-RP-GGUF/resolve/main/Llama3.2-ColdBrew-4B-RP.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. + +