Add link to dataset and base model (#2)
Browse files- Add link to dataset and base model (bb37824e4de3d05c4e65c24808206011b02939b5)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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
|