File size: 504 Bytes
b4abf97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
---
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text
    dtype: string
  - name: language
    dtype: string
  - name: prompt
    dtype: string
  splits:
  - name: mp3
    num_bytes: 274300.0
    num_examples: 3
  - name: wav
    num_bytes: 2882995.0
    num_examples: 3
  download_size: 2892030
  dataset_size: 3157295.0
configs:
- config_name: default
  data_files:
  - split: mp3
    path: data/mp3-*
  - split: wav
    path: data/wav-*
---