nielsr HF Staff commited on
Commit
baaf4a7
·
verified ·
1 Parent(s): 69048d9

Add/improve model card: add pipeline tag, library name, and link to paper/code

Browse files

This PR improves the model card by adding crucial metadata, including the `pipeline_tag` (video-text-to-text) and `library_name` (transformers), which are essential for model discoverability and proper categorization on the Hub. The model card now also clearly links to the paper and the code repository.

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: video-text-to-text
4
+ library_name: transformers
5
+ ---
6
+
7
+ This repository contains the Video-R1-7B model as presented in [Video-R1: Reinforcing Video Reasoning in MLLMs](https://arxiv.org/pdf/2503.21776).
8
+
9
+ Code: https://github.com/tulerfeng/Video-R1