Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
Dask
File size: 777 Bytes
3428c69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: words
    list:
    - name: char_e
      dtype: int64
    - name: char_s
      dtype: int64
    - name: time_e
      dtype: float64
    - name: time_s
      dtype: float64
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: audio_length
    dtype: float64
  - name: text
    dtype: string
  - name: text_start
    dtype: int64
  - name: text_end
    dtype: int64
  - name: audio_start
    dtype: float64
  - name: audio_end
    dtype: float64
  splits:
  - name: train
    num_bytes: 215400871056.775
    num_examples: 867581
  download_size: 179012100678
  dataset_size: 215400871056.775
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---