KaituoFeng commited on
Commit
e99ddfe
·
verified ·
1 Parent(s): d4fefca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,4 +14,6 @@ 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 inference, please refer to the Code: https://github.com/tulerfeng/Video-R1
 
 
 
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