How to use Video-R1/Video-R1-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("Video-R1/Video-R1-7B") model = AutoModelForImageTextToText.from_pretrained("Video-R1/Video-R1-7B")
· Sign up or log in to comment