okuchaiev commited on
Commit
5ee93ed
1 Parent(s): 845b4cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -246,15 +246,15 @@ Since this model was trained on publicly available speech datasets, the performa
246
 
247
  ## NVIDIA Riva: Deployment
248
 
249
- If you like this and other models from NVIDIA (i.e., CTC-based Conformers) check out [NVIDIA Riva](https://developer.nvidia.com/riva), an accelerated speech AI SDK deployable on-prem, in all clouds, multi-cloud, hybrid, on edge, and embedded. This model, as well as other RNNT-based models are currently not supported by Riva. You can find the list of models supported by Riva [here](https://docs.nvidia.com/deeplearning/riva/user-guide/docs/reference/models/index.html).
250
-
251
  Additionally, Riva provides:
252
 
253
  * World-class out-of-the-box accuracy for the most common languages with model checkpoints trained on proprietary data with hundreds of thousands of GPU-compute hours
254
- * Best in class accuracy via customization with run-time word boosting (e.g., brand and product names), acoustic model training, language model training, and inverse text normalization customizations
255
- * Streaming speech recognition, Kubernetes compatible scaling, and Enterprise-grade support
256
 
257
- Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
 
258
 
259
  ## References
260
  [1] [Conformer: Convolution-augmented Transformer for Speech Recognition](https://arxiv.org/abs/2005.08100)
246
 
247
  ## NVIDIA Riva: Deployment
248
 
249
+ [NVIDIA Riva](https://developer.nvidia.com/riva), is an accelerated speech AI SDK deployable on-prem, in all clouds, multi-cloud, hybrid, on edge, and embedded.
 
250
  Additionally, Riva provides:
251
 
252
  * World-class out-of-the-box accuracy for the most common languages with model checkpoints trained on proprietary data with hundreds of thousands of GPU-compute hours
253
+ * 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
254
+ * Streaming speech recognition, Kubernetes compatible scaling, and enterprise-grade support
255
 
256
+ Although this model isn’t supported yet by Riva, the [list of supported models is here](https://huggingface.co/models?other=Riva).
257
+ Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
258
 
259
  ## References
260
  [1] [Conformer: Convolution-augmented Transformer for Speech Recognition](https://arxiv.org/abs/2005.08100)