smajumdar94
commited on
Commit
•
38b7c58
1
Parent(s):
0c6a3c8
Update README.md
Browse files
README.md
CHANGED
@@ -149,14 +149,15 @@ It is a "large" versions of Conformer-CTC (around 120M parameters) model.
|
|
149 |
|
150 |
## NVIDIA Riva: Deployment
|
151 |
|
152 |
-
|
153 |
|
154 |
Additionally, Riva provides:
|
|
|
155 |
* 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
|
156 |
* 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
|
157 |
* Streaming speech recognition, Kubernetes compatible scaling, and Enterprise-grade support
|
158 |
|
159 |
-
|
160 |
|
161 |
## NVIDIA NeMo: Training
|
162 |
|
|
|
149 |
|
150 |
## NVIDIA Riva: Deployment
|
151 |
|
152 |
+
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).
|
153 |
|
154 |
Additionally, Riva provides:
|
155 |
+
|
156 |
* 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
|
157 |
* 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
|
158 |
* Streaming speech recognition, Kubernetes compatible scaling, and Enterprise-grade support
|
159 |
|
160 |
+
Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
|
161 |
|
162 |
## NVIDIA NeMo: Training
|
163 |
|