File size: 391 Bytes
fc6abfc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
dataset_info:
  features:
  - name: caption
    dtype: string
  - name: url
    dtype: string
  - name: image
    dtype: image
  - name: image_bw
    dtype: image
  splits:
  - name: train
    num_bytes: 2036324403.0
    num_examples: 10000
  download_size: 425648735
  dataset_size: 2036324403.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---