How to use from the
Use from the
NeMo library
import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.ASRModel.from_pretrained("AlexanderMaz/LanguageModel_Fusion")

transcriptions = asr_model.transcribe(["file.wav"])

The data is used in project https://github.com/Alexander92-cpu/LanguageModel_Fusion

Data desciption:

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train AlexanderMaz/LanguageModel_Fusion