Image-Text-to-Text
PEFT
Safetensors
English
llama
vision
science
stem
education
lora
qlora
unsloth
multimodal
conversational
Instructions to use Nalandadata/nalanda-image-vl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Nalandadata/nalanda-image-vl with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-11B-Vision-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Nalandadata/nalanda-image-vl") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!