File size: 448 Bytes
630495d
 
 
 
 
 
 
 
 
 
95462a4
 
 
a51149c
 
 
 
27f99d6
630495d
 
 
 
 
27f99d6
 
630495d
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype: string
  - name: id
    dtype: int64
  splits:
  - name: train
    num_bytes: 297732267.22
    num_examples: 4770
  - name: val
    num_bytes: 35594654.0
    num_examples: 583
  download_size: 653483336
  dataset_size: 333326921.22
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
---