sagorhishab commited on
Commit
10e968a
1 Parent(s): 43b8501

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -10,7 +10,10 @@ __Hishab BN FastConformer__ is a [fastconformer](https://docs.nvidia.com/deeplea
10
 
11
  ## Using method
12
  This model can be used for transcribing Bangla audio and also can be used as pre-trained model to fine-tuning on custom datasets using [NeMo](https://github.com/NVIDIA/NeMo) framework.
13
- To use this model you need to install [NeMo](https://github.com/NVIDIA/NeMo).
 
 
 
14
  ### Inferencing
15
  ```py
16
  import nemo.collections.asr as nemo_asr
 
10
 
11
  ## Using method
12
  This model can be used for transcribing Bangla audio and also can be used as pre-trained model to fine-tuning on custom datasets using [NeMo](https://github.com/NVIDIA/NeMo) framework.
13
+
14
+ ### Installation
15
+ To install [NeMo](https://github.com/NVIDIA/NeMo) check NeMo documentation.
16
+
17
  ### Inferencing
18
  ```py
19
  import nemo.collections.asr as nemo_asr