Update README.md
Browse files
README.md
CHANGED
@@ -144,11 +144,13 @@ model-index:
|
|
144 |
---
|
145 |
## Model Overview
|
146 |
|
147 |
-
This
|
|
|
148 |
|
149 |
## NVIDIA Riva: Deployment
|
150 |
|
151 |
-
This model can be efficiently deployed with [NVIDIA Riva](https://developer.nvidia.com/riva) on
|
|
|
152 |
Additionally, with RIVA you get:
|
153 |
* Streaming speech recognition mode
|
154 |
* Ability to boost specific words (e.g. brand and product names)
|
@@ -236,7 +238,7 @@ The list of the available models in this collection is shown in the following ta
|
|
236 |
| 1.6.0 | SentencePiece Unigram | 128 | 4.3 | 2.2 | 2.0 | 2.9 | 7.0 | 7.2 | 6.5 | 8.0 | NeMo ASRSET 2.0 |
|
237 |
|
238 |
|
239 |
-
You may use language models to improve the accuracy of the models. The WER(%) of the latest model with different language modeling techniques are reported in the
|
240 |
|
241 |
| Language Modeling | Training Dataset | LS test-other | LS test-clean | Comment |
|
242 |
|-------------------------------------|-------------------------|---------------|---------------|---------------------------------------------------------|
|
|
|
144 |
---
|
145 |
## Model Overview
|
146 |
|
147 |
+
This model transcribes speech in lower case English alphabet along with spaces and apostrophes.
|
148 |
+
It is a "large" versions of Conformer-CTC (around 120M parameters) model.
|
149 |
|
150 |
## NVIDIA Riva: Deployment
|
151 |
|
152 |
+
This model can be efficiently deployed with [NVIDIA Riva](https://developer.nvidia.com/riva), an accelerated speech AI SDK, on-premises, on the edge or with any cloud provider.
|
153 |
+
|
154 |
Additionally, with RIVA you get:
|
155 |
* Streaming speech recognition mode
|
156 |
* Ability to boost specific words (e.g. brand and product names)
|
|
|
238 |
| 1.6.0 | SentencePiece Unigram | 128 | 4.3 | 2.2 | 2.0 | 2.9 | 7.0 | 7.2 | 6.5 | 8.0 | NeMo ASRSET 2.0 |
|
239 |
|
240 |
|
241 |
+
You may use language models to improve the accuracy of the models. The WER(%) of the latest model with different language modeling techniques are reported in the following table.
|
242 |
|
243 |
| Language Modeling | Training Dataset | LS test-other | LS test-clean | Comment |
|
244 |
|-------------------------------------|-------------------------|---------------|---------------|---------------------------------------------------------|
|