From fa4b6d62a16d318169914395c8c9e923c426b8ad Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 15 Jun 2026 20:15: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/ChickaQ-V2-Large-Beta-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++ ChickaQ-V2-Large-Beta.IQ4_XS.gguf | 3 ++ ChickaQ-V2-Large-Beta.Q2_K.gguf | 3 ++ ChickaQ-V2-Large-Beta.Q3_K_L.gguf | 3 ++ ChickaQ-V2-Large-Beta.Q3_K_M.gguf | 3 ++ ChickaQ-V2-Large-Beta.Q3_K_S.gguf | 3 ++ ChickaQ-V2-Large-Beta.Q4_K_M.gguf | 3 ++ ChickaQ-V2-Large-Beta.Q4_K_S.gguf | 3 ++ ChickaQ-V2-Large-Beta.Q5_K_M.gguf | 3 ++ ChickaQ-V2-Large-Beta.Q5_K_S.gguf | 3 ++ ChickaQ-V2-Large-Beta.Q6_K.gguf | 3 ++ ChickaQ-V2-Large-Beta.Q8_0.gguf | 3 ++ ChickaQ-V2-Large-Beta.f16.gguf | 3 ++ README.md | 72 +++++++++++++++++++++++++++++++ 14 files changed, 155 insertions(+) create mode 100644 .gitattributes create mode 100644 ChickaQ-V2-Large-Beta.IQ4_XS.gguf create mode 100644 ChickaQ-V2-Large-Beta.Q2_K.gguf create mode 100644 ChickaQ-V2-Large-Beta.Q3_K_L.gguf create mode 100644 ChickaQ-V2-Large-Beta.Q3_K_M.gguf create mode 100644 ChickaQ-V2-Large-Beta.Q3_K_S.gguf create mode 100644 ChickaQ-V2-Large-Beta.Q4_K_M.gguf create mode 100644 ChickaQ-V2-Large-Beta.Q4_K_S.gguf create mode 100644 ChickaQ-V2-Large-Beta.Q5_K_M.gguf create mode 100644 ChickaQ-V2-Large-Beta.Q5_K_S.gguf create mode 100644 ChickaQ-V2-Large-Beta.Q6_K.gguf create mode 100644 ChickaQ-V2-Large-Beta.Q8_0.gguf create mode 100644 ChickaQ-V2-Large-Beta.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0809734 --- /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 +ChickaQ-V2-Large-Beta.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ChickaQ-V2-Large-Beta.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/ChickaQ-V2-Large-Beta.IQ4_XS.gguf b/ChickaQ-V2-Large-Beta.IQ4_XS.gguf new file mode 100644 index 0000000..4d5aff0 --- /dev/null +++ b/ChickaQ-V2-Large-Beta.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79eeb5e0c0ff6d2bfc71355582997ef50e52bbf4e85715a08853c2a02783071f +size 1748227328 diff --git a/ChickaQ-V2-Large-Beta.Q2_K.gguf b/ChickaQ-V2-Large-Beta.Q2_K.gguf new file mode 100644 index 0000000..ce8136c --- /dev/null +++ b/ChickaQ-V2-Large-Beta.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4246be5168da1973e088f241e415f44274f4793de3e0d422099a5df87cc089c +size 1329849600 diff --git a/ChickaQ-V2-Large-Beta.Q3_K_L.gguf b/ChickaQ-V2-Large-Beta.Q3_K_L.gguf new file mode 100644 index 0000000..bd54d72 --- /dev/null +++ b/ChickaQ-V2-Large-Beta.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc735ef6a5503a495b690fe944a0098bff418745280bd70ef6d2cd182b49be2 +size 1717509376 diff --git a/ChickaQ-V2-Large-Beta.Q3_K_M.gguf b/ChickaQ-V2-Large-Beta.Q3_K_M.gguf new file mode 100644 index 0000000..237f3f8 --- /dev/null +++ b/ChickaQ-V2-Large-Beta.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d7bf79e59a5e380ea8dfbf7a0d938397d108af692411248b59c4c8e996e8cd +size 1636523264 diff --git a/ChickaQ-V2-Large-Beta.Q3_K_S.gguf b/ChickaQ-V2-Large-Beta.Q3_K_S.gguf new file mode 100644 index 0000000..1f612d4 --- /dev/null +++ b/ChickaQ-V2-Large-Beta.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285b9050d333a90fbb7867a5810ca4fe38ac56adf5c68e7b82dc15c952ec67d4 +size 1512250624 diff --git a/ChickaQ-V2-Large-Beta.Q4_K_M.gguf b/ChickaQ-V2-Large-Beta.Q4_K_M.gguf new file mode 100644 index 0000000..e6bfca7 --- /dev/null +++ b/ChickaQ-V2-Large-Beta.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7102a72c34a432d02843b3ad9ade24a9f5cbafd740478a54d315413f7438d8 +size 1999287552 diff --git a/ChickaQ-V2-Large-Beta.Q4_K_S.gguf b/ChickaQ-V2-Large-Beta.Q4_K_S.gguf new file mode 100644 index 0000000..272486b --- /dev/null +++ b/ChickaQ-V2-Large-Beta.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1365edaf74f804b92e7ceede7216d06b13290c8796aefde33cd71e4d0487d7 +size 1878209792 diff --git a/ChickaQ-V2-Large-Beta.Q5_K_M.gguf b/ChickaQ-V2-Large-Beta.Q5_K_M.gguf new file mode 100644 index 0000000..376e8e5 --- /dev/null +++ b/ChickaQ-V2-Large-Beta.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d3c0fec9abd6ecbd673845c266c0654adc592b8ee54c169557d5afc2110e7a +size 2278438144 diff --git a/ChickaQ-V2-Large-Beta.Q5_K_S.gguf b/ChickaQ-V2-Large-Beta.Q5_K_S.gguf new file mode 100644 index 0000000..0868244 --- /dev/null +++ b/ChickaQ-V2-Large-Beta.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43870b7345a887491c30f11c7128a2fb0c13017d623e75ecff4c35167d748913 +size 2180527360 diff --git a/ChickaQ-V2-Large-Beta.Q6_K.gguf b/ChickaQ-V2-Large-Beta.Q6_K.gguf new file mode 100644 index 0000000..852d3af --- /dev/null +++ b/ChickaQ-V2-Large-Beta.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0a1b376cc8159e07197f6c1bca069e9e7bf4bd0e49f534df56937b60d9aa6a +size 2641612032 diff --git a/ChickaQ-V2-Large-Beta.Q8_0.gguf b/ChickaQ-V2-Large-Beta.Q8_0.gguf new file mode 100644 index 0000000..86b9074 --- /dev/null +++ b/ChickaQ-V2-Large-Beta.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161c82fe71044240c140a4b8258b169171cf39878479e3cb1edf0ed389f61192 +size 3249446144 diff --git a/ChickaQ-V2-Large-Beta.f16.gguf b/ChickaQ-V2-Large-Beta.f16.gguf new file mode 100644 index 0000000..62ed10f --- /dev/null +++ b/ChickaQ-V2-Large-Beta.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5d7e6e263bce9f162079e2f31b25c853204be13fb7663b770d2f94f00a2973 +size 6109601024 diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c3066e --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +--- +base_model: Chickaboo/ChickaQ-V2-Large-Beta +language: +- en +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/Chickaboo/ChickaQ-V2-Large-Beta + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#ChickaQ-V2-Large-Beta-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/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.Q2_K.gguf) | Q2_K | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.Q3_K_M.gguf) | Q3_K_M | 1.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.Q3_K_L.gguf) | Q3_K_L | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.IQ4_XS.gguf) | IQ4_XS | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.Q5_K_S.gguf) | Q5_K_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.Q8_0.gguf) | Q8_0 | 3.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/ChickaQ-V2-Large-Beta-GGUF/resolve/main/ChickaQ-V2-Large-Beta.f16.gguf) | f16 | 6.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. + +