sagorsarker
commited on
Commit
•
87cb1dc
1
Parent(s):
2bb1ec0
Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ tags:
|
|
13 |
- Bangla fastconformer
|
14 |
- https://arxiv.org/abs/2311.03196
|
15 |
---
|
16 |
-
##
|
17 |
-
|
18 |
|
19 |
Details on paper: [https://aclanthology.org/2023.banglalp-1.16/](https://aclanthology.org/2023.banglalp-1.16/)
|
20 |
|
@@ -34,7 +34,7 @@ pip install -q 'nemo_toolkit[asr]'
|
|
34 |
# pip install -q 'nemo_toolkit[asr]'
|
35 |
|
36 |
import nemo.collections.asr as nemo_asr
|
37 |
-
asr_model = nemo_asr.models.ASRModel.from_pretrained("hishab/
|
38 |
|
39 |
auido_file = "test_bn_fastconformer.wav"
|
40 |
transcriptions = asr_model.transcribe([auido_file])
|
|
|
13 |
- Bangla fastconformer
|
14 |
- https://arxiv.org/abs/2311.03196
|
15 |
---
|
16 |
+
## Summary
|
17 |
+
__titu_stt_bn_fastconformer__ is a [fastconformer](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/models.html#fast-conformer) based model trained on ~18K Hours [MegaBNSpeech]() corpus.
|
18 |
|
19 |
Details on paper: [https://aclanthology.org/2023.banglalp-1.16/](https://aclanthology.org/2023.banglalp-1.16/)
|
20 |
|
|
|
34 |
# pip install -q 'nemo_toolkit[asr]'
|
35 |
|
36 |
import nemo.collections.asr as nemo_asr
|
37 |
+
asr_model = nemo_asr.models.ASRModel.from_pretrained("hishab/titu_stt_bn_fastconformer")
|
38 |
|
39 |
auido_file = "test_bn_fastconformer.wav"
|
40 |
transcriptions = asr_model.transcribe([auido_file])
|