nielsr HF Staff commited on
Commit
1525af5
·
verified ·
1 Parent(s): 2760ce9

Add model card

Browse files

This 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.

Files changed (1) hide show
  1. README.md +8 -2
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