smajumdar94 commited on
Commit
6d8bf66
1 Parent(s): 4656379

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -13,8 +13,8 @@ datasets:
13
  - VoxPopuli (EN)
14
  - Europarl-ASR (EN)
15
  - Multilingual LibriSpeech (2000 hours)
16
- - common_voice_7_0
17
- thumbnail:
18
  tags:
19
  - automatic-speech-recognition
20
  - speech
@@ -50,17 +50,61 @@ model-index:
50
  - name: Test WER
51
  type: wer
52
  value: 4.3
 
 
 
 
 
 
 
 
 
 
 
53
  - task:
54
  type: Automatic Speech Recognition
55
  name: automatic-speech-recognition
56
  dataset:
57
  name: Mozilla Common Voice 7.0
58
- type: common_voice_7.0
59
  args: en
60
  metrics:
61
  - name: Test WER
62
  type: wer
63
  value: 8.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ---
65
  ## Model Overview
66
 
 
13
  - VoxPopuli (EN)
14
  - Europarl-ASR (EN)
15
  - Multilingual LibriSpeech (2000 hours)
16
+ - mozilla-foundation/common_voice_7_0
17
+ thumbnail:
18
  tags:
19
  - automatic-speech-recognition
20
  - speech
 
50
  - name: Test WER
51
  type: wer
52
  value: 4.3
53
+ - task:
54
+ type: Automatic Speech Recognition
55
+ name: automatic-speech-recognition
56
+ dataset:
57
+ name: Multilingual LibriSpeech
58
+ type: mls
59
+ args: en
60
+ metrics:
61
+ - name: Test WER
62
+ type: wer
63
+ value: 7.2
64
  - task:
65
  type: Automatic Speech Recognition
66
  name: automatic-speech-recognition
67
  dataset:
68
  name: Mozilla Common Voice 7.0
69
+ type: mozilla-foundation/common_voice_7_0
70
  args: en
71
  metrics:
72
  - name: Test WER
73
  type: wer
74
  value: 8.0
75
+ - task:
76
+ type: Automatic Speech Recognition
77
+ name: automatic-speech-recognition
78
+ dataset:
79
+ name: Wall Street Journal 92
80
+ type: wsj_0
81
+ args: en
82
+ metrics:
83
+ - name: Test WER
84
+ type: wer
85
+ value: 2.0
86
+ - task:
87
+ type: Automatic Speech Recognition
88
+ name: automatic-speech-recognition
89
+ dataset:
90
+ name: Wall Street Journal 93
91
+ type: wsj_1
92
+ args: en
93
+ metrics:
94
+ - name: Test WER
95
+ type: wer
96
+ value: 2.9
97
+ - task:
98
+ type: Automatic Speech Recognition
99
+ name: automatic-speech-recognition
100
+ dataset:
101
+ name: National Singapore Corpus
102
+ type: nsc_part_1
103
+ args: en
104
+ metrics:
105
+ - name: Test WER
106
+ type: wer
107
+ value: 7.0
108
  ---
109
  ## Model Overview
110