File size: 515 Bytes
26db31e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: id
    dtype: string
  splits:
  - name: original
    num_bytes: 606064598.0
    num_examples: 7442
  - name: speech_tokenizer_16k
    num_bytes: 676728484.52
    num_examples: 7442
  download_size: 1213835349
  dataset_size: 1282793082.52
configs:
- config_name: default
  data_files:
  - split: original
    path: data/original-*
  - split: speech_tokenizer_16k
    path: data/speech_tokenizer_16k-*
---