File size: 330 Bytes
9a35fa7 c4adc54 9a35fa7 c4adc54 e4915d1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
python src/run_eval_whisper_streaming.py \
--model_id="$1" \
--language="be" \
--dataset="mozilla-foundation/common_voice_11_0" \
--config="be" \
--split="test" \
--text_column="sentence" \
--device="0" \
--batch_size="32" \
--streaming="True" \
--push_to_hub="True" \
--save_predictions="True"
|