From 59b3b913ec2fa6848b58c7b25612bf3e2faec99f Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 3 Jul 2026 18:34: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/Bellatrix-Tiny-1B-v2-abliterated-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++ Bellatrix-Tiny-1B-v2-abliterated.IQ4_XS.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.Q2_K.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.Q3_K_L.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.Q3_K_M.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.Q3_K_S.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.Q4_K_M.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.Q4_K_S.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.Q5_K_M.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.Q5_K_S.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.Q6_K.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.Q8_0.gguf | 3 + Bellatrix-Tiny-1B-v2-abliterated.f16.gguf | 3 + README.md | 71 ++++++++++++++++++++ 14 files changed, 154 insertions(+) create mode 100644 .gitattributes create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.IQ4_XS.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.Q2_K.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.Q3_K_L.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.Q3_K_M.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.Q3_K_S.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.Q4_K_M.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.Q4_K_S.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.Q5_K_M.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.Q5_K_S.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.Q6_K.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.Q8_0.gguf create mode 100644 Bellatrix-Tiny-1B-v2-abliterated.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3604a10 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +Bellatrix-Tiny-1B-v2-abliterated.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Bellatrix-Tiny-1B-v2-abliterated.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Bellatrix-Tiny-1B-v2-abliterated.IQ4_XS.gguf b/Bellatrix-Tiny-1B-v2-abliterated.IQ4_XS.gguf new file mode 100644 index 0000000..a1a6c7b --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb605407b47e9ea57a82a6e08b34fe1d62d1899547460d433340a0d437283b5a +size 748385600 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.Q2_K.gguf b/Bellatrix-Tiny-1B-v2-abliterated.Q2_K.gguf new file mode 100644 index 0000000..eb6e4e7 --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b276f6d0e3c37ee1baf02eb1ed3a0dd537853aaebca4d8a0a97367c37f475a +size 580875584 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_L.gguf b/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_L.gguf new file mode 100644 index 0000000..d9e57df --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12428599d0b8c79bc8f528dbe086ff6506a65453bc78a2caa7f2e99d36084bc +size 732525888 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_M.gguf b/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_M.gguf new file mode 100644 index 0000000..f5f5311 --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a428456e57326910cb5120232741252a33655c557bf25a0711224bee2f95519 +size 690844992 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_S.gguf b/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_S.gguf new file mode 100644 index 0000000..9678063 --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f775cc1efdb984fe720739fc36e2abe9920e24062bdb41ca2cc79c38cfdfb224 +size 641692992 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.Q4_K_M.gguf b/Bellatrix-Tiny-1B-v2-abliterated.Q4_K_M.gguf new file mode 100644 index 0000000..7aa16a5 --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7fe2d2ad096199314e6f8afbdcf4e1d4656c8ce85c07ba52fef7fcb5d9cb30 +size 807695680 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.Q4_K_S.gguf b/Bellatrix-Tiny-1B-v2-abliterated.Q4_K_S.gguf new file mode 100644 index 0000000..3fe2c10 --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e52948bf6f23feb33a43bc8719ecbca6504d6f7b7c04010ca30429943059ba2 +size 775648576 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.Q5_K_M.gguf b/Bellatrix-Tiny-1B-v2-abliterated.Q5_K_M.gguf new file mode 100644 index 0000000..84fb9e6 --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3dca75af1a1d2e81a852f938dab5ef768bdf2e230873348ee84712c744f63f +size 911504704 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.Q5_K_S.gguf b/Bellatrix-Tiny-1B-v2-abliterated.Q5_K_S.gguf new file mode 100644 index 0000000..524c46c --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f8d2660eb03254c2edf4d62f219d1e3bd587c196a6ce840b3d638ab916eee1 +size 892564800 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.Q6_K.gguf b/Bellatrix-Tiny-1B-v2-abliterated.Q6_K.gguf new file mode 100644 index 0000000..f980fa2 --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8231e9180d7250d28add5cc73c8b7d388db8f6160cecd91a265a3ca00a53a7c8 +size 1021801792 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.Q8_0.gguf b/Bellatrix-Tiny-1B-v2-abliterated.Q8_0.gguf new file mode 100644 index 0000000..dc40aa9 --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a94e5034f1976a04929d8728718553c8ba9b2774274fcd18cfb7c323451d8f0 +size 1321084224 diff --git a/Bellatrix-Tiny-1B-v2-abliterated.f16.gguf b/Bellatrix-Tiny-1B-v2-abliterated.f16.gguf new file mode 100644 index 0000000..62f166e --- /dev/null +++ b/Bellatrix-Tiny-1B-v2-abliterated.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57fb74e6827d11bca164f704660bc21c09fc511ee505ba2495f9f9a86e9819b +size 2479596864 diff --git a/README.md b/README.md new file mode 100644 index 0000000..906f9c4 --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +--- +base_model: prithivMLmods/Bellatrix-Tiny-1B-v2-abliterated +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +--- +## About + + + + + + +static quants of https://huggingface.co/prithivMLmods/Bellatrix-Tiny-1B-v2-abliterated + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Bellatrix-Tiny-1B-v2-abliterated-GGUF).*** + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.Q2_K.gguf) | Q2_K | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_S.gguf) | Q3_K_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_M.gguf) | Q3_K_M | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.Q3_K_L.gguf) | Q3_K_L | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.IQ4_XS.gguf) | IQ4_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.Q4_K_S.gguf) | Q4_K_S | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.Q4_K_M.gguf) | Q4_K_M | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.Q5_K_S.gguf) | Q5_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.Q5_K_M.gguf) | Q5_K_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.Q6_K.gguf) | Q6_K | 1.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.Q8_0.gguf) | Q8_0 | 1.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Bellatrix-Tiny-1B-v2-abliterated-GGUF/resolve/main/Bellatrix-Tiny-1B-v2-abliterated.f16.gguf) | f16 | 2.6 | 16 bpw, overkill | + +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. + +