okuchaiev commited on
Commit
8a4d119
1 Parent(s): 357e992

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -157,6 +157,11 @@ pip install nemo_toolkit['all']
157
 
158
  The model is available for use in the NeMo toolkit [3], and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.
159
 
 
 
 
 
 
160
  ### Automatically instantiate the model
161
 
162
  ```python
@@ -190,11 +195,6 @@ This model accepts 16000 KHz Mono-channel Audio (wav files) as input.
190
 
191
  This model provides transcribed speech as a string for a given audio sample.
192
 
193
- ## Production Deployment
194
-
195
- This model can be efficiently deployed with [NVIDIA Riva](https://developer.nvidia.com/riva) on prem or with most popular cloud providers.
196
-
197
-
198
  ## Model Architecture
199
 
200
  Conformer-CTC model is a non-autoregressive variant of Conformer model [1] for Automatic Speech Recognition which uses CTC loss/decoding instead of Transducer. You may find more info on the detail of this model here: [Conformer-CTC Model](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html).
 
157
 
158
  The model is available for use in the NeMo toolkit [3], and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.
159
 
160
+ ## Deployment in Production
161
+
162
+ This model can be efficiently deployed with [NVIDIA Riva](https://developer.nvidia.com/riva) on premises of with cloud providers.
163
+ Additionally, RIVA includes Conformer models trained on proprietary data in addition to the public one used in this checkpoint.
164
+
165
  ### Automatically instantiate the model
166
 
167
  ```python
 
195
 
196
  This model provides transcribed speech as a string for a given audio sample.
197
 
 
 
 
 
 
198
  ## Model Architecture
199
 
200
  Conformer-CTC model is a non-autoregressive variant of Conformer model [1] for Automatic Speech Recognition which uses CTC loss/decoding instead of Transducer. You may find more info on the detail of this model here: [Conformer-CTC Model](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html).