Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
383e219
1 Parent(s): abc1384

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +153 -0
README.md CHANGED
@@ -18,6 +18,159 @@ task_categories:
18
  - visual-question-answering
19
  task_ids:
20
  - visual-question-answering
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
  # Dataset Card for TextVQA
 
18
  - visual-question-answering
19
  task_ids:
20
  - visual-question-answering
21
+ dataset_info:
22
+ - config_name: train
23
+ features:
24
+ - name: image_id
25
+ dtype: string
26
+ - name: question_id
27
+ dtype: int32
28
+ - name: question
29
+ dtype: string
30
+ - name: question_tokens
31
+ sequence: string
32
+ - name: image
33
+ dtype: image
34
+ - name: image_width
35
+ dtype: int32
36
+ - name: image_height
37
+ dtype: int32
38
+ - name: flickr_original_url
39
+ dtype: string
40
+ - name: flickr_300k_url
41
+ dtype: string
42
+ - name: answers
43
+ sequence: string
44
+ - name: image_classes
45
+ sequence: string
46
+ - name: set_name
47
+ dtype: string
48
+ splits:
49
+ - name: test
50
+ num_bytes: 3025046
51
+ num_examples: 5734
52
+ - name: train
53
+ num_bytes: 21381310
54
+ num_examples: 34602
55
+ - name: validation
56
+ num_bytes: 3077854
57
+ num_examples: 5000
58
+ download_size: 8070116310
59
+ dataset_size: 27484210
60
+ - config_name: val
61
+ features:
62
+ - name: image_id
63
+ dtype: string
64
+ - name: question_id
65
+ dtype: int32
66
+ - name: question
67
+ dtype: string
68
+ - name: question_tokens
69
+ sequence: string
70
+ - name: image
71
+ dtype: image
72
+ - name: image_width
73
+ dtype: int32
74
+ - name: image_height
75
+ dtype: int32
76
+ - name: flickr_original_url
77
+ dtype: string
78
+ - name: flickr_300k_url
79
+ dtype: string
80
+ - name: answers
81
+ sequence: string
82
+ - name: image_classes
83
+ sequence: string
84
+ - name: set_name
85
+ dtype: string
86
+ splits:
87
+ - name: test
88
+ num_bytes: 3025046
89
+ num_examples: 5734
90
+ - name: train
91
+ num_bytes: 21381310
92
+ num_examples: 34602
93
+ - name: validation
94
+ num_bytes: 3077854
95
+ num_examples: 5000
96
+ download_size: 8070116310
97
+ dataset_size: 27484210
98
+ - config_name: test
99
+ features:
100
+ - name: image_id
101
+ dtype: string
102
+ - name: question_id
103
+ dtype: int32
104
+ - name: question
105
+ dtype: string
106
+ - name: question_tokens
107
+ sequence: string
108
+ - name: image
109
+ dtype: image
110
+ - name: image_width
111
+ dtype: int32
112
+ - name: image_height
113
+ dtype: int32
114
+ - name: flickr_original_url
115
+ dtype: string
116
+ - name: flickr_300k_url
117
+ dtype: string
118
+ - name: answers
119
+ sequence: string
120
+ - name: image_classes
121
+ sequence: string
122
+ - name: set_name
123
+ dtype: string
124
+ splits:
125
+ - name: test
126
+ num_bytes: 3025046
127
+ num_examples: 5734
128
+ - name: train
129
+ num_bytes: 21381310
130
+ num_examples: 34602
131
+ - name: validation
132
+ num_bytes: 3077854
133
+ num_examples: 5000
134
+ download_size: 8070116310
135
+ dataset_size: 27484210
136
+ - config_name: textvqa
137
+ features:
138
+ - name: image_id
139
+ dtype: string
140
+ - name: question_id
141
+ dtype: int32
142
+ - name: question
143
+ dtype: string
144
+ - name: question_tokens
145
+ sequence: string
146
+ - name: image
147
+ dtype: image
148
+ - name: image_width
149
+ dtype: int32
150
+ - name: image_height
151
+ dtype: int32
152
+ - name: flickr_original_url
153
+ dtype: string
154
+ - name: flickr_300k_url
155
+ dtype: string
156
+ - name: answers
157
+ sequence: string
158
+ - name: image_classes
159
+ sequence: string
160
+ - name: set_name
161
+ dtype: string
162
+ splits:
163
+ - name: test
164
+ num_bytes: 3139726
165
+ num_examples: 5734
166
+ - name: train
167
+ num_bytes: 22073350
168
+ num_examples: 34602
169
+ - name: validation
170
+ num_bytes: 3177854
171
+ num_examples: 5000
172
+ download_size: 8070116310
173
+ dataset_size: 28390930
174
  ---
175
 
176
  # Dataset Card for TextVQA