From 55df52496acd2efd06fb242b94684446e38f2181 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 17 Apr 2026 14:58:34 +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/Gemma3-Emotional_Uncensored-1B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ Gemma3-Emotional_Uncensored-1B.i1-IQ1_M.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-IQ1_S.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-IQ2_M.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-IQ2_S.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-IQ2_XS.gguf | 3 + ...a3-Emotional_Uncensored-1B.i1-IQ2_XXS.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-IQ3_M.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-IQ3_S.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-IQ3_XS.gguf | 3 + ...a3-Emotional_Uncensored-1B.i1-IQ3_XXS.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-IQ4_NL.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-IQ4_XS.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q2_K.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q2_K_S.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q3_K_L.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q3_K_M.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q3_K_S.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q4_0.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q4_1.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q4_K_M.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q4_K_S.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q5_K_M.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q5_K_S.gguf | 3 + Gemma3-Emotional_Uncensored-1B.i1-Q6_K.gguf | 3 + Gemma3-Emotional_Uncensored-1B.imatrix.gguf | 3 + README.md | 87 +++++++++++++++++++ 27 files changed, 222 insertions(+) create mode 100644 .gitattributes create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ1_M.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ1_S.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ2_M.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ2_S.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ2_XS.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ2_XXS.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ3_M.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ3_S.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ3_XS.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ3_XXS.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ4_NL.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-IQ4_XS.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q2_K.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q2_K_S.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q3_K_L.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q3_K_M.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q3_K_S.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q4_0.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q4_1.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q4_K_M.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q4_K_S.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q5_K_M.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q5_K_S.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.i1-Q6_K.gguf create mode 100644 Gemma3-Emotional_Uncensored-1B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7ad61d3 --- /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 +Gemma3-Emotional_Uncensored-1B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gemma3-Emotional_Uncensored-1B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ1_M.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ1_M.gguf new file mode 100644 index 0000000..bd2154f --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34891c2fd66c0c037b68d0e78aca3803b4aab0a9fc91f12b3906bd57b178444c +size 643485152 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ1_S.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ1_S.gguf new file mode 100644 index 0000000..58a1feb --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c8ef3aa4d324760200bbafa396bcea3834bb8bcbb2d6aa4705df473f70bd3b +size 639192800 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ2_M.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ2_M.gguf new file mode 100644 index 0000000..f7b3dc4 --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56f6e5e89f87f58632ee3a39fd542e82f19fafd5f5700218fe491897885b8bd +size 669783008 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ2_S.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ2_S.gguf new file mode 100644 index 0000000..708c20d --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5955c72b588b274b21bc4898f9d4b312bfa408f033c630e377f844c36d0e883e +size 664059872 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ2_XS.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..d666761 --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685492148009fd2ca2f2c6c53a57ce07243bd606fcb3e3341a77cd655e520e7b +size 657320672 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ2_XXS.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..fbd551f --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cfcf46a68fcb12b675be72a1679c8ebec43284f1d49c7d07a8b1ea38d67765 +size 650639072 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ3_M.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ3_M.gguf new file mode 100644 index 0000000..c5f36cf --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd406aa26ea40f1a0d17e527376df7bae2ecea8c13cd4ffe0d5b39dcc683c6d6 +size 697060064 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ3_S.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ3_S.gguf new file mode 100644 index 0000000..797d43b --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e163f25a540478176c0a3c8f44add099b58f8bad852464c9a68dee57255b71 +size 689813984 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ3_XS.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..a310334 --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecc4ace6c7cefcff63218d2707e05c0ba9abb035c70807a86b3ed8bb869f2c4 +size 689813984 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ3_XXS.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..a19ec72 --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ff90c156558e61bf48d36293b7e20a30c99b0d2b819939034979bd63977b1e +size 680109536 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ4_NL.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..db1995d --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e725cac1ea0a94571bcfc2fa1b973bbd9926ab6f0ef311b6e2d4560f9c37d36 +size 721862624 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-IQ4_XS.gguf b/Gemma3-Emotional_Uncensored-1B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..f0e8c1d --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571d8f5a6561b09b444948b525b18fc8a69265a3bd7c6543447cecfcfb94baed +size 714434528 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q2_K.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q2_K.gguf new file mode 100644 index 0000000..b02cd6d --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1745821b5a41eddd4a5d7b27a1fd9e859829fc749e63149e5a8d5179b4c11f74 +size 689813984 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q2_K_S.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..9d6a5e8 --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cfe6898a4a5d4fe59ab4edc27715f02c66411230fe6de52b3621dadda1ff85 +size 671271392 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_L.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..b6daf8c --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2716803bce8bf7074034b7c67f1ef3a26b1cbe25213dd8a5a691ce277c35b510 +size 751575008 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_M.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..6751c0f --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c187d8eb3d9717642eab41845fb893bb65ff207f9634e9167964c4dbe048f4f3 +size 722415584 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_S.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c30313e --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4beef201fc5308e265d0caa35cec69a1bb606c5767c19f1637fb6ad2d830716 +size 688855520 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q4_0.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q4_0.gguf new file mode 100644 index 0000000..e40b1f0 --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d87d4b70285a7722d3e05ab0c2346d4e1cb7efa6679471191ed28c5a4fdfe79 +size 721917920 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q4_1.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q4_1.gguf new file mode 100644 index 0000000..a30f237 --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a193270e9cc0a14aeec4b0ddf4cd084aca5c3f24e5df6764eb059b797eb66654 +size 764035040 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q4_K_M.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..c2dd471 --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21430bad4cc0ed3e0297ea59fe0b9f2b3816a24a587c06e3d978adf18f4b62ad +size 806057696 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q4_K_S.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..ea7f49d --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adea45fcb2d3b265e8f6116d8cd492af721fa6ee1d204807cd52e4169729b6f1 +size 780992480 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q5_K_M.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..c8ef4fc --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c267d5635ba305dea60b4f0e3fcdace89fe8f39d3161ebf4bad55d97012595 +size 851345120 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q5_K_S.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..f5314c6 --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058a3ec7f5c99288b743f1588c8b9f6acfc002d5bbc96d1a66bbdf14a2b34b8f +size 836399072 diff --git a/Gemma3-Emotional_Uncensored-1B.i1-Q6_K.gguf b/Gemma3-Emotional_Uncensored-1B.i1-Q6_K.gguf new file mode 100644 index 0000000..68a1f67 --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88171e35fadc1536aa85cb205a07a16d318327b03a9d4b5603e8082af74e8eb7 +size 1011738080 diff --git a/Gemma3-Emotional_Uncensored-1B.imatrix.gguf b/Gemma3-Emotional_Uncensored-1B.imatrix.gguf new file mode 100644 index 0000000..73e90df --- /dev/null +++ b/Gemma3-Emotional_Uncensored-1B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82b4cafb69ee52dae8f1e6d2a096cd432a5c820ff253c50f7c20fa75b7b3d5c +size 1452416 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5cba5e --- /dev/null +++ b/README.md @@ -0,0 +1,87 @@ +--- +base_model: Novaciano/Gemma3-Emotional_Uncensored-1B +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Novaciano/Gemma3-Emotional_Uncensored-1B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Gemma3-Emotional_Uncensored-1B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-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/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ1_S.gguf) | i1-IQ1_S | 0.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ1_M.gguf) | i1-IQ1_M | 0.7 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ2_S.gguf) | i1-IQ2_S | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ2_M.gguf) | i1-IQ2_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.8 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ3_S.gguf) | i1-IQ3_S | 0.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ3_M.gguf) | i1-IQ3_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q4_0.gguf) | i1-Q4_0 | 0.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q4_1.gguf) | i1-Q4_1 | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Gemma3-Emotional_Uncensored-1B-i1-GGUF/resolve/main/Gemma3-Emotional_Uncensored-1B.i1-Q6_K.gguf) | i1-Q6_K | 1.1 | 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. + +