Add project page link to model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
  base_model:
3
  - Qwen/Qwen2.5-VL-7B-Instruct
4
- license: apache-2.0
5
  library_name: transformers
 
6
  pipeline_tag: image-text-to-text
7
  ---
8
 
9
  ## Overview
10
  OpenVLThinker-7B-v1.2 is a vision-language reasoning model designed to handle multimodal tasks. It is especially tuned for visual mathematical problem-solving.
11
 
12
- For more details: [Paper](https://arxiv.org/abs/2503.17352), [GitHub](https://github.com/yihedeng9/OpenVLThinker)
13
 
14
  ## How to use
15
  ```python
 
1
  ---
2
  base_model:
3
  - Qwen/Qwen2.5-VL-7B-Instruct
 
4
  library_name: transformers
5
+ license: apache-2.0
6
  pipeline_tag: image-text-to-text
7
  ---
8
 
9
  ## Overview
10
  OpenVLThinker-7B-v1.2 is a vision-language reasoning model designed to handle multimodal tasks. It is especially tuned for visual mathematical problem-solving.
11
 
12
+ For more details: [Paper](https://arxiv.org/abs/2503.17352), [GitHub](https://github.com/yihedeng9/OpenVLThinker), [Project Page](https://yihe-deng.notion.site/openvlthinker)
13
 
14
  ## How to use
15
  ```python