Configuration Parsing Warning:In adapter_config.json: "peft.task_type" must be a string

Cohere Transcribe โ€” Moroccan Darija (hybrid)

Public adapter on Cohere Transcribe Arabic. Hybrid: MultiConv on encoder layers 15โ€“47 + LoRA on the decoder. Trained on 3h YouTube Darija (01Yassine/darija-asr-3h).

Eval: atlasia/darija-asr-benchmark (114 clips, human).

CER WER
base 20.2 49.1
hybrid (this repo) 14.4 38.3

You need the Cohere base weights (and its license). This repo is only the adapter.

Inference (from the Hub, no training clone)

pip install "transformers>=5.4" peft torch torchaudio soundfile huggingface_hub
from huggingface_hub import snapshot_download
import sys
sys.path.insert(0, snapshot_download("01Yassine/cohere-transcribe-darija"))
from infer import transcribe
print(transcribe("clip.wav"))

Or, if you already have infer.py from this repo:

python infer.py clip.wav --model hybrid
python infer.py clip.wav --model 01Yassine/cohere-transcribe-darija

Other open checkpoints

Same data and seed, different trainable slice:

print(transcribe("clip.wav", model_id="full_lora"))
print(transcribe("clip.wav", model_id="01Yassine/cohere-transcribe-darija-encoder-lora"))
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for 01Yassine/cohere-transcribe-darija