smajumdar94 commited on
Commit
8853e9e
1 Parent(s): b1dd032

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -176,8 +176,10 @@ While deploying with [NVIDIA Riva](https://developer.nvidia.com/riva), you can c
176
  | Language Modeling | Training Dataset | MCV 7.0 Dev | MCV 7.0 Test | MLS Dev | MLS Test | Voxpopuli Dev | Voxpopuli Test | Fisher Dev | Fisher Test| Comment |
177
  |-------------------|------------------------------------------------------------------------------|-------------|--------------|---------|----------|---------------|----------------|----------------|----------------|--------------------------------------------------------|
178
  | N-gram LM | Spanish News Crawl corpus (50M sentences) + NeMo ASRSET training transcripts | 5.0 | 5.5 | 3.6 | 3.6 | 5.5 | 6.7 | 17.4 | 17.5 | N=4, beam_width=128, n_gram_alpha=0.8, n_gram_beta=1.5 |
 
179
  ## Limitations
180
  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. The model might also perform worse for accented speech.
 
181
  ## Deployment with NVIDIA Riva
182
  For the best real-time accuracy, latency, and throughput, deploy the model with [NVIDIA Riva](https://developer.nvidia.com/riva), an accelerated speech AI SDK deployable on-prem, in all clouds, multi-cloud, hybrid, at the edge, and embedded.
183
  Additionally, Riva provides:
@@ -185,6 +187,7 @@ Additionally, Riva provides:
185
  * Best in class accuracy with run-time word boosting (e.g., brand and product names) and customization of acoustic model, language model, and inverse text normalization
186
  * Streaming speech recognition, Kubernetes compatible scaling, and Enterprise-grade support
187
  Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
 
188
  ## References
189
  - [1] [Conformer: Convolution-augmented Transformer for Speech Recognition](https://arxiv.org/abs/2005.08100)
190
  - [2] [Google Sentencepiece Tokenizer](https://github.com/google/sentencepiece)
 
176
  | Language Modeling | Training Dataset | MCV 7.0 Dev | MCV 7.0 Test | MLS Dev | MLS Test | Voxpopuli Dev | Voxpopuli Test | Fisher Dev | Fisher Test| Comment |
177
  |-------------------|------------------------------------------------------------------------------|-------------|--------------|---------|----------|---------------|----------------|----------------|----------------|--------------------------------------------------------|
178
  | N-gram LM | Spanish News Crawl corpus (50M sentences) + NeMo ASRSET training transcripts | 5.0 | 5.5 | 3.6 | 3.6 | 5.5 | 6.7 | 17.4 | 17.5 | N=4, beam_width=128, n_gram_alpha=0.8, n_gram_beta=1.5 |
179
+
180
  ## Limitations
181
  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. The model might also perform worse for accented speech.
182
+
183
  ## Deployment with NVIDIA Riva
184
  For the best real-time accuracy, latency, and throughput, deploy the model with [NVIDIA Riva](https://developer.nvidia.com/riva), an accelerated speech AI SDK deployable on-prem, in all clouds, multi-cloud, hybrid, at the edge, and embedded.
185
  Additionally, Riva provides:
 
187
  * Best in class accuracy with run-time word boosting (e.g., brand and product names) and customization of acoustic model, language model, and inverse text normalization
188
  * Streaming speech recognition, Kubernetes compatible scaling, and Enterprise-grade support
189
  Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
190
+
191
  ## References
192
  - [1] [Conformer: Convolution-augmented Transformer for Speech Recognition](https://arxiv.org/abs/2005.08100)
193
  - [2] [Google Sentencepiece Tokenizer](https://github.com/google/sentencepiece)