--- 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