File size: 474 Bytes
78494a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
dataset_info:
  features:
  - name: question_id
    dtype: int64
  - name: image_id
    dtype: int64
  - name: question
    dtype: string
  splits:
  - name: validation
    num_bytes: 5348556
    num_examples: 107394
  - name: test
    num_bytes: 22269448
    num_examples: 447793
  download_size: 14695534
  dataset_size: 27618004
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---