File size: 388 Bytes
1d343f5
 
af0519d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59804a8
 
 
 
1d343f5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---

license: gpl-3.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: description
    dtype: string
  - name: uuid
    dtype: string
  splits:
  - name: train
    num_bytes: 57206945
    num_examples: 125
  download_size: 57213872
  dataset_size: 57206945
---