File size: 425 Bytes
66d85d5
 
 
 
 
 
 
 
 
 
 
cc0cec6
 
 
 
 
66d85d5
 
 
 
 
cc0cec6
 
66d85d5
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
---
dataset_info:
  features:
  - name: recipe
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: original
    num_bytes: 14624
    num_examples: 100
  - name: augmented
    num_bytes: 127569
    num_examples: 1000
  download_size: 32324
  dataset_size: 142193
configs:
- config_name: default
  data_files:
  - split: original
    path: data/original-*
  - split: augmented
    path: data/augmented-*
---