Views
No views yet
facebook/mms-1b-all with the pretrained lin adapter and CTC head,
fine-tuned on WAXAL Lingala. Fresh single linear schedule (not a resume),
batch 8 x accum 4 = 32 effective, lr 3e-5 body / 3e-4 head, warmup 400,
8 speakers held out.1proc = AutoProcessor.from_pretrained(REPO) # target_lang already set to lin
2model = Wav2Vec2ForCTC.from_pretrained(REPO)