initial commit dc57090
Sohan Anisetty commited on
How to use SohanAnisetty/ofa-vqa-tiny with Transformers:
# Load model directly
from transformers import OFAModelForVQA
model = OFAModelForVQA.from_pretrained("SohanAnisetty/ofa-vqa-tiny", dtype="auto")