| python src/run_eval_whisper_streaming.py \ | |
| --model_id="$1" \ | |
| --language="be" \ | |
| --dataset="google/fleurs" \ | |
| --config="be_by" \ | |
| --split="test" \ | |
| --text_column="raw_transcription" \ | |
| --device="0" \ | |
| --batch_size="16" \ | |
| --streaming="True" \ | |
| --push_to_hub="True" \ | |
| --save_predictions="True" | |