DBQ/Burberry.Product.prices.United.Arab.Emirates
Viewer โข Updated โข 2.55k โข 54
How to use justinj92/phi-35-vision-burberry with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("visual-question-answering", model="justinj92/phi-35-vision-burberry", trust_remote_code=True) # Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("justinj92/phi-35-vision-burberry", trust_remote_code=True, dtype="auto")