xjtupanda commited on
Commit
a9b871f
·
verified ·
1 Parent(s): 7b114b9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - multiple-choice
4
+ language:
5
+ - en
6
+ size_categories:
7
+ - n<1K
8
+ ---
9
+
10
+ # V* Benchmark
11
+ refactor [V* Benchmark](https://huggingface.co/datasets/craigwu/vstar_bench) to add support for VLMEalKit.
12
+
13
+ # Benchmark Information
14
+ 1. Number of questions: 191
15
+ 2. Question type: MCQ (multiple choice question)
16
+ 3. Question format: image + text
17
+
18
+ # Reference
19
+
20
+ - [VLMEvalKit](https://github.com/open-compass/VLMEvalKit)
21
+ - [V* Benchmark](https://huggingface.co/datasets/craigwu/vstar_bench)
22
+ - [MMVP](https://huggingface.co/datasets/MaoSong2022/MMVP)