TinyLLaVA
Collection
TinyLLaVA: A Framework of Small-scale Large Multimodal Models • 7 items • Updated • 6
How to use bczhou/TinyLLaVA-3.1B-SigLIP with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("bczhou/TinyLLaVA-3.1B-SigLIP", dtype="auto")