taejinp commited on
Commit
7b5eb77
·
verified ·
1 Parent(s): 4b8741e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -408,6 +408,8 @@ Data collection methods vary across individual datasets. For example, the above
408
 
409
  ## NVIDIA Riva: Deployment
410
 
 
 
411
  [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.
412
  Additionally, Riva provides:
413
 
@@ -415,8 +417,8 @@ Additionally, Riva provides:
415
  * 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
416
  * Streaming speech recognition, Kubernetes compatible scaling, and enterprise-grade support
417
 
418
- Although this model isn’t supported yet by Riva, the [list of supported models](https://huggingface.co/models?other=Riva) is here.
419
- Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
420
 
421
 
422
  ## References
 
408
 
409
  ## NVIDIA Riva: Deployment
410
 
411
+ Streaming Sortformer is deployed via NVIDIA RIVA ASR - [Speech Recognition with Speaker Diarization](https://docs.nvidia.com/nim/riva/asr/latest/support-matrix.html#speech-recognition-with-speaker-diarization)
412
+
413
  [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.
414
  Additionally, Riva provides:
415
 
 
417
  * 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
418
  * Streaming speech recognition, Kubernetes compatible scaling, and enterprise-grade support
419
 
420
+ For more information on NVIDIA RIVA, see the [list of supported models](https://huggingface.co/models?other=Riva) is here.
421
+ Also check out the [Riva live demo](https://developer.nvidia.com/riva#demos).
422
 
423
 
424
  ## References