How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("Parth/result")
model = AutoModelForMultimodalLM.from_pretrained("Parth/result")
Quick Links