From 820130841f2b1ef8d29fe5094b74ad977131ebfa Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 06:02:16 +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-psychotherapy-cbt-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++ README.md | 75 ++++++++++++++++++++++ llama-3.2-3b-psychotherapy-cbt.IQ4_XS.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.Q2_K.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.Q3_K_L.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.Q3_K_M.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.Q3_K_S.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.Q4_K_M.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.Q4_K_S.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.Q5_K_M.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.Q5_K_S.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.Q6_K.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.Q8_0.gguf | 3 + llama-3.2-3b-psychotherapy-cbt.f16.gguf | 3 + 14 files changed, 158 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 llama-3.2-3b-psychotherapy-cbt.IQ4_XS.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.Q2_K.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.Q3_K_L.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.Q3_K_M.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.Q3_K_S.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.Q4_K_M.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.Q4_K_S.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.Q5_K_M.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.Q5_K_S.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.Q6_K.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.Q8_0.gguf create mode 100644 llama-3.2-3b-psychotherapy-cbt.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7ccfc92 --- /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-psychotherapy-cbt.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.2-3b-psychotherapy-cbt.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..27973d9 --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: rockson8/llama-3.2-3b-psychotherapy-cbt +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- gguf +- llama.cpp +- unsloth +--- +## About + + + + + + + + + +static quants of https://huggingface.co/rockson8/llama-3.2-3b-psychotherapy-cbt + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#llama-3.2-3b-psychotherapy-cbt-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-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-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3.2-3b-psychotherapy-cbt-GGUF/resolve/main/llama-3.2-3b-psychotherapy-cbt.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. + + diff --git a/llama-3.2-3b-psychotherapy-cbt.IQ4_XS.gguf b/llama-3.2-3b-psychotherapy-cbt.IQ4_XS.gguf new file mode 100644 index 0000000..d070610 --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b230de296b79ecfd75ecd4034d418676ee80cf50e9d0565ced3860c60f0d1c3 +size 1840907680 diff --git a/llama-3.2-3b-psychotherapy-cbt.Q2_K.gguf b/llama-3.2-3b-psychotherapy-cbt.Q2_K.gguf new file mode 100644 index 0000000..e8bd39d --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f47dc53492faa027b422750e09734499b3e6e203306e18f1e1ceee0aae2ba6 +size 1363936672 diff --git a/llama-3.2-3b-psychotherapy-cbt.Q3_K_L.gguf b/llama-3.2-3b-psychotherapy-cbt.Q3_K_L.gguf new file mode 100644 index 0000000..8b1a734 --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797b990eaa6034b36ab5a2234fa3c448e9d16940db4b2d86f441c1c2f9cd61ad +size 1815348640 diff --git a/llama-3.2-3b-psychotherapy-cbt.Q3_K_M.gguf b/llama-3.2-3b-psychotherapy-cbt.Q3_K_M.gguf new file mode 100644 index 0000000..b7470bc --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea388c41ca189155a277ff962a9a9cd16f938cac2e3cbb3b3702474e8d41f11 +size 1687160224 diff --git a/llama-3.2-3b-psychotherapy-cbt.Q3_K_S.gguf b/llama-3.2-3b-psychotherapy-cbt.Q3_K_S.gguf new file mode 100644 index 0000000..f984e86 --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cd326bbd338702c7644459a3ff0630692f3261af1884c719be569ae04fe793 +size 1542849952 diff --git a/llama-3.2-3b-psychotherapy-cbt.Q4_K_M.gguf b/llama-3.2-3b-psychotherapy-cbt.Q4_K_M.gguf new file mode 100644 index 0000000..1c75750 --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d7dc1e6e57fa468f32798578346b7d908ad1ba0c5145e4bb1d7689444fe4b5 +size 2019378592 diff --git a/llama-3.2-3b-psychotherapy-cbt.Q4_K_S.gguf b/llama-3.2-3b-psychotherapy-cbt.Q4_K_S.gguf new file mode 100644 index 0000000..e3d6901 --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192cddb03d13ae85c1b71099f8bdb469c8a4e38f65ad0d8337813667054d3419 +size 1928201632 diff --git a/llama-3.2-3b-psychotherapy-cbt.Q5_K_M.gguf b/llama-3.2-3b-psychotherapy-cbt.Q5_K_M.gguf new file mode 100644 index 0000000..08564f6 --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a88d786780b8831ee58f14b9056a107d235109f77e69387950be67b3e04b04 +size 2322154912 diff --git a/llama-3.2-3b-psychotherapy-cbt.Q5_K_S.gguf b/llama-3.2-3b-psychotherapy-cbt.Q5_K_S.gguf new file mode 100644 index 0000000..89ad8cf --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0655a7b35ea5e3a0c943ab33df9467a12c22813518ee4787ec5fbd33b69a4b04 +size 2269513120 diff --git a/llama-3.2-3b-psychotherapy-cbt.Q6_K.gguf b/llama-3.2-3b-psychotherapy-cbt.Q6_K.gguf new file mode 100644 index 0000000..c2aebca --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73966418891f039ec2cdb2ef9dd9f0c292519237d87498917c023adc5517287 +size 2643854752 diff --git a/llama-3.2-3b-psychotherapy-cbt.Q8_0.gguf b/llama-3.2-3b-psychotherapy-cbt.Q8_0.gguf new file mode 100644 index 0000000..b1a0333 --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63663883e95e7a11d2746b7b92693d55b4b6b33ff2e6828442471b3eee0ede0e +size 3421900192 diff --git a/llama-3.2-3b-psychotherapy-cbt.f16.gguf b/llama-3.2-3b-psychotherapy-cbt.f16.gguf new file mode 100644 index 0000000..556cb06 --- /dev/null +++ b/llama-3.2-3b-psychotherapy-cbt.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e50ff98b25f0aa1dd5eac972d1708d55ebbb43bbd0357264d96e3e70e8251c +size 6433688992