Add model card
Browse filesThis PR adds a model card for the paper [VisionReasoner: Unified Visual Perception and Reasoning via Reinforcement Learning](https://huggingface.co/papers/2505.12081).
The metadata includes the library name and pipeline tag.
README.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
-
#
|
| 3 |
-
Code: https://github.com/dvlab-research/VisionReasoner
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-text-to-text
|
| 3 |
+
library_name: transformers
|
| 4 |
+
---
|
| 5 |
|
| 6 |
+
# VisionReasoner: Unified Visual Perception and Reasoning via Reinforcement Learning
|
|
|
|
| 7 |
|
| 8 |
+
This repository contains the code for the model described in the paper [VisionReasoner: Unified Visual Perception and Reasoning via Reinforcement Learning](https://huggingface.co/papers/2505.12081).
|
| 9 |
+
|
| 10 |
+
Code: https://github.com/dvlab-research/VisionReasoner
|