Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- visual-question-answering
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
# VLMsAreBlind Benchmark
|
9 |
+
refactor [VisualProbe Benchmark](https://huggingface.co/datasets/Mini-o3/VisualProbe_Easy) to add support for VLMEvalKit.
|
10 |
+
|
11 |
+
# Benchmark Information
|
12 |
+
1. Number of questions: 141
|
13 |
+
2. Question type: Free-form
|
14 |
+
3. Question format: image + text
|
15 |
+
4. Answer type: Free-form
|
16 |
+
|
17 |
+
# Reference
|
18 |
+
|
19 |
+
- [VLMEvalKit](https://github.com/open-compass/VLMEvalKit)
|
20 |
+
- [VisualProbe Benchmark](https://huggingface.co/datasets/Mini-o3/VisualProbe_Easy)
|