From afa9c221798f686c37f8927ef7fc4bdcd259adcb Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 13 May 2026 17:04:36 +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/Goetia-24B-v1.3-absolute-heresy-i1-GGUF Source: Original Platform --- .gitattributes | 59 +++++++++ Goetia-24B-v1.3-absolute-heresy.i1-IQ1_M.gguf | 3 + Goetia-24B-v1.3-absolute-heresy.i1-IQ1_S.gguf | 3 + Goetia-24B-v1.3-absolute-heresy.i1-IQ2_M.gguf | 3 + Goetia-24B-v1.3-absolute-heresy.i1-IQ2_S.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-IQ2_XS.gguf | 3 + ...a-24B-v1.3-absolute-heresy.i1-IQ2_XXS.gguf | 3 + Goetia-24B-v1.3-absolute-heresy.i1-IQ3_M.gguf | 3 + Goetia-24B-v1.3-absolute-heresy.i1-IQ3_S.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-IQ3_XS.gguf | 3 + ...a-24B-v1.3-absolute-heresy.i1-IQ3_XXS.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-IQ4_XS.gguf | 3 + Goetia-24B-v1.3-absolute-heresy.i1-Q2_K.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-Q2_K_S.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-Q3_K_L.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-Q3_K_M.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-Q3_K_S.gguf | 3 + Goetia-24B-v1.3-absolute-heresy.i1-Q4_0.gguf | 3 + Goetia-24B-v1.3-absolute-heresy.i1-Q4_1.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-Q4_K_M.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-Q4_K_S.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-Q5_K_M.gguf | 3 + ...ia-24B-v1.3-absolute-heresy.i1-Q5_K_S.gguf | 3 + Goetia-24B-v1.3-absolute-heresy.i1-Q6_K.gguf | 3 + Goetia-24B-v1.3-absolute-heresy.imatrix.gguf | 3 + README.md | 117 ++++++++++++++++++ 26 files changed, 248 insertions(+) create mode 100644 .gitattributes create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ1_M.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ1_S.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ2_M.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ2_S.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XS.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XXS.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ3_M.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ3_S.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XS.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XXS.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-IQ4_XS.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q2_K.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q2_K_S.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_L.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_M.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_S.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q4_0.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q4_1.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_M.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_S.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_M.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_S.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.i1-Q6_K.gguf create mode 100644 Goetia-24B-v1.3-absolute-heresy.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a9ddca6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,59 @@ +*.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 +Goetia-24B-v1.3-absolute-heresy.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Goetia-24B-v1.3-absolute-heresy.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ1_M.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ1_M.gguf new file mode 100644 index 0000000..c477e6e --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e234f4bbc9040943fe3fdfa6c068e61d4455f432e01ca3a2ca27e1561c76601 +size 5750498432 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ1_S.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ1_S.gguf new file mode 100644 index 0000000..e3287f2 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c352bff9d6bf60d1a060c647965e665d25f9090c1ab822db8aace4c5a27cfc42 +size 5273724032 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_M.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_M.gguf new file mode 100644 index 0000000..b91e4c3 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1ca13cfb658f1262ea4cde83487c410db0f3fc36ed14e8bd70ffd7630cc75e +size 8114054272 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_S.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_S.gguf new file mode 100644 index 0000000..dc2acc9 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc4379001efc8af3dc2bd65d35f90ab95c2dbeee807287f0ec3198395622c5f +size 7478355072 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XS.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XS.gguf new file mode 100644 index 0000000..d694b33 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a95341b5a949eda0e17b1a40eac81323cee391059a5430ba9ae397a00395ab +size 7207036032 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XXS.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..853776a --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45692049daa52e5f08a69ecdf15c63444be0f86b453ae05b9cc06e38a19d28e +size 6545122432 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_M.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_M.gguf new file mode 100644 index 0000000..707f5c3 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e243d84087cf064dd15a18a3af6c747bc5dd93ce9b0b6e9b26113829ad7f048c +size 10650952832 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_S.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_S.gguf new file mode 100644 index 0000000..576441e --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d555334a9aed9b98217967c8a82573993ad9a2d7d6a714a3ba91a44f5918a3 +size 10428130432 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XS.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XS.gguf new file mode 100644 index 0000000..39a5ed9 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830dd33827df4d8a2b519131388cef5198027677ef8e03a93ad9622b51f548da +size 9907119232 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XXS.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..87c654e --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba00db0a53f4755a9758b6e4771d81eda3c3451880ddc2658e26fd06cfaf488 +size 9280595072 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-IQ4_XS.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-IQ4_XS.gguf new file mode 100644 index 0000000..2b44130 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f55ea3502c2d1a31fb58e34d12f2eb88e791a879baf117ad2c884504c5a10fd +size 12758918272 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q2_K.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q2_K.gguf new file mode 100644 index 0000000..4126585 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c7aa48c4c83920dfad04320990e73d9187762ae7c9ae06c47e4b90ae63cc94 +size 8890328192 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q2_K_S.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q2_K_S.gguf new file mode 100644 index 0000000..1375877 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1807f8e4423bd2fbd420df7d2f6927f2c5920bde456d461ac9125223adead7fa +size 8320164992 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_L.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_L.gguf new file mode 100644 index 0000000..740e947 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89515a2020fd191d219c6979e48eb67272c3f57fcd033ceb5827740603954465 +size 12400764032 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_M.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_M.gguf new file mode 100644 index 0000000..ccd3cb8 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c2cea8b6fa353aabf4ae45364c4bc3535c99381b19d2c32f7ee25823a9a573 +size 11474084992 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_S.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_S.gguf new file mode 100644 index 0000000..ae945f6 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9736ead2732d20b0ae99c94a7a8854c8d0c9223e53c99f98ef6561a86b7d22 +size 10400277632 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q4_0.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q4_0.gguf new file mode 100644 index 0000000..0d16403 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245eb67281b3eda98fc369b03dd4c8670af636ebe735f4be9ad3b5f2fb19e36b +size 13494232192 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q4_1.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q4_1.gguf new file mode 100644 index 0000000..f49f8f5 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fdbdfc50ca3a6a6d7f935516518c240dc0436c3f910831425a7e75271e6db8 +size 14873109632 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_M.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_M.gguf new file mode 100644 index 0000000..b579a76 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e1cf25a0962cc9e825150b9acba5e12cc2a9d83d79ff6b10b84fa63f1985da +size 14333912192 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_S.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_S.gguf new file mode 100644 index 0000000..832e634 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2bcf93146b9b25d69329a74a539bf8f9cc70eedaa4c7e8ddc348944c5a1b7b +size 13549282432 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_M.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_M.gguf new file mode 100644 index 0000000..aae22de --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eeedb5e86b753a7ea625f0ce605b08d59a979d226cd55ccd24035983accefa0 +size 16763987072 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_S.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_S.gguf new file mode 100644 index 0000000..b4c3e19 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6eb5f53360f75f6e51a4c435bb0b2324fcf31e77c25e32fc369d858969735e2 +size 16304415872 diff --git a/Goetia-24B-v1.3-absolute-heresy.i1-Q6_K.gguf b/Goetia-24B-v1.3-absolute-heresy.i1-Q6_K.gguf new file mode 100644 index 0000000..122ef90 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f203481165a4e8c6c6729523a58f6f9dbaab93271eb51daefa60dcb82d73f708 +size 19345941632 diff --git a/Goetia-24B-v1.3-absolute-heresy.imatrix.gguf b/Goetia-24B-v1.3-absolute-heresy.imatrix.gguf new file mode 100644 index 0000000..b9ddd49 --- /dev/null +++ b/Goetia-24B-v1.3-absolute-heresy.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bd381e1a54682ea4747225f7a8ecd636f2ad1239613f404fa9e7a551d1a641 +size 10037312 diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c957fa --- /dev/null +++ b/README.md @@ -0,0 +1,117 @@ +--- +base_model: MuXodious/Goetia-24B-v1.3-absolute-heresy +datasets: +- OccultAI/illuminati_imatrix_v1 +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- creative +- creative writing +- fiction writing +- plot generation +- sub-plot generation +- story generation +- scene continue +- storytelling +- fiction story +- science fiction +- romance +- all genres +- story +- writing +- vivid prosing +- vivid writing +- fiction +- roleplaying +- float32 +- swearing +- rp +- horror +- della +- mistral +- merge +- mergekit +- heretic +- uncensored +- decensored +- abliterated +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/MuXodious/Goetia-24B-v1.3-absolute-heresy + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Goetia-24B-v1.3-absolute-heresy-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-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/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ1_S.gguf) | i1-IQ1_S | 5.4 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ1_M.gguf) | i1-IQ1_M | 5.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 6.6 | | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_XS.gguf) | i1-IQ2_XS | 7.3 | | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_S.gguf) | i1-IQ2_S | 7.6 | | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ2_M.gguf) | i1-IQ2_M | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q2_K_S.gguf) | i1-Q2_K_S | 8.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q2_K.gguf) | i1-Q2_K | 9.0 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 9.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_XS.gguf) | i1-IQ3_XS | 10.0 | | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_S.gguf) | i1-Q3_K_S | 10.5 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_S.gguf) | i1-IQ3_S | 10.5 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ3_M.gguf) | i1-IQ3_M | 10.8 | | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_M.gguf) | i1-Q3_K_M | 11.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q3_K_L.gguf) | i1-Q3_K_L | 12.5 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-IQ4_XS.gguf) | i1-IQ4_XS | 12.9 | | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q4_0.gguf) | i1-Q4_0 | 13.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_S.gguf) | i1-Q4_K_S | 13.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q4_K_M.gguf) | i1-Q4_K_M | 14.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q4_1.gguf) | i1-Q4_1 | 15.0 | | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_S.gguf) | i1-Q5_K_S | 16.4 | | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q5_K_M.gguf) | i1-Q5_K_M | 16.9 | | +| [GGUF](https://huggingface.co/mradermacher/Goetia-24B-v1.3-absolute-heresy-i1-GGUF/resolve/main/Goetia-24B-v1.3-absolute-heresy.i1-Q6_K.gguf) | i1-Q6_K | 19.4 | 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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + +