Add library_name and link to code
Browse filesThis PR adds a link to the Github repository for improved discoverability.
It also adds `library_name: transformers`, ensuring the "how to use" button is displayed.
README.md
CHANGED
@@ -1,13 +1,17 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
datasets:
|
4 |
- kolerk/TON-Math-SFT
|
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 |
---
|
13 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
4 |
datasets:
|
5 |
- kolerk/TON-Math-SFT
|
6 |
language:
|
7 |
- en
|
8 |
+
license: apache-2.0
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
|
|
11 |
pipeline_tag: image-text-to-text
|
12 |
+
library_name: transformers
|
13 |
---
|
14 |
+
|
15 |
+
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).
|
16 |
+
|
17 |
+
Code: https://github.com/kokolerk/TON
|