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