Duplicated from Mantis-VL/mantis-8b-idefics2-video-eval-anno-real_4096_regression
How to use TIGER-Lab/VideoScore with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="TIGER-Lab/VideoScore")
# Load model directly from transformers import AutoProcessor, AutoModelForSequenceClassification processor = AutoProcessor.from_pretrained("TIGER-Lab/VideoScore") model = AutoModelForSequenceClassification.from_pretrained("TIGER-Lab/VideoScore")
The community tab is the place to discuss and collaborate with the HF community!