CoolFace
Modelpublic

01Yassine/cohere-transcribe-darija-decoder-lora

sourceHugging Faceotherupdated 24d agoView on Hugging Face
0likes17downloads
Model Card

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).

CERWER
base20.249.1
this adapter20.245.1

The recommended student is hybrid at 14.4 CER.

Inference from the Hub

python
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"))