Sellopale commited on
Commit
a1c1eeb
·
verified ·
1 Parent(s): 6634e0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -2,22 +2,24 @@
2
  license: apache-2.0
3
  dataset_info:
4
  features:
5
- - name: image_path
6
- dtype: string
7
- - name: label
8
- dtype: string
9
- - name: question
10
- dtype: string
11
- - name: tag
12
- dtype: string
13
- - name: id
14
- dtype: string
15
  task_categories:
16
  - visual-question-answering
17
  language:
18
  - en
19
  size_categories:
20
  - 1K<n<10K
 
 
21
  ---
22
  # VisuLogic: A Benchmark for Evaluating Visual Reasoning in Multi-modal Large Language Models
23
 
 
2
  license: apache-2.0
3
  dataset_info:
4
  features:
5
+ - name: image_path
6
+ dtype: string
7
+ - name: label
8
+ dtype: string
9
+ - name: question
10
+ dtype: string
11
+ - name: tag
12
+ dtype: string
13
+ - name: id
14
+ dtype: string
15
  task_categories:
16
  - visual-question-answering
17
  language:
18
  - en
19
  size_categories:
20
  - 1K<n<10K
21
+ tags:
22
+ - agent
23
  ---
24
  # VisuLogic: A Benchmark for Evaluating Visual Reasoning in Multi-modal Large Language Models
25