01Yassine/cohere-transcribe-darija-decoder-lora
017
Cohere Transcribe — Moroccan Darija (decoder LoRA)
Public adapter on Cohere Transcribe Arabic. LoRA on the decoder only. Encoder frozen. Same 3h YouTube set (`01Yassine/darija-asr-3h`).
Eval: `atlasia/darija-asr-benchmark` (114 clips, human).
The recommended student is hybrid at 14.4 CER.
Inference from the Hub
from huggingface_hub import snapshot_download
import sys
sys.path.insert(0, snapshot_download("01Yassine/cohere-transcribe-darija-decoder-lora"))
from infer import transcribe
print(transcribe("clip.wav", model_id="01Yassine/cohere-transcribe-darija-decoder-lora"))