From e2dd4a3d55916afc2dd12a71792fb11d3b403443 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 02:20: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-8B-Psychotherapist.v2-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++ README.md | 76 +++++++++++++++++++ imatrix.dat | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ1_M.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ1_S.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ2_M.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ2_S.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ2_XS.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ2_XXS.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ3_M.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ3_S.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ3_XS.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ3_XXS.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ4_NL.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-IQ4_XS.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q2_K.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q2_K_S.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q3_K_L.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q3_K_M.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q3_K_S.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q4_0.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q4_1.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q4_K_M.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q4_K_S.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q5_K_M.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q5_K_S.gguf | 3 + llama-3-8B-Psychotherapist.v2.i1-Q6_K.gguf | 3 + 27 files changed, 211 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 imatrix.dat create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ1_M.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ1_S.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ2_M.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ2_S.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ2_XS.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ2_XXS.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ3_M.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ3_S.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ3_XS.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ3_XXS.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ4_NL.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-IQ4_XS.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q2_K.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q2_K_S.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q3_K_L.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q3_K_M.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q3_K_S.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q4_0.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q4_1.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q4_K_M.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q4_K_S.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q5_K_M.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q5_K_S.gguf create mode 100644 llama-3-8B-Psychotherapist.v2.i1-Q6_K.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..16c3ec8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-8B-Psychotherapist.v2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..0eec29a --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: hacklife/llama-3-8B-Psychotherapist.v2 +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/hacklife/llama-3-8B-Psychotherapist.v2 + + +static quants are available at https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-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-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-8B-Psychotherapist.v2-i1-GGUF/resolve/main/llama-3-8B-Psychotherapist.v2.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | practically like static Q6_K | + +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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..7f94c53 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8c53ce4b077624ad448ee0f58550b4a248301cea92a08c0e68a4b55318adf3 +size 4988157 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ1_M.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ1_M.gguf new file mode 100644 index 0000000..5b03775 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402d63423bf076f9545a47b47acd4c0c482137b1408da1dbfdfcb491bef7f405 +size 2161972576 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ1_S.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ1_S.gguf new file mode 100644 index 0000000..f0958b4 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7198b354e6ff2bce60b442a16f563ac6b9ef2a08184b0c1c51c62e5480aedd27 +size 2019628384 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ2_M.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ2_M.gguf new file mode 100644 index 0000000..473bf90 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daeb06d02b1feac84115028354a88c1d849f962f42f6a903d29dbd569e200f14 +size 2948281696 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ2_S.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ2_S.gguf new file mode 100644 index 0000000..c4f38b6 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0a1b0f161cc860171e3ace057af8ec79723b2e5b98faf6ba4e6fa8e637015b +size 2758489440 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ2_XS.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ2_XS.gguf new file mode 100644 index 0000000..efb8e42 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc0fac466ade0f5cc98e4867008e7e7e8e1ea6c62e416aa5b78ff59af1a67de +size 2605782368 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ2_XXS.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..a0e3b9c --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d736171ee68dd9e2e06e31b5fc8e4c89fad9dec4963f2af0f00530ced811294 +size 2399212896 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ3_M.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ3_M.gguf new file mode 100644 index 0000000..ddfd49a --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d2f5b79f22d7c8e6fa28ff009a4ad39ad39ac655d551feae045c182b639d21 +size 3784824160 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ3_S.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ3_S.gguf new file mode 100644 index 0000000..4789187 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a672f64eefc38f28e78f9c4b8ae93cce1b9912871cc4d5589ec6332e7c4090c1 +size 3682325856 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ3_XS.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ3_XS.gguf new file mode 100644 index 0000000..4273b8c --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5480720caf1fb4781d23943adb0f63cd48f9a1b6b827ce2953a8b63fd85767 +size 3518748000 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ3_XXS.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..26449f7 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db49463e7c548edde06619e7d76d92c743d7d495889172f917a668d358775c9d +size 3274913120 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ4_NL.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ4_NL.gguf new file mode 100644 index 0000000..03ede8a --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f722c91e26a7f3393dde30817c307a3a61d3d9d800f6714ce2b3fed061fe23 +size 4677989728 diff --git a/llama-3-8B-Psychotherapist.v2.i1-IQ4_XS.gguf b/llama-3-8B-Psychotherapist.v2.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a828183 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f0c1117b95709b0267eff5ac7033aee6676d06f0e33d8c603d5ba444f7bb38 +size 4447663456 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q2_K.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q2_K.gguf new file mode 100644 index 0000000..37e6abf --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2dd3851cc90d833f0a98127e6f18b9149ccb2fd4d20a472a6d965c254a360c +size 3179132256 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q2_K_S.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q2_K_S.gguf new file mode 100644 index 0000000..9fc4c98 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447e5e8f471ded9b15351d58cd92166be00a70794d84b693c22c7fb72b5890bc +size 2988815712 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q3_K_L.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q3_K_L.gguf new file mode 100644 index 0000000..13f3d30 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad2a0048561034f9208b4aab8eabaa821398175bfc5022c0d78005f327d247c +size 4321957216 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q3_K_M.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q3_K_M.gguf new file mode 100644 index 0000000..88ca739 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d80d770b2f47ae12b6b9135ec6b87e29e844441b26a3d30348e49a42be4f593 +size 4018918752 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q3_K_S.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q3_K_S.gguf new file mode 100644 index 0000000..a833361 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebcf2fe05d83b8412a48b437fe61a866a8f796c0a8cef24d13ada4cc4e26f58 +size 3664500064 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q4_0.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q4_0.gguf new file mode 100644 index 0000000..3a7cfa2 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11e83df395868efdd12f9fbe696e731257d108f5a663349020e8640e83cb829 +size 4675892576 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q4_1.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q4_1.gguf new file mode 100644 index 0000000..bd80e3c --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b9da33ac18671fe189f99376ba037498d1a7f997440c97442fea22538ee0ad +size 5130253664 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q4_K_M.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q4_K_M.gguf new file mode 100644 index 0000000..76c3e55 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3be35bfdca6c4570e996fc134fcfcec1a3f471bae08afbe7c6d1444b395211c +size 4920735072 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q4_K_S.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q4_K_S.gguf new file mode 100644 index 0000000..1eb1e03 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df32419931dffa1e3d1b35f36accfebf34eb515926aa2cb14f00d5f467f1c3d8 +size 4692669792 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q5_K_M.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q5_K_M.gguf new file mode 100644 index 0000000..b20b862 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cca9033229369173ceb37723d429c201eca5c06528c148c398c41bb254bd493 +size 5732988256 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q5_K_S.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q5_K_S.gguf new file mode 100644 index 0000000..60e0284 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b54d6e3d84c0821f7e1d0b2a8c700a0c619666eb7a7c4cb116e1aa2a8f86aea +size 5599294816 diff --git a/llama-3-8B-Psychotherapist.v2.i1-Q6_K.gguf b/llama-3-8B-Psychotherapist.v2.i1-Q6_K.gguf new file mode 100644 index 0000000..6934b14 --- /dev/null +++ b/llama-3-8B-Psychotherapist.v2.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df13ffff3b2feef355a362a8dcb8ed36673d21cc6a745522fd1ec04791d6798 +size 6596007264