From 8254dec719f8994ef22014dc3dae62a41832c272 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 11 May 2026 10:39:42 +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/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++ ...The-Writer-9B-tainted-heresy.i1-IQ1_M.gguf | 3 + ...The-Writer-9B-tainted-heresy.i1-IQ1_S.gguf | 3 + ...The-Writer-9B-tainted-heresy.i1-IQ2_M.gguf | 3 + ...The-Writer-9B-tainted-heresy.i1-IQ2_S.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-IQ2_XS.gguf | 3 + ...e-Writer-9B-tainted-heresy.i1-IQ2_XXS.gguf | 3 + ...The-Writer-9B-tainted-heresy.i1-IQ3_M.gguf | 3 + ...The-Writer-9B-tainted-heresy.i1-IQ3_S.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-IQ3_XS.gguf | 3 + ...e-Writer-9B-tainted-heresy.i1-IQ3_XXS.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-IQ4_NL.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-IQ4_XS.gguf | 3 + ...-The-Writer-9B-tainted-heresy.i1-Q2_K.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-Q2_K_S.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-Q3_K_L.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-Q3_K_M.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-Q3_K_S.gguf | 3 + ...-The-Writer-9B-tainted-heresy.i1-Q4_0.gguf | 3 + ...-The-Writer-9B-tainted-heresy.i1-Q4_1.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-Q4_K_M.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-Q4_K_S.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-Q5_K_M.gguf | 3 + ...he-Writer-9B-tainted-heresy.i1-Q5_K_S.gguf | 3 + ...-The-Writer-9B-tainted-heresy.i1-Q6_K.gguf | 3 + ...-The-Writer-9B-tainted-heresy.imatrix.gguf | 3 + README.md | 92 +++++++++++++++++++ 27 files changed, 227 insertions(+) create mode 100644 .gitattributes create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_M.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_S.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_M.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_S.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XS.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XXS.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_M.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_S.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XS.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XXS.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_NL.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_XS.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K_S.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_L.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_M.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_S.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q4_0.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q4_1.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_M.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_S.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_M.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_S.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.i1-Q6_K.gguf create mode 100644 Gemma-The-Writer-9B-tainted-heresy.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b0ffab4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +Gemma-The-Writer-9B-tainted-heresy.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_M.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_M.gguf new file mode 100644 index 0000000..55376c6 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2daa126dd19479308e338a7b462cb1eff2a1b841cf13be89e97503fa68d67a2 +size 2545952864 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_S.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_S.gguf new file mode 100644 index 0000000..51e0dd5 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d15ec9f7a1a286ce1fcf33784d4af9cb2653c7bb0c22ad8f914e7855fd17cb +size 2378565728 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_M.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_M.gguf new file mode 100644 index 0000000..7da7aee --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372bfff80506d572070fff481926369f3ef6f9973bef4cfa5d47b20a9ea432c9 +size 3434670176 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_S.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_S.gguf new file mode 100644 index 0000000..9eb3845 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd3f8a98f335c6b22de70e20d02e0b5d1e5c945d037a0df48913d8e5c0baf82 +size 3211487328 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XS.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XS.gguf new file mode 100644 index 0000000..128fdca --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89b3d9e64de066b8b468edbdba38401d884f3db244d6bbd77469842d46b090f +size 3067381856 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XXS.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..226c0d5 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03e91bddd696d1e2e3ade759b3edffeb282468200563b34a6d89f35516d5923 +size 2824931424 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_M.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_M.gguf new file mode 100644 index 0000000..c278270 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e34a43cd4d9f423227249aba99e15d3108aba3b32e504aebbaab305d5479a4 +size 4494616672 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_S.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_S.gguf new file mode 100644 index 0000000..14f4c89 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c65d4162dc995a7453286d0f6006a384018bc6b6fecd580c21a85e9e299f2b4 +size 4337666144 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XS.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XS.gguf new file mode 100644 index 0000000..cb2e4ce --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5e33769ec7fd638c9b54f5c5843ba796763156e6215122901c61d583585611 +size 4144990304 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XXS.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..df4dd0f --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052698118c3eb40c89fa08b16970d160ed3d18518735858468fcd9fd6473e8c4 +size 3796740192 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_NL.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_NL.gguf new file mode 100644 index 0000000..4275d75 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc383b3ce13724a110ef408ff6c67f0bab10a47f363ce12228e7c80ff039304 +size 5443143776 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_XS.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_XS.gguf new file mode 100644 index 0000000..0a04bb1 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d21bc00a021a4ee08f5f9f9e2920fe9367af7b64583b3e9261888cf9ca7464b +size 5183031392 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K.gguf new file mode 100644 index 0000000..8bd2da9 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef38fdaf14fe3d059bd0834e56c5eae0b8d56ca1f74c66c3860ba21241f90d69 +size 3805399136 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K_S.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K_S.gguf new file mode 100644 index 0000000..5cd2848 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a663e9ef9b2ff94d286b3549cb7bf3b47e0cb567b3b0314c8db02d19845fdd3e +size 3552512096 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_L.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_L.gguf new file mode 100644 index 0000000..9977019 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e770d15122363bf1056fae59f71341b436ac4fad5855fbc2bccffdf7f4c6a39 +size 5132453984 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_M.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_M.gguf new file mode 100644 index 0000000..46d3645 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5abd4cc0eb482aeedc2bd3276aa25773670986afd6f891ab8e0daa32341b4b +size 4761782368 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_S.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_S.gguf new file mode 100644 index 0000000..f893cf8 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbb543e58f2db0c2b9287651af5b72c14ce74872a7298bf3da6d4908d83cedb +size 4337666144 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_0.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_0.gguf new file mode 100644 index 0000000..7404aec --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d23d0138c00461c729def80b58d4e1a07c64cf1cf4875e2a9b5b2309c1a62d +size 5459200096 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_1.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_1.gguf new file mode 100644 index 0000000..ae4d67d --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03dbac344ba9b73732b6daffc21605f84ce8d2e6849e0c769956ff72d91244a4 +size 5963368544 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_M.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_M.gguf new file mode 100644 index 0000000..649b286 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f535837a2cc1b0629e21e45e6b4a7b92abba994ce66dde031aa1a3d6c6a54b +size 5761058912 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_S.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_S.gguf new file mode 100644 index 0000000..1ef1961 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d095b1fff6843549947b62c69e3b65bd39c4222bcc4799907190aa1b1e77ff +size 5478926432 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_M.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_M.gguf new file mode 100644 index 0000000..cc2c79f --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0d0578582ccd889211940bfa845c92059e9fb032d75c79612384558506ae70 +size 6647367776 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_S.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_S.gguf new file mode 100644 index 0000000..727c571 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72cf083bb02bd306aa61bb5d993306e59825e7f734713f3e25e2048b03f1686 +size 6483593312 diff --git a/Gemma-The-Writer-9B-tainted-heresy.i1-Q6_K.gguf b/Gemma-The-Writer-9B-tainted-heresy.i1-Q6_K.gguf new file mode 100644 index 0000000..6b9cb52 --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9a0ab2e61e663210f1098e180c374c43a33fa6f62a04fe548a7f10ca114b67 +size 7589070944 diff --git a/Gemma-The-Writer-9B-tainted-heresy.imatrix.gguf b/Gemma-The-Writer-9B-tainted-heresy.imatrix.gguf new file mode 100644 index 0000000..c2a920a --- /dev/null +++ b/Gemma-The-Writer-9B-tainted-heresy.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b25e6dbe3c37ce756da936cec8bd76fc81323930bc87472731be0167274632f +size 6152352 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6d82e4 --- /dev/null +++ b/README.md @@ -0,0 +1,92 @@ +--- +base_model: MuXodious/Gemma-The-Writer-9B-tainted-heresy +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- mergekit +- merge +- gemma2 +- heretic +- uncensored +- decensored +- abliterated +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/MuXodious/Gemma-The-Writer-9B-tainted-heresy + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Gemma-The-Writer-9B-tainted-heresy-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-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/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_S.gguf) | i1-IQ1_S | 2.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ1_M.gguf) | i1-IQ1_M | 2.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_XS.gguf) | i1-IQ2_XS | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_S.gguf) | i1-IQ2_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ2_M.gguf) | i1-IQ2_M | 3.5 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q2_K.gguf) | i1-Q2_K | 3.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_XS.gguf) | i1-IQ3_XS | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_S.gguf) | i1-IQ3_S | 4.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_S.gguf) | i1-Q3_K_S | 4.4 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ3_M.gguf) | i1-IQ3_M | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q3_K_L.gguf) | i1-Q3_K_L | 5.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_XS.gguf) | i1-IQ4_XS | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-IQ4_NL.gguf) | i1-IQ4_NL | 5.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_0.gguf) | i1-Q4_0 | 5.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_S.gguf) | i1-Q4_K_S | 5.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q4_1.gguf) | i1-Q4_1 | 6.1 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_S.gguf) | i1-Q5_K_S | 6.6 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q5_K_M.gguf) | i1-Q5_K_M | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma-The-Writer-9B-tainted-heresy-i1-GGUF/resolve/main/Gemma-The-Writer-9B-tainted-heresy.i1-Q6_K.gguf) | i1-Q6_K | 7.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. 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. + +