KaituoFeng commited on
Commit
e6840e4
·
verified ·
1 Parent(s): e49c6fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ base_model:
14
 
15
  This repository contains the Video-R1-7B model as presented in [Video-R1: Reinforcing Video Reasoning in MLLMs](https://arxiv.org/pdf/2503.21776).
16
 
17
- For training and evaluation, please refer to the Code: https://github.com/tulerfeng/Video-R1
18
 
19
  For inference on a single example, you may refer to: https://github.com/tulerfeng/Video-R1/blob/main/src/inference_example.py
20
 
 
14
 
15
  This repository contains the Video-R1-7B model as presented in [Video-R1: Reinforcing Video Reasoning in MLLMs](https://arxiv.org/pdf/2503.21776).
16
 
17
+ For training and evaluation, please refer to the code: https://github.com/tulerfeng/Video-R1
18
 
19
  For inference on a single example, you may refer to: https://github.com/tulerfeng/Video-R1/blob/main/src/inference_example.py
20