kunaldhawan
commited on
Commit
·
dd59972
1
Parent(s):
30f415a
updated numbers for no_PC WERs based on conversion bug
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ model-index:
|
|
35 |
metrics:
|
36 |
- name: Test WER
|
37 |
type: wer
|
38 |
-
value:
|
39 |
- task:
|
40 |
type: Automatic Speech Recognition
|
41 |
name: automatic-speech-recognition
|
@@ -49,7 +49,7 @@ model-index:
|
|
49 |
metrics:
|
50 |
- name: Test WER
|
51 |
type: wer
|
52 |
-
value: 3.
|
53 |
- task:
|
54 |
type: Automatic Speech Recognition
|
55 |
name: automatic-speech-recognition
|
@@ -63,7 +63,7 @@ model-index:
|
|
63 |
metrics:
|
64 |
- name: Test WER
|
65 |
type: wer
|
66 |
-
value: 8.
|
67 |
- task:
|
68 |
name: Automatic Speech Recognition
|
69 |
type: automatic-speech-recognition
|
@@ -206,7 +206,7 @@ The following tables summarizes the performance of the available models in this
|
|
206 |
a) On data without Punctuation and Capitalization with Transducer decoder
|
207 |
| **Version** | **Tokenizer** | **Vocabulary Size** | **MCV12 DEV** | **MCV12 TEST** | **MLS DEV** | **MLS TEST** | **VOXPOPULI DEV** | **VOXPOPULI TEST** |
|
208 |
|:-----------:|:---------------------:|:-------------------:|:-------------:|:--------------:|:-----------:|:------------:|:-----------------:|:------------------:|
|
209 |
-
| 1.18.0 | SentencePiece Unigram | 1024 | 4.
|
210 |
|
211 |
|
212 |
b) On data with Punctuation and Capitalization with Transducer decoder
|
|
|
35 |
metrics:
|
36 |
- name: Test WER
|
37 |
type: wer
|
38 |
+
value: 5.1
|
39 |
- task:
|
40 |
type: Automatic Speech Recognition
|
41 |
name: automatic-speech-recognition
|
|
|
49 |
metrics:
|
50 |
- name: Test WER
|
51 |
type: wer
|
52 |
+
value: 3.87
|
53 |
- task:
|
54 |
type: Automatic Speech Recognition
|
55 |
name: automatic-speech-recognition
|
|
|
63 |
metrics:
|
64 |
- name: Test WER
|
65 |
type: wer
|
66 |
+
value: 8.88
|
67 |
- task:
|
68 |
name: Automatic Speech Recognition
|
69 |
type: automatic-speech-recognition
|
|
|
206 |
a) On data without Punctuation and Capitalization with Transducer decoder
|
207 |
| **Version** | **Tokenizer** | **Vocabulary Size** | **MCV12 DEV** | **MCV12 TEST** | **MLS DEV** | **MLS TEST** | **VOXPOPULI DEV** | **VOXPOPULI TEST** |
|
208 |
|:-----------:|:---------------------:|:-------------------:|:-------------:|:--------------:|:-----------:|:------------:|:-----------------:|:------------------:|
|
209 |
+
| 1.18.0 | SentencePiece Unigram | 1024 | 4.36 | 5.1 | 3.33 | 3.87 | 11.03 | 8.88 |
|
210 |
|
211 |
|
212 |
b) On data with Punctuation and Capitalization with Transducer decoder
|