From 25396ad9bdb4d06765440c718eeda2ef3b5430e9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 4 Jun 2026 01:32: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/CPCD-Chat-8B-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++++ CPCD-Chat-8B.IQ4_XS.gguf | 3 ++ CPCD-Chat-8B.Q2_K.gguf | 3 ++ CPCD-Chat-8B.Q3_K_L.gguf | 3 ++ CPCD-Chat-8B.Q3_K_M.gguf | 3 ++ CPCD-Chat-8B.Q3_K_S.gguf | 3 ++ CPCD-Chat-8B.Q4_K_M.gguf | 3 ++ CPCD-Chat-8B.Q4_K_S.gguf | 3 ++ CPCD-Chat-8B.Q5_K_M.gguf | 3 ++ CPCD-Chat-8B.Q5_K_S.gguf | 3 ++ CPCD-Chat-8B.Q6_K.gguf | 3 ++ CPCD-Chat-8B.Q8_0.gguf | 3 ++ CPCD-Chat-8B.f16.gguf | 3 ++ README.md | 81 ++++++++++++++++++++++++++++++++++++++++ 14 files changed, 164 insertions(+) create mode 100644 .gitattributes create mode 100644 CPCD-Chat-8B.IQ4_XS.gguf create mode 100644 CPCD-Chat-8B.Q2_K.gguf create mode 100644 CPCD-Chat-8B.Q3_K_L.gguf create mode 100644 CPCD-Chat-8B.Q3_K_M.gguf create mode 100644 CPCD-Chat-8B.Q3_K_S.gguf create mode 100644 CPCD-Chat-8B.Q4_K_M.gguf create mode 100644 CPCD-Chat-8B.Q4_K_S.gguf create mode 100644 CPCD-Chat-8B.Q5_K_M.gguf create mode 100644 CPCD-Chat-8B.Q5_K_S.gguf create mode 100644 CPCD-Chat-8B.Q6_K.gguf create mode 100644 CPCD-Chat-8B.Q8_0.gguf create mode 100644 CPCD-Chat-8B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1485953 --- /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 +CPCD-Chat-8B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.f16.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-8B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/CPCD-Chat-8B.IQ4_XS.gguf b/CPCD-Chat-8B.IQ4_XS.gguf new file mode 100644 index 0000000..be4d4c6 --- /dev/null +++ b/CPCD-Chat-8B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd81f18757418eb2f47339abf5dd82e9f85c2a718e54093a669f1083726c62d9 +size 4593293088 diff --git a/CPCD-Chat-8B.Q2_K.gguf b/CPCD-Chat-8B.Q2_K.gguf new file mode 100644 index 0000000..302b0d5 --- /dev/null +++ b/CPCD-Chat-8B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc7ce107c1cb28cad9e1aad53a969e9189c48bf7698252c7df004cf1941076a +size 3281729312 diff --git a/CPCD-Chat-8B.Q3_K_L.gguf b/CPCD-Chat-8B.Q3_K_L.gguf new file mode 100644 index 0000000..ff9989f --- /dev/null +++ b/CPCD-Chat-8B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ee3a1b0b7be2a56fdea283b20d6859d23fe17a3ad5a9d47523e7ca698b0726 +size 4431390496 diff --git a/CPCD-Chat-8B.Q3_K_M.gguf b/CPCD-Chat-8B.Q3_K_M.gguf new file mode 100644 index 0000000..6787bc3 --- /dev/null +++ b/CPCD-Chat-8B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ca1c574e2e250bac9e8fdacc2abf47a922230e24f997b275e4a86b1c374fa0 +size 4124157728 diff --git a/CPCD-Chat-8B.Q3_K_S.gguf b/CPCD-Chat-8B.Q3_K_S.gguf new file mode 100644 index 0000000..d7b83fe --- /dev/null +++ b/CPCD-Chat-8B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd0ff206a59328857d4563a4f5e05f1100cc4d3983ea3e91e0630604edc5a18 +size 3769607968 diff --git a/CPCD-Chat-8B.Q4_K_M.gguf b/CPCD-Chat-8B.Q4_K_M.gguf new file mode 100644 index 0000000..72d2e53 --- /dev/null +++ b/CPCD-Chat-8B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1802bc157ba472b0db401f728f1991e7b8ff9fdc99eb01ec887be34f71091c +size 5027780384 diff --git a/CPCD-Chat-8B.Q4_K_S.gguf b/CPCD-Chat-8B.Q4_K_S.gguf new file mode 100644 index 0000000..0370ab1 --- /dev/null +++ b/CPCD-Chat-8B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3af208411912664720fe1fa86909ee7dbeae3e47341f772c81403ffd10d3c6c +size 4802008864 diff --git a/CPCD-Chat-8B.Q5_K_M.gguf b/CPCD-Chat-8B.Q5_K_M.gguf new file mode 100644 index 0000000..18e28ab --- /dev/null +++ b/CPCD-Chat-8B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b835a84a94cdb572e24a9a494ddc4cf87bb8183cf97d662bfdbfbe9584d13047 +size 5851109152 diff --git a/CPCD-Chat-8B.Q5_K_S.gguf b/CPCD-Chat-8B.Q5_K_S.gguf new file mode 100644 index 0000000..8a3c916 --- /dev/null +++ b/CPCD-Chat-8B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05cfa924b534a078d476b13f68768f1c307e0b36fc747b3c8a55129139f59025 +size 5720758048 diff --git a/CPCD-Chat-8B.Q6_K.gguf b/CPCD-Chat-8B.Q6_K.gguf new file mode 100644 index 0000000..af93b8e --- /dev/null +++ b/CPCD-Chat-8B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d0774b7f7966f3f3559d5e72728a741a0a12d5593426c59924122b39f91612 +size 6725895968 diff --git a/CPCD-Chat-8B.Q8_0.gguf b/CPCD-Chat-8B.Q8_0.gguf new file mode 100644 index 0000000..97b1187 --- /dev/null +++ b/CPCD-Chat-8B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48676c0bc45e8f3210091c986deffbe58473b2c9b0cb8fe93c6698e1b4ad142f +size 8709515040 diff --git a/CPCD-Chat-8B.f16.gguf b/CPCD-Chat-8B.f16.gguf new file mode 100644 index 0000000..c649a36 --- /dev/null +++ b/CPCD-Chat-8B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5832b3633cec5eb7097509bb675dd6f330dd501cce4ec447039f04004e158f0b +size 16388040480 diff --git a/README.md b/README.md new file mode 100644 index 0000000..212a53f --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +--- +base_model: EdwinUstb/CPCD-Chat-8B +language: +- zh +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- qwen3 +- mental-health +- psychological-counseling +- chinese +- long-context +- dialogue +- campus-counseling +--- +## About + + + + + + + + + +static quants of https://huggingface.co/EdwinUstb/CPCD-Chat-8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#CPCD-Chat-8B-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/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.Q2_K.gguf) | Q2_K | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.Q3_K_S.gguf) | Q3_K_S | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.Q3_K_M.gguf) | Q3_K_M | 4.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.Q3_K_L.gguf) | Q3_K_L | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.IQ4_XS.gguf) | IQ4_XS | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.Q4_K_S.gguf) | Q4_K_S | 4.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.Q4_K_M.gguf) | Q4_K_M | 5.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.Q5_K_S.gguf) | Q5_K_S | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.Q5_K_M.gguf) | Q5_K_M | 6.0 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.Q6_K.gguf) | Q6_K | 6.8 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.Q8_0.gguf) | Q8_0 | 8.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-8B-GGUF/resolve/main/CPCD-Chat-8B.f16.gguf) | f16 | 16.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. + +