Fine-tuned whisper-large-v3 model for speech recognition in Macedonian

Authors:

  1. Dejan Porjazovski
  2. Ilina Jakimovska
  3. Ordan Chukaliev
  4. Nikola Stikov

This collaboration is part of the activities of the Center for Advanced Interdisciplinary Research (CAIR) at UKIM.

Usage

from speechbrain.inference.interfaces import foreign_class
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
asr_classifier = foreign_class(source="Macedonian-ASR/buki-whisper-2.0", pymodule_file="custom_interface_app.py", classname="ASR")
asr_classifier = asr_classifier.to(device)
predictions = asr_classifier.classify_file("audio_file.wav", device)
print(predictions)
Downloads last month
72
Inference API
Unable to determine this model's library. Check the docs .

Model tree for Macedonian-ASR/buki-whisper-2.0

Finetuned
(370)
this model

Space using Macedonian-ASR/buki-whisper-2.0 1