smajumdar94
commited on
Commit
•
607125a
1
Parent(s):
9fd5c20
Update README.md
Browse files
README.md
CHANGED
@@ -122,7 +122,7 @@ This model provides transcribed speech as a string for a given audio sample.
|
|
122 |
|
123 |
## Model Architecture
|
124 |
|
125 |
-
FastConformer is an optimized version of the Conformer model
|
126 |
|
127 |
## Training
|
128 |
|
@@ -169,7 +169,7 @@ Although this model isn’t supported yet by Riva, the [list of supported models
|
|
169 |
Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
|
170 |
|
171 |
## References
|
172 |
-
[1] [Conformer
|
173 |
|
174 |
[2] [Google Sentencepiece Tokenizer](https://github.com/google/sentencepiece)
|
175 |
|
|
|
122 |
|
123 |
## Model Architecture
|
124 |
|
125 |
+
FastConformer [1] is an optimized version of the Conformer model with 8x depthwise-separable convolutional downsampling. The model is trained in a multitask setup with joint Transducer and CTC decoder loss. You may find more information on the details of FastConformer here: [Fast-Conformer Model](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html#fast-conformer) and about Hybrid Transducer-CTC training here: [Hybrid Transducer-CTC](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html#hybrid-transducer-ctc).
|
126 |
|
127 |
## Training
|
128 |
|
|
|
169 |
Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
|
170 |
|
171 |
## References
|
172 |
+
[1] [Fast Conformer with Linearly Scalable Attention for Efficient Speech Recognition](https://arxiv.org/abs/2305.05084)
|
173 |
|
174 |
[2] [Google Sentencepiece Tokenizer](https://github.com/google/sentencepiece)
|
175 |
|