How to use TIGER-Lab/VideoScore-v1.1 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSequenceClassification processor = AutoProcessor.from_pretrained("TIGER-Lab/VideoScore-v1.1") model = AutoModelForSequenceClassification.from_pretrained("TIGER-Lab/VideoScore-v1.1")
The community tab is the place to discuss and collaborate with the HF community!