Commit
·
2ef3aaa
1
Parent(s):
574765b
Update README.md
Browse files
README.md
CHANGED
|
@@ -143,9 +143,23 @@ model-index:
|
|
| 143 |
type: wer
|
| 144 |
value: 5.70
|
| 145 |
---
|
| 146 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
This model transcribes speech in lower case English alphabet along with spaces and apostrophes.
|
| 148 |
It is a "extra-large" versions of Conformer-Transducer (around 600M parameters) model.
|
|
|
|
| 149 |
|
| 150 |
## NVIDIA NeMo: Training
|
| 151 |
|
|
|
|
| 143 |
type: wer
|
| 144 |
value: 5.70
|
| 145 |
---
|
| 146 |
+
|
| 147 |
+
# NVIDIA Conformer-Transducer X-Large (en-US)
|
| 148 |
+
|
| 149 |
+
<style>
|
| 150 |
+
img {
|
| 151 |
+
display: inline;
|
| 152 |
+
}
|
| 153 |
+
</style>
|
| 154 |
+
|
| 155 |
+
| [](#model-architecture)
|
| 156 |
+
| [](#model-architecture)
|
| 157 |
+
| [](#datasets)
|
| 158 |
+
|
| 159 |
+
|
| 160 |
This model transcribes speech in lower case English alphabet along with spaces and apostrophes.
|
| 161 |
It is a "extra-large" versions of Conformer-Transducer (around 600M parameters) model.
|
| 162 |
+
See the [model architecture](#model-architecture) section and [NeMo documentation](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html#conformer-transducer) for complete architecture details.
|
| 163 |
|
| 164 |
## NVIDIA NeMo: Training
|
| 165 |
|