From 768bb3e11eae25ddf00c2c4b0b2dfc154237d90c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 1 Jun 2026 09:19:19 +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/LeeChan-RolePlay-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++++++ LeeChan-RolePlay.IQ4_XS.gguf | 3 ++ LeeChan-RolePlay.Q2_K.gguf | 3 ++ LeeChan-RolePlay.Q3_K_L.gguf | 3 ++ LeeChan-RolePlay.Q3_K_M.gguf | 3 ++ LeeChan-RolePlay.Q3_K_S.gguf | 3 ++ LeeChan-RolePlay.Q4_K_M.gguf | 3 ++ LeeChan-RolePlay.Q4_K_S.gguf | 3 ++ LeeChan-RolePlay.Q5_K_M.gguf | 3 ++ LeeChan-RolePlay.Q5_K_S.gguf | 3 ++ LeeChan-RolePlay.Q6_K.gguf | 3 ++ LeeChan-RolePlay.Q8_0.gguf | 3 ++ LeeChan-RolePlay.f16.gguf | 3 ++ README.md | 71 ++++++++++++++++++++++++++++++++++++ 14 files changed, 154 insertions(+) create mode 100644 .gitattributes create mode 100644 LeeChan-RolePlay.IQ4_XS.gguf create mode 100644 LeeChan-RolePlay.Q2_K.gguf create mode 100644 LeeChan-RolePlay.Q3_K_L.gguf create mode 100644 LeeChan-RolePlay.Q3_K_M.gguf create mode 100644 LeeChan-RolePlay.Q3_K_S.gguf create mode 100644 LeeChan-RolePlay.Q4_K_M.gguf create mode 100644 LeeChan-RolePlay.Q4_K_S.gguf create mode 100644 LeeChan-RolePlay.Q5_K_M.gguf create mode 100644 LeeChan-RolePlay.Q5_K_S.gguf create mode 100644 LeeChan-RolePlay.Q6_K.gguf create mode 100644 LeeChan-RolePlay.Q8_0.gguf create mode 100644 LeeChan-RolePlay.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ae42a7b --- /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 +LeeChan-RolePlay.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +LeeChan-RolePlay.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/LeeChan-RolePlay.IQ4_XS.gguf b/LeeChan-RolePlay.IQ4_XS.gguf new file mode 100644 index 0000000..802349e --- /dev/null +++ b/LeeChan-RolePlay.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21d935418625fb03a7b92f9cc3fbb257f79462bf948eb9be4016d9c2f5ac3da +size 1753185120 diff --git a/LeeChan-RolePlay.Q2_K.gguf b/LeeChan-RolePlay.Q2_K.gguf new file mode 100644 index 0000000..3ea9ce1 --- /dev/null +++ b/LeeChan-RolePlay.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c77e5d50b8aa4fb343a7e1b090a91ab2de50a481ce31c21c6a6856a24b9033 +size 1274755936 diff --git a/LeeChan-RolePlay.Q3_K_L.gguf b/LeeChan-RolePlay.Q3_K_L.gguf new file mode 100644 index 0000000..cb5f3c8 --- /dev/null +++ b/LeeChan-RolePlay.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cc2edcbe865ee8ac7dcc60da50af0218a8de170176eb00a1a65fde3c59fd63 +size 1707391840 diff --git a/LeeChan-RolePlay.Q3_K_M.gguf b/LeeChan-RolePlay.Q3_K_M.gguf new file mode 100644 index 0000000..f4694ce --- /dev/null +++ b/LeeChan-RolePlay.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b197be7d8c96af4e225ec73f9c02c904eee155a700056b03dfd579637ba04181 +size 1590475616 diff --git a/LeeChan-RolePlay.Q3_K_S.gguf b/LeeChan-RolePlay.Q3_K_S.gguf new file mode 100644 index 0000000..403f460 --- /dev/null +++ b/LeeChan-RolePlay.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6073b1d865fc5715c6ca3ca986556650a1e24962522e5ccdca0f22a5ed28093 +size 1454357344 diff --git a/LeeChan-RolePlay.Q4_K_M.gguf b/LeeChan-RolePlay.Q4_K_M.gguf new file mode 100644 index 0000000..6e622f0 --- /dev/null +++ b/LeeChan-RolePlay.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc297822f4a6c6a2e4e0724a43ff20165223bedf7140e4dc0ed47492955a3c1 +size 1929902944 diff --git a/LeeChan-RolePlay.Q4_K_S.gguf b/LeeChan-RolePlay.Q4_K_S.gguf new file mode 100644 index 0000000..3a6ae41 --- /dev/null +++ b/LeeChan-RolePlay.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8d8f941ab9f9733f6a1c6aef4a38ead7794ea16ef328b7e6f9b8e238c20515 +size 1834384224 diff --git a/LeeChan-RolePlay.Q5_K_M.gguf b/LeeChan-RolePlay.Q5_K_M.gguf new file mode 100644 index 0000000..a106ed0 --- /dev/null +++ b/LeeChan-RolePlay.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ea90f0e4c17b86dbb5be4c5e5e460e94831a266825b847882121474b73cc2c +size 2224814944 diff --git a/LeeChan-RolePlay.Q5_K_S.gguf b/LeeChan-RolePlay.Q5_K_S.gguf new file mode 100644 index 0000000..54ebe56 --- /dev/null +++ b/LeeChan-RolePlay.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55df69aeac03af6419fadb320dac9d71a0e2923b10520fe30100e105adf6308f +size 2169666400 diff --git a/LeeChan-RolePlay.Q6_K.gguf b/LeeChan-RolePlay.Q6_K.gguf new file mode 100644 index 0000000..5f66fda --- /dev/null +++ b/LeeChan-RolePlay.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720c2a051ddfc67b82f163d95dae42d0de12541a9b5122edecb53e2e9e3931f6 +size 2538158944 diff --git a/LeeChan-RolePlay.Q8_0.gguf b/LeeChan-RolePlay.Q8_0.gguf new file mode 100644 index 0000000..5dd7a8f --- /dev/null +++ b/LeeChan-RolePlay.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e6b83424a26c44c2f20a441f683dbf35284a3cae67eae51a029ec077ba2c76 +size 3285476192 diff --git a/LeeChan-RolePlay.f16.gguf b/LeeChan-RolePlay.f16.gguf new file mode 100644 index 0000000..5001fd6 --- /dev/null +++ b/LeeChan-RolePlay.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061bae67bc97a9c2cefc7f0be82c8507d6f84eb3f0e62fc471ad02647d976d89 +size 6178317152 diff --git a/README.md b/README.md new file mode 100644 index 0000000..b330b64 --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +--- +base_model: LeeChanRX/LeeChan-RolePlay +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +static quants of https://huggingface.co/LeeChanRX/LeeChan-RolePlay + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#LeeChan-RolePlay-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/LeeChan-RolePlay-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/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.Q2_K.gguf) | Q2_K | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.Q3_K_M.gguf) | Q3_K_M | 1.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.Q3_K_L.gguf) | Q3_K_L | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.Q4_K_S.gguf) | Q4_K_S | 1.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.Q4_K_M.gguf) | Q4_K_M | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.Q5_K_S.gguf) | Q5_K_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.Q5_K_M.gguf) | Q5_K_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.Q6_K.gguf) | Q6_K | 2.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.Q8_0.gguf) | Q8_0 | 3.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/LeeChan-RolePlay-GGUF/resolve/main/LeeChan-RolePlay.f16.gguf) | f16 | 6.3 | 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. + +