Instructions to use huihui-ai/Huihui-gemma-4-12B-it-abliterated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use huihui-ai/Huihui-gemma-4-12B-it-abliterated with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("huihui-ai/Huihui-gemma-4-12B-it-abliterated") model = AutoModelForMultimodalLM.from_pretrained("huihui-ai/Huihui-gemma-4-12B-it-abliterated", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,14 @@ This is a crude, proof-of-concept implementation to remove refusals from an LLM
|
|
| 20 |
|
| 21 |
**Important Notice**: The weights of the earliest released google/gemma-4-12B-it model have issues. We have already re-ablated and re-uploaded the model. If you have already downloaded it, please re-download.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
### Usage Warnings
|
| 25 |
|
|
|
|
| 20 |
|
| 21 |
**Important Notice**: The weights of the earliest released google/gemma-4-12B-it model have issues. We have already re-ablated and re-uploaded the model. If you have already downloaded it, please re-download.
|
| 22 |
|
| 23 |
+
## ollama
|
| 24 |
+
|
| 25 |
+
Please use the latest version of [ollama](https://github.com/ollama/ollama/releases/)
|
| 26 |
+
|
| 27 |
+
You can use [huihui_ai/gemma-4-abliterated:12b](https://ollama.com/huihui_ai/gemma-4-abliterated:12b) directly,
|
| 28 |
+
```
|
| 29 |
+
ollama run huihui_ai/gemma-4-abliterated:12b
|
| 30 |
+
```
|
| 31 |
|
| 32 |
### Usage Warnings
|
| 33 |
|