whisper-large-mgb2-ar-16k / run_eval_fleurs.sh
Zaid's picture
Training in progress, step 2000
d9d7490
raw
history blame contribute delete
284 Bytes
python run_eval_whisper_streaming.py \
--dataset google/fleurs \
--model_id $1 \
--split test \
--config ar_eg \
--batch_size="16" \
--remove_diacritics="True" \
--language="ar" \
--device 0 \
--streaming="False"