File size: 512 Bytes
7272a8e
 
 
 
e8ca6a0
 
 
7272a8e
 
 
 
 
 
521f123
 
7272a8e
521f123
 
 
 
7272a8e
 
 
 
 
 
 
 
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: path_to_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: abuse
    dtype: string
  - name: language
    dtype: string
  splits:
  - name: train
    num_bytes: 5192187842.424
    num_examples: 8128
  - name: test
    num_bytes: 2347579907.564
    num_examples: 3647
  download_size: 5849025117
  dataset_size: 7539767749.988
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---