yhx12 commited on
Commit
f3257c9
·
verified ·
1 Parent(s): f9c847e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ **VideoSSR-8B** is a multimodal large language model (MLLM) fine-tuned from `Qwen-VL-8B-Instruct` for enhanced video understanding. It is trained using a novel **Video Self-Supervised Reinforcement Learning (VideoSSR)** framework, which generates its own high-quality training data directly from videos, eliminating the need for manual annotation.
2
+
3
+ - **Base Model:** `Qwen-VL-8B-Instruct`
4
+ - **Paper:** [VideoSSR: Video Self-Supervised Reinforcement Learning](https://arxiv.org/abs/2511.06281)
5
+ - **Code:** [https://github.com/lcqysl/VideoSSR](https://github.com/lcqysl/VideoSSR)