WYLing commited on
Commit
51b7585
·
verified ·
1 Parent(s): 50179f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -39
README.md CHANGED
@@ -1,47 +1,84 @@
1
  ---
2
  dataset_info:
3
- features:
4
- - name: id
5
- dtype: int64
6
- - name: multimodal_question
7
- dtype: string
8
- - name: answer
9
- dtype: string
10
- - name: rationale
11
- dtype: string
12
- - name: text_only_question
13
- dtype: string
14
- - name: image_source
15
- dtype: string
16
- - name: evidence
17
- dtype: string
18
- - name: resolution
19
- dtype: string
20
- - name: proportion_of_roi
21
- dtype: string
22
- - name: category
23
- dtype: string
24
- - name: text_in_image
25
- dtype: string
26
- - name: rationale_granularity
27
- dtype: string
28
- - name: image
29
- dtype: image
30
- - name: cropped_image
31
- dtype: image
32
- splits:
33
- - name: train
34
- num_bytes: 515536503.0
35
- num_examples: 500
36
- download_size: 515227519
37
- dataset_size: 515536503.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  configs:
39
- - config_name: full_data
40
  data_files:
41
- - split: train
42
  path: full_data/*
43
- - config_name: hard_data
44
  data_files:
45
- - split: train
46
  path: hard_data/*
47
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: VisualSimpleQA
4
+ features:
5
+ - name: id
6
+ dtype: int64
7
+ - name: multimodal_question
8
+ dtype: string
9
+ - name: answer
10
+ dtype: string
11
+ - name: rationale
12
+ dtype: string
13
+ - name: text_only_question
14
+ dtype: string
15
+ - name: image_source
16
+ dtype: string
17
+ - name: evidence
18
+ dtype: string
19
+ - name: resolution
20
+ dtype: string
21
+ - name: proportion_of_roi
22
+ dtype: string
23
+ - name: category
24
+ dtype: string
25
+ - name: text_in_image
26
+ dtype: string
27
+ - name: rationale_granularity
28
+ dtype: string
29
+ - name: image
30
+ dtype: image
31
+ - name: cropped_image
32
+ dtype: image
33
+ splits:
34
+ - name: test
35
+ num_bytes: 515536503.0
36
+ num_examples: 500
37
+ download_size: 515227519
38
+ dataset_size: 515536503.0
39
+ - config_name: VisualSimpleQA_hard
40
+ features:
41
+ - name: id
42
+ dtype: int64
43
+ - name: multimodal_question
44
+ dtype: string
45
+ - name: answer
46
+ dtype: string
47
+ - name: rationale
48
+ dtype: string
49
+ - name: text_only_question
50
+ dtype: string
51
+ - name: image_source
52
+ dtype: string
53
+ - name: evidence
54
+ dtype: string
55
+ - name: resolution
56
+ dtype: string
57
+ - name: proportion_of_roi
58
+ dtype: string
59
+ - name: category
60
+ dtype: string
61
+ - name: text_in_image
62
+ dtype: string
63
+ - name: rationale_granularity
64
+ dtype: string
65
+ - name: image
66
+ dtype: image
67
+ - name: cropped_image
68
+ dtype: image
69
+ splits:
70
+ - name: test
71
+ num_bytes: 157153160
72
+ num_examples: 129
73
+ download_size: 157133331
74
+ dataset_size: 157153160
75
  configs:
76
+ - config_name: VisualSimpleQA
77
  data_files:
78
+ - split: test
79
  path: full_data/*
80
+ - config_name: VisualSimpleQA_hard
81
  data_files:
82
+ - split: test
83
  path: hard_data/*
84
  ---