File size: 581 Bytes
b936f43
 
 
 
 
 
 
 
 
77cc312
 
 
 
 
 
 
 
 
 
 
b936f43
 
 
77cc312
b936f43
77cc312
 
b936f43
 
 
 
 
 
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
32
33
34
---
dataset_info:
  features:
  - name: path
    dtype: string
  - name: sentence
    dtype: string
  - name: utt_id
    dtype: string
  - name: segment
    struct:
    - name: duration
      dtype: float64
    - name: end
      dtype: float64
    - name: rec_id
      dtype: string
    - name: start
      dtype: float64
  - name: audio
    sequence: float32
  splits:
  - name: train
    num_bytes: 2829847729
    num_examples: 10841
  download_size: 1296978579
  dataset_size: 2829847729
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---