File size: 817 Bytes
c76843c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
---
dataset_info:
  config_name: huygranted
  features:
  - name: audio
    dtype: audio
  - name: key
    dtype: string
  - name: dataset_id
    dtype: string
  - name: lang
    dtype: string
  - name: duration
    dtype: float64
  - name: text
    dtype: string
  - name: timestamps
    list:
    - name: end_seconds
      dtype: float64
    - name: start_seconds
      dtype: float64
    - name: text
      dtype: string
  - name: word_timestamps
    list:
    - name: end_seconds
      dtype: float64
    - name: start_seconds
      dtype: float64
    - name: word
      dtype: string
  splits:
  - name: train
    num_bytes: 125046036.0
    num_examples: 17
  download_size: 124093400
  dataset_size: 125046036.0
configs:
- config_name: huygranted
  data_files:
  - split: train
    path: huygranted/train-*
---