Any-to-Any
Transformers
Safetensors
gemma4
image-text-to-text
heretic
uncensored
decensored
abliterated
Instructions to use cinnybun02/heretic-e2b-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cinnybun02/heretic-e2b-fp16 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("cinnybun02/heretic-e2b-fp16") model = AutoModelForMultimodalLM.from_pretrained("cinnybun02/heretic-e2b-fp16", device_map="auto") - Notebooks
- Google Colab
- Kaggle