File size: 319 Bytes
e6570a6
 
 
 
 
 
 
 
 
 
 
 
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="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"