docs: update BibTeX to @article with arXiv journal and Last, First author format d1d66d5
mwxely commited on
How to use ParaVT/ParaVT-8B with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("ParaVT/ParaVT-8B")
model = AutoModelForMultimodalLM.from_pretrained("ParaVT/ParaVT-8B")