sagorsarker commited on
Commit
6793265
1 Parent(s): 30fe112

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -4,6 +4,12 @@ language:
4
  - bn
5
  library_name: nemo
6
  pipeline_tag: automatic-speech-recognition
 
 
 
 
 
 
7
  ---
8
  ## Hishab BN FastConformer
9
  __Hishab 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.
@@ -16,6 +22,10 @@ This model can be used for transcribing Bangla audio and also can be used as pre
16
  ### Installation
17
  To install [NeMo](https://github.com/NVIDIA/NeMo) check NeMo documentation.
18
 
 
 
 
 
19
  ### Inferencing
20
  [Download test_bn_fastconformer.wav](https://huggingface.co/hishab/hishab_bn_fastconformer/blob/main/test_bn_fastconformer.wav)
21
  ```py
 
4
  - bn
5
  library_name: nemo
6
  pipeline_tag: automatic-speech-recognition
7
+ tags:
8
+ - Bangla ASR
9
+ - Bengali ASR
10
+ - bn asr
11
+ - Bangla fastconformer
12
+ - https://arxiv.org/abs/2311.03196
13
  ---
14
  ## Hishab BN FastConformer
15
  __Hishab 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.
 
22
  ### Installation
23
  To install [NeMo](https://github.com/NVIDIA/NeMo) check NeMo documentation.
24
 
25
+ ```
26
+ pip install -q 'nemo_toolkit[asr]'
27
+ ```
28
+
29
  ### Inferencing
30
  [Download test_bn_fastconformer.wav](https://huggingface.co/hishab/hishab_bn_fastconformer/blob/main/test_bn_fastconformer.wav)
31
  ```py