From b76754fe38f454572605639df6396b70249d54c1 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 4 Jun 2026 03:42: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-4B-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++++ CPCD-Chat-4B.IQ4_XS.gguf | 3 ++ CPCD-Chat-4B.Q2_K.gguf | 3 ++ CPCD-Chat-4B.Q3_K_L.gguf | 3 ++ CPCD-Chat-4B.Q3_K_M.gguf | 3 ++ CPCD-Chat-4B.Q3_K_S.gguf | 3 ++ CPCD-Chat-4B.Q4_K_M.gguf | 3 ++ CPCD-Chat-4B.Q4_K_S.gguf | 3 ++ CPCD-Chat-4B.Q5_K_M.gguf | 3 ++ CPCD-Chat-4B.Q5_K_S.gguf | 3 ++ CPCD-Chat-4B.Q6_K.gguf | 3 ++ CPCD-Chat-4B.Q8_0.gguf | 3 ++ CPCD-Chat-4B.f16.gguf | 3 ++ README.md | 81 ++++++++++++++++++++++++++++++++++++++++ 14 files changed, 164 insertions(+) create mode 100644 .gitattributes create mode 100644 CPCD-Chat-4B.IQ4_XS.gguf create mode 100644 CPCD-Chat-4B.Q2_K.gguf create mode 100644 CPCD-Chat-4B.Q3_K_L.gguf create mode 100644 CPCD-Chat-4B.Q3_K_M.gguf create mode 100644 CPCD-Chat-4B.Q3_K_S.gguf create mode 100644 CPCD-Chat-4B.Q4_K_M.gguf create mode 100644 CPCD-Chat-4B.Q4_K_S.gguf create mode 100644 CPCD-Chat-4B.Q5_K_M.gguf create mode 100644 CPCD-Chat-4B.Q5_K_S.gguf create mode 100644 CPCD-Chat-4B.Q6_K.gguf create mode 100644 CPCD-Chat-4B.Q8_0.gguf create mode 100644 CPCD-Chat-4B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0407ea6 --- /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-4B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +CPCD-Chat-4B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/CPCD-Chat-4B.IQ4_XS.gguf b/CPCD-Chat-4B.IQ4_XS.gguf new file mode 100644 index 0000000..2e541c8 --- /dev/null +++ b/CPCD-Chat-4B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5589609804a5963d313080dabbcc6b241a6b940f079b8104ff4d0cf10ef0b196 +size 2286312672 diff --git a/CPCD-Chat-4B.Q2_K.gguf b/CPCD-Chat-4B.Q2_K.gguf new file mode 100644 index 0000000..cc5b75a --- /dev/null +++ b/CPCD-Chat-4B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef9f3ea90774eb60c78296f2424a75c5111b0495b3b958c556f571a53d8282f +size 1669496032 diff --git a/CPCD-Chat-4B.Q3_K_L.gguf b/CPCD-Chat-4B.Q3_K_L.gguf new file mode 100644 index 0000000..1a22408 --- /dev/null +++ b/CPCD-Chat-4B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052597c7aa089c317f0c64395cf0355f0e009ea6756ea9e6bdd65df907ccd6c1 +size 2239782112 diff --git a/CPCD-Chat-4B.Q3_K_M.gguf b/CPCD-Chat-4B.Q3_K_M.gguf new file mode 100644 index 0000000..35dda29 --- /dev/null +++ b/CPCD-Chat-4B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26de0cfe2cebdd84975e86ca5b70d92d256d9319527ef4599df42fa5306a212c +size 2075614432 diff --git a/CPCD-Chat-4B.Q3_K_S.gguf b/CPCD-Chat-4B.Q3_K_S.gguf new file mode 100644 index 0000000..d431be3 --- /dev/null +++ b/CPCD-Chat-4B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e5a1db1bcdf1f6b6a5a33b575dbb42d6b839bf82de123b8ff92303deec4753 +size 1886993632 diff --git a/CPCD-Chat-4B.Q4_K_M.gguf b/CPCD-Chat-4B.Q4_K_M.gguf new file mode 100644 index 0000000..68ba281 --- /dev/null +++ b/CPCD-Chat-4B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0f7e3705b5ba950e17c73217a1fe306b5a222ecd07b0c6ecb71e71efbf5922 +size 2497277152 diff --git a/CPCD-Chat-4B.Q4_K_S.gguf b/CPCD-Chat-4B.Q4_K_S.gguf new file mode 100644 index 0000000..bca4d67 --- /dev/null +++ b/CPCD-Chat-4B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0636765b37cce93be6f4ce10738562329555577a07bc076fd6f025c01288e0ee +size 2383305952 diff --git a/CPCD-Chat-4B.Q5_K_M.gguf b/CPCD-Chat-4B.Q5_K_M.gguf new file mode 100644 index 0000000..a1a7524 --- /dev/null +++ b/CPCD-Chat-4B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a0443efc7e61897976c57e68476e137ad7113790902e9f5f0a22789f837dab +size 2889510112 diff --git a/CPCD-Chat-4B.Q5_K_S.gguf b/CPCD-Chat-4B.Q5_K_S.gguf new file mode 100644 index 0000000..5a9426e --- /dev/null +++ b/CPCD-Chat-4B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d90af34ca8814a3561fc0fcaf3af510db773509e98d5d937c85b9570d3fc73 +size 2823707872 diff --git a/CPCD-Chat-4B.Q6_K.gguf b/CPCD-Chat-4B.Q6_K.gguf new file mode 100644 index 0000000..38995c3 --- /dev/null +++ b/CPCD-Chat-4B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70034d2611e2a1232d55d1d146907ec175bee91892087b2c5a2df46dbf6e3f9c +size 3306257632 diff --git a/CPCD-Chat-4B.Q8_0.gguf b/CPCD-Chat-4B.Q8_0.gguf new file mode 100644 index 0000000..7491fe2 --- /dev/null +++ b/CPCD-Chat-4B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48b52a0f833890b38a1bf888e0802a4d4be3d24169703e15bb6f1b500279e42 +size 4280401632 diff --git a/CPCD-Chat-4B.f16.gguf b/CPCD-Chat-4B.f16.gguf new file mode 100644 index 0000000..b86ec85 --- /dev/null +++ b/CPCD-Chat-4B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc52f427485b0daceda5ebbcec79dbf71265884d81f1053d0e00020593a1afa6 +size 8051281632 diff --git a/README.md b/README.md new file mode 100644 index 0000000..371cb5c --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +--- +base_model: EdwinUstb/CPCD-Chat-4B +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-4B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#CPCD-Chat-4B-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-4B-GGUF/resolve/main/CPCD-Chat-4B.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.IQ4_XS.gguf) | IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.Q5_K_S.gguf) | Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.Q5_K_M.gguf) | Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.Q6_K.gguf) | Q6_K | 3.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.Q8_0.gguf) | Q8_0 | 4.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/CPCD-Chat-4B-GGUF/resolve/main/CPCD-Chat-4B.f16.gguf) | f16 | 8.2 | 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. + +