Add pipeline tag, library name, and link to Github repository
#1
by
nielsr
HF Staff
- opened
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! π**
|