File size: 505 Bytes
3356faa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
---
dataset_info:
  features:
  - name: filename
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 3369925
    num_examples: 16653
  - name: eval
    num_bytes: 73368
    num_examples: 541
  - name: test
    num_bytes: 46797
    num_examples: 317
  download_size: 1168041
  dataset_size: 3490090
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
  - split: test
    path: data/test-*
---