gaydmi commited on
Commit
d899785
·
verified ·
1 Parent(s): a935192

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -4
README.md CHANGED
@@ -4,13 +4,45 @@ dataset_info:
4
  features:
5
  - name: audio
6
  dtype: audio
7
- - name: transcript
8
  dtype: string
9
  - name: duration
10
  dtype: float64
11
- - name: source
12
  dtype: string
13
- - name: split
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  dtype: string
15
  splits:
16
  - name: train
@@ -18,7 +50,23 @@ configs:
18
  - config_name: audiobooks
19
  data_files:
20
  - split: train
21
- path: dev.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  license: cc-by-4.0
23
  task_categories:
24
  - automatic-speech-recognition
 
4
  features:
5
  - name: audio
6
  dtype: audio
7
+ - name: text
8
  dtype: string
9
  - name: duration
10
  dtype: float64
11
+ - name: file_id
12
  dtype: string
13
+ - name: speaker_id
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ - name: dev
18
+ - name: test
19
+ - config_name: crowdsourced_web
20
+ features:
21
+ - name: audio
22
+ dtype: audio
23
+ - name: text
24
+ dtype: string
25
+ - name: duration
26
+ dtype: float64
27
+ - name: file_id
28
+ dtype: string
29
+ - name: speaker_id
30
+ dtype: string
31
+ splits:
32
+ - name: train
33
+ - name: dev
34
+ - name: test
35
+ - config_name: crowdsourced_tg
36
+ features:
37
+ - name: audio
38
+ dtype: audio
39
+ - name: text
40
+ dtype: string
41
+ - name: duration
42
+ dtype: float64
43
+ - name: file_id
44
+ dtype: string
45
+ - name: speaker_id
46
  dtype: string
47
  splits:
48
  - name: train
 
50
  - config_name: audiobooks
51
  data_files:
52
  - split: train
53
+ path: audiobooks/train.parquet
54
+ - split: dev
55
+ path: audiobooks/dev.parquet
56
+ - split: test
57
+ path: audiobooks/test.parquet
58
+ - config_name: crowdsourced_web
59
+ data_files:
60
+ - split: train
61
+ path: crowdsourced_web/train.parquet
62
+ - split: dev
63
+ path: crowdsourced_web/dev.parquet
64
+ - split: test
65
+ path: crowdsourced_web/test.parquet
66
+ - config_name: crowdsourced_tg
67
+ data_files:
68
+ - split: train
69
+ path: crowdsourced_tg/train.parquet
70
  license: cc-by-4.0
71
  task_categories:
72
  - automatic-speech-recognition