From dccf5a444d6b3b9e5e0c85c102ea79fa2b70a3b9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 9 Jul 2026 21:58:17 +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/DaringMaid-20B-V1.1-i1-GGUF Source: Original Platform --- .gitattributes | 58 ++++++++++++++++++++++++ DaringMaid-20B-V1.1.i1-IQ1_M.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ1_S.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ2_M.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ2_S.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ2_XS.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ2_XXS.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ3_M.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ3_S.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ3_XS.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ3_XXS.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ4_NL.gguf | 3 ++ DaringMaid-20B-V1.1.i1-IQ4_XS.gguf | 3 ++ DaringMaid-20B-V1.1.i1-Q2_K.gguf | 3 ++ DaringMaid-20B-V1.1.i1-Q3_K_L.gguf | 3 ++ DaringMaid-20B-V1.1.i1-Q3_K_M.gguf | 3 ++ DaringMaid-20B-V1.1.i1-Q3_K_S.gguf | 3 ++ DaringMaid-20B-V1.1.i1-Q4_0.gguf | 3 ++ DaringMaid-20B-V1.1.i1-Q4_K_M.gguf | 3 ++ DaringMaid-20B-V1.1.i1-Q4_K_S.gguf | 3 ++ DaringMaid-20B-V1.1.i1-Q5_K_M.gguf | 3 ++ DaringMaid-20B-V1.1.i1-Q5_K_S.gguf | 3 ++ DaringMaid-20B-V1.1.i1-Q6_K.gguf | 3 ++ README.md | 70 +++++++++++++++++++++++++++++ imatrix.dat | 3 ++ 25 files changed, 197 insertions(+) create mode 100644 .gitattributes create mode 100644 DaringMaid-20B-V1.1.i1-IQ1_M.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ1_S.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ2_M.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ2_S.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ2_XS.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ2_XXS.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ3_M.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ3_S.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ3_XS.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ3_XXS.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ4_NL.gguf create mode 100644 DaringMaid-20B-V1.1.i1-IQ4_XS.gguf create mode 100644 DaringMaid-20B-V1.1.i1-Q2_K.gguf create mode 100644 DaringMaid-20B-V1.1.i1-Q3_K_L.gguf create mode 100644 DaringMaid-20B-V1.1.i1-Q3_K_M.gguf create mode 100644 DaringMaid-20B-V1.1.i1-Q3_K_S.gguf create mode 100644 DaringMaid-20B-V1.1.i1-Q4_0.gguf create mode 100644 DaringMaid-20B-V1.1.i1-Q4_K_M.gguf create mode 100644 DaringMaid-20B-V1.1.i1-Q4_K_S.gguf create mode 100644 DaringMaid-20B-V1.1.i1-Q5_K_M.gguf create mode 100644 DaringMaid-20B-V1.1.i1-Q5_K_S.gguf create mode 100644 DaringMaid-20B-V1.1.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3746c09 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,58 @@ +*.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 +DaringMaid-20B-V1.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +imatrix.dat filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +DaringMaid-20B-V1.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DaringMaid-20B-V1.1.i1-IQ1_M.gguf b/DaringMaid-20B-V1.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..79f5237 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df4743846c9fcc7b3c7125f78d551d0ad39bf5cd0c15f0e9e5377d72b845531 +size 4767108640 diff --git a/DaringMaid-20B-V1.1.i1-IQ1_S.gguf b/DaringMaid-20B-V1.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..8232683 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b2d88eec2ecf8341b253d566b3a46d58f6b6bfd1e3a09f41e6b202ff907440 +size 4609023520 diff --git a/DaringMaid-20B-V1.1.i1-IQ2_M.gguf b/DaringMaid-20B-V1.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..7241525 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dadfc91df21afb916640c9e8c1516aafaa0807b5fc0d12628e952cf885939b2 +size 7110399520 diff --git a/DaringMaid-20B-V1.1.i1-IQ2_S.gguf b/DaringMaid-20B-V1.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..ac3760d --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abaa395690418eb7c86262ed6084c0ba3c4ff50e3dbc987456b61f35abe47b3 +size 6612899360 diff --git a/DaringMaid-20B-V1.1.i1-IQ2_XS.gguf b/DaringMaid-20B-V1.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..0c8e158 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1da2da6d9db913d60c88b81e407efda2c5b0bcea688a80eaf6e82edc9e66300 +size 6152314400 diff --git a/DaringMaid-20B-V1.1.i1-IQ2_XXS.gguf b/DaringMaid-20B-V1.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..71218f3 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2917d60c891f4dec9922a23b86f0177fc62b94a6010e60ba0588de751ec06f0 +size 5604023840 diff --git a/DaringMaid-20B-V1.1.i1-IQ3_M.gguf b/DaringMaid-20B-V1.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..3a8fd53 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed57be8f87f960d9db5ff3a5bd931ef13f8a5c28054ba8b4915418aa430ae23b +size 9349170720 diff --git a/DaringMaid-20B-V1.1.i1-IQ3_S.gguf b/DaringMaid-20B-V1.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..a76a31a --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3652df7ba5d6a00f5d61d62d99ea11f24c80dd92903ef53000a3170fabd51e +size 8851650080 diff --git a/DaringMaid-20B-V1.1.i1-IQ3_XS.gguf b/DaringMaid-20B-V1.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..62359cc --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6659a1e56ddecb35d153f780d6430c28dc013c001b63342b66f39cf2a4e5495 +size 8387409440 diff --git a/DaringMaid-20B-V1.1.i1-IQ3_XXS.gguf b/DaringMaid-20B-V1.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..b176391 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e281d7f2524a7354f37b4186d0d706a01d11a3014d92eea80f12c5bfe5ce3ed4 +size 7802828320 diff --git a/DaringMaid-20B-V1.1.i1-IQ4_NL.gguf b/DaringMaid-20B-V1.1.i1-IQ4_NL.gguf new file mode 100644 index 0000000..3a85569 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c2852227d008dcf424fe917bc37cf3f4cce94a65a9c80117ca4488de402507 +size 11485306400 diff --git a/DaringMaid-20B-V1.1.i1-IQ4_XS.gguf b/DaringMaid-20B-V1.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..9bd53fc --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a2d9b2a41addcf813a2c79f66b4ad412d00d681c695ac91e6a767cd4a130ef +size 10865622560 diff --git a/DaringMaid-20B-V1.1.i1-Q2_K.gguf b/DaringMaid-20B-V1.1.i1-Q2_K.gguf new file mode 100644 index 0000000..03dac75 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c00f3bdf43f4a991ba540aa1876efeb3ae89f3f4d0606b9fed0959cb05a7d5 +size 7613500960 diff --git a/DaringMaid-20B-V1.1.i1-Q3_K_L.gguf b/DaringMaid-20B-V1.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..001cb45 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac226adb18c3889d3d4ea3f68ccd34380859d25125121f44f1f908f2f975f14 +size 10821047840 diff --git a/DaringMaid-20B-V1.1.i1-Q3_K_M.gguf b/DaringMaid-20B-V1.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..abc8321 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cd046adcd9a112f6d832e196ed47a193ea2982ffec2e3ba98b1372e078649d +size 9899284000 diff --git a/DaringMaid-20B-V1.1.i1-Q3_K_S.gguf b/DaringMaid-20B-V1.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..7988f08 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fba3884f4f71a29556b73224fbe32bcf5e626fd8c1e00c1864612435b08859c +size 8851650080 diff --git a/DaringMaid-20B-V1.1.i1-Q4_0.gguf b/DaringMaid-20B-V1.1.i1-Q4_0.gguf new file mode 100644 index 0000000..1951e35 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc664d44f3bc71e7936a94b678676db9ffb7b6756bd574df413c58a020484981 +size 11516272160 diff --git a/DaringMaid-20B-V1.1.i1-Q4_K_M.gguf b/DaringMaid-20B-V1.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..6f5e994 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054986713c26c94e0d7413572d74c2b43025940631c438fc0bfac6bd042b489b +size 12235488800 diff --git a/DaringMaid-20B-V1.1.i1-Q4_K_S.gguf b/DaringMaid-20B-V1.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..3d8e74c --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05e5f0faebe00a44ab963ef4f50e28dfb9d4b35b19767741f88611e105fc7fb +size 11560345120 diff --git a/DaringMaid-20B-V1.1.i1-Q5_K_M.gguf b/DaringMaid-20B-V1.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..f5c4c83 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161a0d86d98fc7d4515b4323c5e209c936fdfedfae6c66331d6d9e5e2010d42d +size 14350499360 diff --git a/DaringMaid-20B-V1.1.i1-Q5_K_S.gguf b/DaringMaid-20B-V1.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..f5f82e6 --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c5a282130b5c7676d1a707ef9f14f4a1a0bf087f9d75359ec768b484c98a97 +size 13964041760 diff --git a/DaringMaid-20B-V1.1.i1-Q6_K.gguf b/DaringMaid-20B-V1.1.i1-Q6_K.gguf new file mode 100644 index 0000000..33a323a --- /dev/null +++ b/DaringMaid-20B-V1.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e7b73584cf34bddb055c04b53e2489db438ad4496907950d3687893605c817 +size 16597698080 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e5c62f1 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: Kooten/DaringMaid-20B-V1.1 +language: +- en +library_name: transformers +license: cc-by-nc-4.0 +quantized_by: mradermacher +tags: +- Merge +--- +## About + +weighted/imatrix quants of https://huggingface.co/Kooten/DaringMaid-20B-V1.1 + + +## 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/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ1_S.gguf) | i1-IQ1_S | 4.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ1_M.gguf) | i1-IQ1_M | 4.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 6.3 | | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ2_S.gguf) | i1-IQ2_S | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ2_M.gguf) | i1-IQ2_M | 7.2 | | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-Q2_K.gguf) | i1-Q2_K | 7.7 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 7.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 8.5 | | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ3_S.gguf) | i1-IQ3_S | 9.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 9.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ3_M.gguf) | i1-IQ3_M | 9.4 | | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 10.0 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 10.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 11.0 | | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 11.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-Q4_0.gguf) | i1-Q4_0 | 11.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 11.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 12.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 14.1 | | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 14.5 | | +| [GGUF](https://huggingface.co/mradermacher/DaringMaid-20B-V1.1-i1-GGUF/resolve/main/DaringMaid-20B-V1.1.i1-Q6_K.gguf) | i1-Q6_K | 16.7 | practically like static Q6_K | + +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. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..b1dc4b4 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b769178ee46195af88254c5f02938f25ce9d6c57b37fb90dc80b0fc84ce1b9 +size 11061292