Commit
·
f1db9f8
1
Parent(s):
3e17835
Update README.md
Browse files
README.md
CHANGED
@@ -156,11 +156,15 @@ pip install nemo_toolkit['all']
|
|
156 |
|
157 |
## NVIDIA Riva: Deployment
|
158 |
|
159 |
-
|
160 |
|
161 |
-
|
162 |
|
163 |
-
|
|
|
|
|
|
|
|
|
164 |
|
165 |
### Automatically instantiate the model
|
166 |
|
|
|
156 |
|
157 |
## NVIDIA Riva: Deployment
|
158 |
|
159 |
+
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).
|
160 |
|
161 |
+
Additionally, Riva provides:
|
162 |
|
163 |
+
* 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
|
164 |
+
* 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
|
165 |
+
* Streaming speech recognition, Kubernetes compatible scaling, and Enterprise-grade support
|
166 |
+
|
167 |
+
Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
|
168 |
|
169 |
### Automatically instantiate the model
|
170 |
|