File size: 501 Bytes
1689bb1
 
 
 
 
 
 
 
 
 
 
 
 
350315a
c230c3c
350315a
 
 
 
 
1689bb1
 
 
 
 
350315a
 
1689bb1
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': pen
          '1': toy
  splits:
  - name: original
    num_bytes: 327338.0
    num_examples: 30
  - name: augmented
    num_bytes: 24590795.0
    num_examples: 300
  download_size: 24918552
  dataset_size: 24918133.0
configs:
- config_name: default
  data_files:
  - split: original
    path: data/original-*
  - split: augmented
    path: data/augmented-*
---