From 0d5e02fba45bec4f8c40a30a8133da93ec5bcc83 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 8 Jul 2026 19:30:12 +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/ChatWaifu_v1.3.1-GGUF Source: Original Platform --- .gitattributes | 49 +++++++++++++++++++++ ChatWaifu_v1.3.1.IQ3_M.gguf | 3 ++ ChatWaifu_v1.3.1.IQ3_S.gguf | 3 ++ ChatWaifu_v1.3.1.IQ3_XS.gguf | 3 ++ ChatWaifu_v1.3.1.IQ4_XS.gguf | 3 ++ ChatWaifu_v1.3.1.Q2_K.gguf | 3 ++ ChatWaifu_v1.3.1.Q3_K_L.gguf | 3 ++ ChatWaifu_v1.3.1.Q3_K_M.gguf | 3 ++ ChatWaifu_v1.3.1.Q3_K_S.gguf | 3 ++ ChatWaifu_v1.3.1.Q4_K_M.gguf | 3 ++ ChatWaifu_v1.3.1.Q4_K_S.gguf | 3 ++ ChatWaifu_v1.3.1.Q5_K_M.gguf | 3 ++ ChatWaifu_v1.3.1.Q5_K_S.gguf | 3 ++ ChatWaifu_v1.3.1.Q6_K.gguf | 3 ++ ChatWaifu_v1.3.1.Q8_0.gguf | 3 ++ README.md | 85 ++++++++++++++++++++++++++++++++++++ 16 files changed, 176 insertions(+) create mode 100644 .gitattributes create mode 100644 ChatWaifu_v1.3.1.IQ3_M.gguf create mode 100644 ChatWaifu_v1.3.1.IQ3_S.gguf create mode 100644 ChatWaifu_v1.3.1.IQ3_XS.gguf create mode 100644 ChatWaifu_v1.3.1.IQ4_XS.gguf create mode 100644 ChatWaifu_v1.3.1.Q2_K.gguf create mode 100644 ChatWaifu_v1.3.1.Q3_K_L.gguf create mode 100644 ChatWaifu_v1.3.1.Q3_K_M.gguf create mode 100644 ChatWaifu_v1.3.1.Q3_K_S.gguf create mode 100644 ChatWaifu_v1.3.1.Q4_K_M.gguf create mode 100644 ChatWaifu_v1.3.1.Q4_K_S.gguf create mode 100644 ChatWaifu_v1.3.1.Q5_K_M.gguf create mode 100644 ChatWaifu_v1.3.1.Q5_K_S.gguf create mode 100644 ChatWaifu_v1.3.1.Q6_K.gguf create mode 100644 ChatWaifu_v1.3.1.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5d6dedf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.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 +ChatWaifu_v1.3.1.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChatWaifu_v1.3.1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/ChatWaifu_v1.3.1.IQ3_M.gguf b/ChatWaifu_v1.3.1.IQ3_M.gguf new file mode 100644 index 0000000..95ea796 --- /dev/null +++ b/ChatWaifu_v1.3.1.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da399db860a0abeec69c137bfca1f731b772b1de6a10e30f11b755fde8b2511 +size 5722235520 diff --git a/ChatWaifu_v1.3.1.IQ3_S.gguf b/ChatWaifu_v1.3.1.IQ3_S.gguf new file mode 100644 index 0000000..51323ec --- /dev/null +++ b/ChatWaifu_v1.3.1.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037a961fad4bdc341fa8eaa7c280c003b56781a42baad59c6940a403c8cbab10 +size 5562081920 diff --git a/ChatWaifu_v1.3.1.IQ3_XS.gguf b/ChatWaifu_v1.3.1.IQ3_XS.gguf new file mode 100644 index 0000000..4b952cf --- /dev/null +++ b/ChatWaifu_v1.3.1.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b2384da40780fe6169c3d55524761e162122a04f7d3aedd823a580a54bb16a +size 5306491520 diff --git a/ChatWaifu_v1.3.1.IQ4_XS.gguf b/ChatWaifu_v1.3.1.IQ4_XS.gguf new file mode 100644 index 0000000..f4f393f --- /dev/null +++ b/ChatWaifu_v1.3.1.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73387573046396853bbcf054e32028445a5f7caac69bf7f5a440ef11e30bcf02 +size 6800056960 diff --git a/ChatWaifu_v1.3.1.Q2_K.gguf b/ChatWaifu_v1.3.1.Q2_K.gguf new file mode 100644 index 0000000..c242c0d --- /dev/null +++ b/ChatWaifu_v1.3.1.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1148b4ead1d3248dbb64b2363f4921442d855ae2d12376694fd7452267e6a870 +size 4791050880 diff --git a/ChatWaifu_v1.3.1.Q3_K_L.gguf b/ChatWaifu_v1.3.1.Q3_K_L.gguf new file mode 100644 index 0000000..9123cd0 --- /dev/null +++ b/ChatWaifu_v1.3.1.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b58873f4db049dadc45016a73bbd2dfaf97ade4ab4630a17854e381b1451a7e +size 6561505920 diff --git a/ChatWaifu_v1.3.1.Q3_K_M.gguf b/ChatWaifu_v1.3.1.Q3_K_M.gguf new file mode 100644 index 0000000..62b2763 --- /dev/null +++ b/ChatWaifu_v1.3.1.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2cb5c39c9917a4d9a2eeda40623ce497c7c58a5913c6d6131209b2f45c62b5 +size 6083093120 diff --git a/ChatWaifu_v1.3.1.Q3_K_S.gguf b/ChatWaifu_v1.3.1.Q3_K_S.gguf new file mode 100644 index 0000000..4888afe --- /dev/null +++ b/ChatWaifu_v1.3.1.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a33ca4c05ea790b89056cc4b61c03c310cbfdff160158404911adbeed67c917 +size 5534229120 diff --git a/ChatWaifu_v1.3.1.Q4_K_M.gguf b/ChatWaifu_v1.3.1.Q4_K_M.gguf new file mode 100644 index 0000000..540a3c1 --- /dev/null +++ b/ChatWaifu_v1.3.1.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ca0844f4dc4b88f048529cf4c7f2c6fb5160ebae0ae1937e8127e96d437612 +size 7477207680 diff --git a/ChatWaifu_v1.3.1.Q4_K_S.gguf b/ChatWaifu_v1.3.1.Q4_K_S.gguf new file mode 100644 index 0000000..60a37fe --- /dev/null +++ b/ChatWaifu_v1.3.1.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3eb319927c175ec2c9c5a1e4a38937627eea9650813b140b442459676d2c7f8 +size 7120200320 diff --git a/ChatWaifu_v1.3.1.Q5_K_M.gguf b/ChatWaifu_v1.3.1.Q5_K_M.gguf new file mode 100644 index 0000000..2d5cf4c --- /dev/null +++ b/ChatWaifu_v1.3.1.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92635fe9216b270685e05da935f2651ef166f4ee1c548b5f2a705d215a7efd0e +size 8727634560 diff --git a/ChatWaifu_v1.3.1.Q5_K_S.gguf b/ChatWaifu_v1.3.1.Q5_K_S.gguf new file mode 100644 index 0000000..4c914c6 --- /dev/null +++ b/ChatWaifu_v1.3.1.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6626d951d25a59d8ef89c048fadc87ffd7f6780eb049bceae3d2d0fa27bdc22e +size 8518738560 diff --git a/ChatWaifu_v1.3.1.Q6_K.gguf b/ChatWaifu_v1.3.1.Q6_K.gguf new file mode 100644 index 0000000..8b77d47 --- /dev/null +++ b/ChatWaifu_v1.3.1.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3d02f01bf21ad61c3c8f406d355d862b404b33222fdc5d05c45f640f858ecc +size 10056213120 diff --git a/ChatWaifu_v1.3.1.Q8_0.gguf b/ChatWaifu_v1.3.1.Q8_0.gguf new file mode 100644 index 0000000..70f1ea7 --- /dev/null +++ b/ChatWaifu_v1.3.1.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964f28b4595b522930a071039e7d14070cd216885879e98a47bfc5abcda99f3b +size 13022372480 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a2c5c95 --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: spow12/ChatWaifu_v1.3.1 +language: +- en +- fr +- de +- es +- it +- pt +- ru +- zh +- ja +library_name: transformers +license: cc-by-nc-4.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- nsfw +- Visual novel +- roleplay +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/spow12/ChatWaifu_v1.3.1 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#ChatWaifu_v1.3.1-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-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/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.Q2_K.gguf) | Q2_K | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.IQ3_XS.gguf) | IQ3_XS | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.Q3_K_S.gguf) | Q3_K_S | 5.6 | | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.IQ3_S.gguf) | IQ3_S | 5.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.IQ3_M.gguf) | IQ3_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.Q3_K_M.gguf) | Q3_K_M | 6.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.Q3_K_L.gguf) | Q3_K_L | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.IQ4_XS.gguf) | IQ4_XS | 6.9 | | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.Q4_K_S.gguf) | Q4_K_S | 7.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.Q4_K_M.gguf) | Q4_K_M | 7.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.Q5_K_S.gguf) | Q5_K_S | 8.6 | | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.Q5_K_M.gguf) | Q5_K_M | 8.8 | | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.Q6_K.gguf) | Q6_K | 10.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ChatWaifu_v1.3.1-GGUF/resolve/main/ChatWaifu_v1.3.1.Q8_0.gguf) | Q8_0 | 13.1 | fast, best quality | + +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. + +