File size: 680 Bytes
067ad5b
 
d4f4590
 
 
 
8657a3e
47222d2
aed78e7
8657a3e
ab49101
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: cc-by-nc-4.0
language:
- bn
library_name: nemo
pipeline_tag: automatic-speech-recognition
---
## Hishab BN FastConformer
__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 [MegaBNSpeech]() corpus.

## Using method
To use this model you need to install [NeMo](https://github.com/NVIDIA/NeMo).

### Inferencing
```py
import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.ASRModel.from_pretrained("hishab/hishab_bn_fastconformer")

transcriptions = asr_model.transcribe(["file.wav"])
```
## Training Datasets

## Training Details