kunaldhawan commited on
Commit
04a28cb
1 Parent(s): ef21856

Changes to references and Riva deployment section

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -106,8 +106,6 @@ model-index:
106
  - name: Test WER P&C
107
  type: wer
108
  value: 10.41
109
- metrics:
110
- - wer
111
  ---
112
 
113
  # NVIDIA FastConformer-Hybrid Large (de)
@@ -229,12 +227,14 @@ Additionally, Riva provides:
229
  * 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
230
  * Streaming speech recognition, Kubernetes compatible scaling, and enterprise-grade support
231
 
232
- Although this model isn’t supported yet by Riva, the [list of supported models is here](https://huggingface.co/models?other=Riva).
233
  Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
234
 
235
  ## References
236
  [1] [Conformer: Convolution-augmented Transformer for Speech Recognition](https://arxiv.org/abs/2005.08100)
 
237
  [2] [Google Sentencepiece Tokenizer](https://github.com/google/sentencepiece)
 
238
  [3] [NVIDIA NeMo Toolkit](https://github.com/NVIDIA/NeMo)
239
 
240
  ## Licence
 
106
  - name: Test WER P&C
107
  type: wer
108
  value: 10.41
 
 
109
  ---
110
 
111
  # NVIDIA FastConformer-Hybrid Large (de)
 
227
  * 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
228
  * Streaming speech recognition, Kubernetes compatible scaling, and enterprise-grade support
229
 
230
+ The CTC decoding version of this model is supported by Riva, the [list of supported models is here](https://huggingface.co/models?other=Riva).
231
  Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
232
 
233
  ## References
234
  [1] [Conformer: Convolution-augmented Transformer for Speech Recognition](https://arxiv.org/abs/2005.08100)
235
+
236
  [2] [Google Sentencepiece Tokenizer](https://github.com/google/sentencepiece)
237
+
238
  [3] [NVIDIA NeMo Toolkit](https://github.com/NVIDIA/NeMo)
239
 
240
  ## Licence