google/fleurs
Viewer • Updated • 768k • 63.6k • 406
Fine-tuned adapter weights for Meta's MMS-1B on Nigerian languages: Yoruba, Igbo, Hausa, and Nigerian Pidgin.
Note: WER evaluation results were not available in the kernel memory during the final push.
from transformers import Wav2Vec2ForCTC, AutoProcessor
import torch
model = Wav2Vec2ForCTC.from_pretrained("NazeAfrica/mms-naija")
processor = AutoProcessor.from_pretrained("NazeAfrica/mms-naija", target_lang="yor") # or ibo, hau, pcm
model.load_adapter("yor")
Base model
facebook/mms-1b-all