File size: 583 Bytes
545c1b3
 
 
 
 
 
 
 
 
 
 
 
 
74b5d71
 
 
ca28d0b
 
 
 
 
545c1b3
 
 
 
 
74b5d71
 
ca28d0b
 
545c1b3
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: question
    dtype: string
  - name: ground_truth
    dtype: string
  splits:
  - name: train
    num_bytes: 347822305.0
    num_examples: 626
  - name: test
    num_bytes: 205817742.0
    num_examples: 347
  - name: validation
    num_bytes: 205817742.0
    num_examples: 347
  download_size: 677229320
  dataset_size: 759457789.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---