File size: 658 Bytes
6113c2c
 
74b4a91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6113c2c
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
30
31
32
33
34
35
---

license: apache-2.0
dataset_info:
  features:
  - name: image
    dtype: image
  - name: question
    dtype: string
  - name: original_answer
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 3603623653.16
    num_examples: 7168
  - name: test
    num_bytes: 286592855.0
    num_examples: 891
  - name: val
    num_bytes: 263090653.0
    num_examples: 859
  download_size: 2798234282
  dataset_size: 4153307161.16
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: val
    path: data/val-*
---