Add link to dataset and base model
Browse filesThis PR further improves the model's metadata.
README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: transformers
|
| 4 |
pipeline_tag: image-text-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# VisuLogic: A Benchmark for Evaluating Visual Reasoning in Multi-modal Large Language Models
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: transformers
|
| 4 |
pipeline_tag: image-text-to-text
|
| 5 |
+
datasets:
|
| 6 |
+
- VisuLogic/VisuLogic
|
| 7 |
+
base_model:
|
| 8 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 9 |
---
|
| 10 |
|
| 11 |
# VisuLogic: A Benchmark for Evaluating Visual Reasoning in Multi-modal Large Language Models
|