Image-Text-to-Text
PEFT
Safetensors
English
vision
lora
qlora
hallucination-mitigation
safety
sycophancy
vision-language-model
conversational
Instructions to use NANI-Nithin/SmolVLM-Hallucination-Defense with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NANI-Nithin/SmolVLM-Hallucination-Defense with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolVLM2-2.2B-Instruct") model = PeftModel.from_pretrained(base_model, "NANI-Nithin/SmolVLM-Hallucination-Defense") - Notebooks
- Google Colab
- Kaggle
Ctrl+K