Any-to-Any
Transformers
Safetensors
gemma4_unified
image-text-to-text
heretic
uncensored
decensored
abliterated
Instructions to use MuXodious/gemma-4-12B-it-QAT-SOMPOA-heresy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MuXodious/gemma-4-12B-it-QAT-SOMPOA-heresy with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("MuXodious/gemma-4-12B-it-QAT-SOMPOA-heresy") model = AutoModelForMultimodalLM.from_pretrained("MuXodious/gemma-4-12B-it-QAT-SOMPOA-heresy", device_map="auto") - Notebooks
- Google Colab
- Kaggle