Add Website + Daily Paper badges e399087
mwxely commited on
How to use ParaVT/ParaVT-8B with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForImageTextToText
processor = AutoProcessor.from_pretrained("ParaVT/ParaVT-8B")
model = AutoModelForImageTextToText.from_pretrained("ParaVT/ParaVT-8B")