File size: 482 Bytes
45d75ae
6adbe3f
 
45d75ae
 
 
 
 
 
 
 
 
 
a3f177c
a1bd48c
45d75ae
a3f177c
a1bd48c
a3f177c
 
45d75ae
 
 
 
 
 
 
 
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
28
29
---
language:
- en
dataset_info:
  features:
  - name: image
    dtype: image
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 27419250.0
    num_examples: 30
  - name: validation
    num_bytes: 7311800.0
    num_examples: 8
  download_size: 34731482
  dataset_size: 34731050.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---