wenhu nielsr HF Staff commited on
Commit
1736018
·
verified ·
1 Parent(s): 8f18d06

Add link to Github repo, link to project page (#2)

Browse files

- Add link to Github repo, link to project page (a49ad08ac2843353ab6d7581031773babbc21c80)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,19 +1,22 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - TIGER-Lab/PixelReasoner-SFT-Data
5
  language:
6
  - en
 
 
7
  metrics:
8
  - accuracy
9
- base_model:
10
- - Qwen/Qwen2.5-VL-7B-Instruct
11
  pipeline_tag: image-text-to-text
12
- library_name: transformers
13
  ---
 
14
  The model is trained with curiosity-driven RL described in [paper](https://arxiv.org/abs/2505.15966).
15
 
16
  We have released vllm based inference code at https://github.com/TIGER-AI-Lab/Pixel-Reasoner/.
 
 
17
 
18
  We will release a simple hf.generate() based inference code.
19
 
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-VL-7B-Instruct
4
  datasets:
5
  - TIGER-Lab/PixelReasoner-SFT-Data
6
  language:
7
  - en
8
+ library_name: transformers
9
+ license: apache-2.0
10
  metrics:
11
  - accuracy
 
 
12
  pipeline_tag: image-text-to-text
 
13
  ---
14
+
15
  The model is trained with curiosity-driven RL described in [paper](https://arxiv.org/abs/2505.15966).
16
 
17
  We have released vllm based inference code at https://github.com/TIGER-AI-Lab/Pixel-Reasoner/.
18
+ Project page: https://tiger-ai-lab.github.io/Pixel-Reasoner/
19
+ Github repository: https://github.com/TIGER-AI-Lab/Pixel-Reasoner/
20
 
21
  We will release a simple hf.generate() based inference code.
22