File size: 445 Bytes
3b87949
 
 
 
 
 
 
 
 
 
 
86a81ab
 
3b87949
86a81ab
 
 
 
3b87949
 
 
 
 
 
 
 
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_name
    dtype: string
  - name: image
    dtype: image
  - name: label
    dtype: image
  splits:
  - name: train
    num_bytes: 9388226.0
    num_examples: 13
  - name: val
    num_bytes: 1467710.0
    num_examples: 2
  download_size: 10861567
  dataset_size: 10855936.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
---