Add library name, link to code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,11 +1,15 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - kolerk/TON-AITZ-SFT
5
  language:
6
  - en
7
- base_model:
8
- - Qwen/Qwen2.5-VL-3B-Instruct
9
  pipeline_tag: image-text-to-text
 
10
  ---
11
- This is the model cited in the paper: [Think or Not? Selective Reasoning via Reinforcement Learning for Vision-Language Models](https://arxiv.org/abs/2505.16854).
 
 
 
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-VL-3B-Instruct
4
  datasets:
5
  - kolerk/TON-AITZ-SFT
6
  language:
7
  - en
8
+ license: apache-2.0
 
9
  pipeline_tag: image-text-to-text
10
+ library_name: transformers
11
  ---
12
+
13
+ This is the model cited in the paper: [Think or Not? Selective Reasoning via Reinforcement Learning for Vision-Language Models](https://arxiv.org/abs/2505.16854).
14
+
15
+ Github repository: https://github.com/kokolerk/TON