File size: 256 Bytes
9a35fa7
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
python src/run_eval_whisper_streaming.py \
	--model_id="$1" \
	--language="be" \
	--dataset="google/fleurs" \
    --config="be_by" \
    --split="test" \
    --text_column="transcription" \
    --device="0" \
    --batch_size="32" \
    --streaming="True"