From 2aae8d8d3bffd1ec421b3ea95197b9f77b4c9bce Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 6 Aug 2026 06:05: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/Floppa-12B-Gemma3-Uncensored-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++ Floppa-12B-Gemma3-Uncensored.i1-IQ1_M.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ1_S.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ2_M.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ2_S.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ2_XS.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ2_XXS.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ3_M.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ3_S.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ3_XS.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ3_XXS.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ4_NL.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-IQ4_XS.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q2_K.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q2_K_S.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q3_K_L.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q3_K_M.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q3_K_S.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q4_0.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q4_1.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q4_K_M.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q4_K_S.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q5_K_M.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q5_K_S.gguf | 3 + Floppa-12B-Gemma3-Uncensored.i1-Q6_K.gguf | 3 + Floppa-12B-Gemma3-Uncensored.imatrix.gguf | 3 + README.md | 96 ++++++++++++++++++++ 27 files changed, 231 insertions(+) create mode 100644 .gitattributes create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ1_M.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ1_S.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ2_M.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ2_S.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ2_XS.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ2_XXS.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ3_M.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ3_S.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ3_XS.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ3_XXS.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ4_NL.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-IQ4_XS.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q2_K.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q2_K_S.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q3_K_L.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q3_K_M.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q3_K_S.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q4_0.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q4_1.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q4_K_M.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q4_K_S.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q5_K_M.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q5_K_S.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.i1-Q6_K.gguf create mode 100644 Floppa-12B-Gemma3-Uncensored.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5184fbd --- /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 +Floppa-12B-Gemma3-Uncensored.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Floppa-12B-Gemma3-Uncensored.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ1_M.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ1_M.gguf new file mode 100644 index 0000000..845b46b --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5cd38ec921ae7d11c0312614e32be38727c4f737e4fc439231ea35df801c75 +size 3164728768 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ1_S.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ1_S.gguf new file mode 100644 index 0000000..4fcf80f --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fde5b17f17be3e3de63b8a4c20558b993df432a817416f7e356a9025024726 +size 2947415488 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ2_M.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ2_M.gguf new file mode 100644 index 0000000..0bbda30 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4548777f045691c70740e46b2c994b3c7b9fb11fce7bce47ba2dbdde02e01a9 +size 4310461888 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ2_S.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ2_S.gguf new file mode 100644 index 0000000..7cc75a7 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1571ea29ac3d469c42d277a94ca23821932ba7b2636f4ba9ba1bd4c722c19cd0 +size 4020710848 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ2_XS.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ2_XS.gguf new file mode 100644 index 0000000..43d9138 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8821eedb811b97f7a28c253a926360403737299b28c8293326f100c97783a11 +size 3840261568 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ2_XXS.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..0fdb0fe --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126d55a48450ae449cf18c8384229864a5e1945416237cf909979d0d6bffb1c6 +size 3526917568 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ3_M.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ3_M.gguf new file mode 100644 index 0000000..6b43323 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652f63d64e4b6289641795fd2a103ceabd85ff9d62d201a4cd5663ec32e03aa7 +size 5655723328 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ3_S.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ3_S.gguf new file mode 100644 index 0000000..e4e85ea --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5b6a35ee3b76ba712c143df94b592650b20e935bc1beb01a21d624551413dc +size 5458316608 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ3_XS.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ3_XS.gguf new file mode 100644 index 0000000..2c52115 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423a1eb806068931b1c9d7c3e0a4190b1a0ff1c873a10bfa1c064ab3abda87c9 +size 5206166848 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ3_XXS.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..f6cbb86 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af3f2da9678c187f70e3a72509046a8bc4c03d9f0fd8496983070b4810131dd +size 4784901568 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ4_NL.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ4_NL.gguf new file mode 100644 index 0000000..c77fed7 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab98061046573bc32f82a3455019e1e783739908093b130e954f50787d985f40 +size 6887165248 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-IQ4_XS.gguf b/Floppa-12B-Gemma3-Uncensored.i1-IQ4_XS.gguf new file mode 100644 index 0000000..e2c31ad --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52dad263f387bc7b87b0f8ee3c2923dc1c81d2627f1dd3f7bbde6ce5259b899c +size 6550965568 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q2_K.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q2_K.gguf new file mode 100644 index 0000000..1517e1e --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e45cf2c8015fcd65aceb09ff034a5e7cdf1b1ac35c0759a313601f0d1494f3d +size 4768222528 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q2_K_S.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q2_K_S.gguf new file mode 100644 index 0000000..b7eec4a --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e965b95ca193f81fe829137ddf91dbb792a9ef351fc321f77b97da5a2ce074 +size 4448611648 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_L.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_L.gguf new file mode 100644 index 0000000..eb1e728 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755c0b72615395944544ed1debd1df8eed4d9a9fd98d7a1eb29181bbb5e4db68 +size 6480186688 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_M.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_M.gguf new file mode 100644 index 0000000..f127d6e --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40604f8062ddd18e3d0ccd074fcf064faddd1e60f25c0a2ff27b3131654cde63 +size 6008819008 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_S.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_S.gguf new file mode 100644 index 0000000..dddee8b --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f9a4152885018aec0f590b22cd6989b8489e832539457a3be9a787b8aabd16 +size 5458316608 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q4_0.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q4_0.gguf new file mode 100644 index 0000000..00346fc --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cb4b475242a92151be54be6b95fb703c3aa867dbaccf709eb7deac0afce5e7 +size 6909283648 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q4_1.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q4_1.gguf new file mode 100644 index 0000000..203c010 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb0f6493c15ff224fc76cdca35dd5b181ee474c26a25ffb58f3b1a8c8d2f74e +size 7559564608 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q4_K_M.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q4_K_M.gguf new file mode 100644 index 0000000..946a2f5 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766f6e4a1df34c3c7c7223b790cd2269c8f7e087f830e7d52b868c4d1a264b62 +size 7300779328 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q4_K_S.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q4_K_S.gguf new file mode 100644 index 0000000..699b2a6 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899323c2c061d0ba2a63a52f9a79cb38cd40500049061eba1c98adbf7943fc79 +size 6935334208 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q5_K_M.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q5_K_M.gguf new file mode 100644 index 0000000..54fe356 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51ce03cd49514199017ebf720e37d921d98a9fc818703e67d0ef8c6bedd1629 +size 8445037888 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q5_K_S.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q5_K_S.gguf new file mode 100644 index 0000000..11f9332 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6538573debc43d3e1d5e718a2b84987a3c52e101bc48d9dc49a1107749eb18 +size 8231963968 diff --git a/Floppa-12B-Gemma3-Uncensored.i1-Q6_K.gguf b/Floppa-12B-Gemma3-Uncensored.i1-Q6_K.gguf new file mode 100644 index 0000000..aa02e56 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23a5677b081bfaad176b3918abafd227805e095e3caf087bc2d893256ecae09 +size 9660812608 diff --git a/Floppa-12B-Gemma3-Uncensored.imatrix.gguf b/Floppa-12B-Gemma3-Uncensored.imatrix.gguf new file mode 100644 index 0000000..ab54ab5 --- /dev/null +++ b/Floppa-12B-Gemma3-Uncensored.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0452b325fc4daab406106f432d9d39d40f3b5951139a6dfe7494a2adb78151 +size 7473632 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c741709 --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ +--- +base_model: Ryex/Floppa-12B-Gemma3-Uncensored +language: +- en +- ja +- multilingual +library_name: transformers +license: gemma +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- gemma +- gemma-3 +- multimodal +- uncensored +- translation +- anime +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Ryex/Floppa-12B-Gemma3-Uncensored + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Floppa-12B-Gemma3-Uncensored-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-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/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ1_S.gguf) | i1-IQ1_S | 3.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ2_XS.gguf) | i1-IQ2_XS | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ2_S.gguf) | i1-IQ2_S | 4.1 | | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ2_M.gguf) | i1-IQ2_M | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q2_K.gguf) | i1-Q2_K | 4.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 4.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ3_S.gguf) | i1-IQ3_S | 5.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ3_M.gguf) | i1-IQ3_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q3_K_L.gguf) | i1-Q3_K_L | 6.6 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ4_XS.gguf) | i1-IQ4_XS | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q4_0.gguf) | i1-Q4_0 | 7.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q4_K_M.gguf) | i1-Q4_K_M | 7.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q4_1.gguf) | i1-Q4_1 | 7.7 | | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q5_K_S.gguf) | i1-Q5_K_S | 8.3 | | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q5_K_M.gguf) | i1-Q5_K_M | 8.5 | | +| [GGUF](https://huggingface.co/mradermacher/Floppa-12B-Gemma3-Uncensored-i1-GGUF/resolve/main/Floppa-12B-Gemma3-Uncensored.i1-Q6_K.gguf) | i1-Q6_K | 9.8 | 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. + +