Update README.md
Browse files
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
|
| 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 |
|