Add pipeline tag, library name, and link to Github repository (#1)
Browse files- Add pipeline tag, library name, and link to Github repository (71255047eece90df1c5f5d2b30d1ddfadaf199f5)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# VisuLogic: A Benchmark for Evaluating Visual Reasoning in Multi-modal Large Language Models
|
@@ -16,6 +18,7 @@ For more details, please refer to the project page with dataset exploration and
|
|
16 |
|
17 |
[**💻 Eval Code**](https://github.com/VisuLogic-Benchmark/VisuLogic-Eval) | [**💻 Train Code**](https://github.com/VisuLogic-Benchmark/VisuLogic-Train) | [**🤗 Checkpoint (7B)**](https://huggingface.co/VisuLogic/qwen2_5vl_7b_rloo_80steps_hf) | [**🤗 Checkpoint (38B)**](https://huggingface.co/VisuLogic/internvl2_5_38b_rloo_100steps_hf)
|
18 |
|
|
|
19 |
|
20 |
## 🔔News
|
21 |
- **🔥[2025-04-22] Release the paper, training data and training code! 🚀**
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: image-text-to-text
|
4 |
+
library_name: transformers
|
5 |
---
|
6 |
|
7 |
# VisuLogic: A Benchmark for Evaluating Visual Reasoning in Multi-modal Large Language Models
|
|
|
18 |
|
19 |
[**💻 Eval Code**](https://github.com/VisuLogic-Benchmark/VisuLogic-Eval) | [**💻 Train Code**](https://github.com/VisuLogic-Benchmark/VisuLogic-Train) | [**🤗 Checkpoint (7B)**](https://huggingface.co/VisuLogic/qwen2_5vl_7b_rloo_80steps_hf) | [**🤗 Checkpoint (38B)**](https://huggingface.co/VisuLogic/internvl2_5_38b_rloo_100steps_hf)
|
20 |
|
21 |
+
Code: https://github.com/VisuLogic-Benchmark/VisuLogic-Eval
|
22 |
|
23 |
## 🔔News
|
24 |
- **🔥[2025-04-22] Release the paper, training data and training code! 🚀**
|