Update README.md
Browse files
README.md
CHANGED
@@ -186,6 +186,8 @@ Model is trained on validated Mozilla Common Voice Corpus 10.0 dataset (excludin
|
|
186 |
|
187 |
## Performance
|
188 |
|
|
|
|
|
189 |
| Version | Tokenizer | Vocabulary Size | MCV-8 test | MCV-8 dev | MCV-9 test | MCV-9 dev | MCV-10 test | MCV-10 dev |
|
190 |
| :-----------: |:---------------------:| :--------------: | :--------: | :-------: | :--------: | :-------: | :---------: | :--------: |
|
191 |
| 1.0.0 | SentencePiece Unigram | 1024 | 4.27 | 5.66 | 4.45 | 5.57 | 5.53 | 5.30 |
|
|
|
186 |
|
187 |
## Performance
|
188 |
|
189 |
+
The list of the available models in this collection is shown in the following table. Performances of the ASR models are reported in terms of Word Error Rate (WER%) with greedy decoding.
|
190 |
+
|
191 |
| Version | Tokenizer | Vocabulary Size | MCV-8 test | MCV-8 dev | MCV-9 test | MCV-9 dev | MCV-10 test | MCV-10 dev |
|
192 |
| :-----------: |:---------------------:| :--------------: | :--------: | :-------: | :--------: | :-------: | :---------: | :--------: |
|
193 |
| 1.0.0 | SentencePiece Unigram | 1024 | 4.27 | 5.66 | 4.45 | 5.57 | 5.53 | 5.30 |
|