File size: 508 Bytes
18fcf5f
71dd5ad
 
18fcf5f
 
 
 
 
 
 
 
 
 
 
 
1e3d4c0
 
18fcf5f
1e3d4c0
 
 
 
18fcf5f
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: id
    dtype: string
  - name: image
    dtype: image
  - name: query
    dtype: string
  - name: answers
    dtype: string
  splits:
  - name: train
    num_bytes: 509063471.68
    num_examples: 8680
  - name: test
    num_bytes: 58542152.0
    num_examples: 954
  download_size: 562502896
  dataset_size: 567605623.6800001
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---