rima-shahbazyan commited on
Commit
6c9d45b
·
verified ·
1 Parent(s): cf471db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -11
README.md CHANGED
@@ -144,17 +144,11 @@ The performance of Automatic Speech Recognition models is measuring using Word E
144
  The following tables summarizes the performance of the model with the Transducer decoder. Performances of the ASR models are reported in terms of Word Error Rate (WER%) with greedy decoding.
145
 
146
 
147
- | **Tokenizer** | **Vocabulary Size** | **MCV 17.0 TEST** | **KSD TEST** | **KSC2 TEST Read** | **KSC2 TEST Spontaneous** |
148
- |:---------------------:|:-------------------:|:-----------------:|:------------:|:------------------:|:-------------------------:|
149
- | SentencePiece Unigram | 1024 | 15.48 | 7.08 | 4.43 | 15.25 |
150
-
151
-
152
- | | **WER(%)** |
153
- |---------------------------|:------:|:------------:|:--------------:|:-------------------:|
154
- | |**WER** |**WER wo CAP**|**WER wo PUNCT**| **WER wo PUNCT CAP**|
155
- |---------------------------|:------:|:------------:|:--------------:|:-------------------:|
156
- | FLEURS DEV (used as test) | 17.52 | 16.20 | 12.20 | 10.73 |
157
- | MCV TEST | 16.46 | 15.89 | 7.78 | 7.18 |
158
 
159
  ## Limitations
160
  The model is non-streaming and outputs the speech as a string without capitalization and punctuation. Since this model was trained on publicly available speech datasets, the performance of this model might degrade for speech which includes technical terms, or vernacular that the model has not been trained on.
 
144
  The following tables summarizes the performance of the model with the Transducer decoder. Performances of the ASR models are reported in terms of Word Error Rate (WER%) with greedy decoding.
145
 
146
 
147
+ |---------------------------|:--------:|:------------:|:--------------:|:-------------------:|
148
+ | |**WER(%)**|**WER wo CAP**|**WER wo PUNCT**| **WER wo PUNCT CAP**|
149
+ |---------------------------|:--------:|:------------:|:--------------:|:-------------------:|
150
+ | FLEURS DEV (used as test) | 17.52 | 16.20 | 12.20 | 10.73 |
151
+ | MCV TEST | 16.46 | 15.89 | 7.78 | 7.18 |
 
 
 
 
 
 
152
 
153
  ## Limitations
154
  The model is non-streaming and outputs the speech as a string without capitalization and punctuation. Since this model was trained on publicly available speech datasets, the performance of this model might degrade for speech which includes technical terms, or vernacular that the model has not been trained on.