okuchaiev commited on
Commit
4f451fa
1 Parent(s): 8fba6fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -146,7 +146,7 @@ model-index:
146
 
147
  This is a "large" versions of Conformer-CTC (around 120M parameters) trained on NeMo ASRSet with around 16000 hours of english speech. The model transcribes speech in lower case english alphabet along with spaces and apostrophes.
148
 
149
- ## Deployment in Production
150
 
151
  This model can be efficiently deployed with [NVIDIA Riva](https://developer.nvidia.com/riva) on premises or with cloud providers.
152
  Additionally with RIVA you get:
@@ -154,7 +154,7 @@ Additionally with RIVA you get:
154
  * Boost specific words (e.g. brand and product names)
155
  * Conformer checkpoints trained on proprietary data
156
 
157
- ## NVIDIA NeMo
158
 
159
  To train, fine-tune or play with the model you will need to install [NVIDIA NeMo](https://github.com/NVIDIA/NeMo). We recommend you install it after you've installed latest Pytorch version.
160
  ```
 
146
 
147
  This is a "large" versions of Conformer-CTC (around 120M parameters) trained on NeMo ASRSet with around 16000 hours of english speech. The model transcribes speech in lower case english alphabet along with spaces and apostrophes.
148
 
149
+ ## NVIDIA Riva: Deployment
150
 
151
  This model can be efficiently deployed with [NVIDIA Riva](https://developer.nvidia.com/riva) on premises or with cloud providers.
152
  Additionally with RIVA you get:
 
154
  * Boost specific words (e.g. brand and product names)
155
  * Conformer checkpoints trained on proprietary data
156
 
157
+ ## NVIDIA NeMo: Training
158
 
159
  To train, fine-tune or play with the model you will need to install [NVIDIA NeMo](https://github.com/NVIDIA/NeMo). We recommend you install it after you've installed latest Pytorch version.
160
  ```