File size: 303 Bytes
fb343c3
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
python eval.py \
    --model_id="w11wo/wav2vec2-xls-r-300m-korean" \
    --dataset="speech-recognition-community-v2/dev_data" \
    --config="ko" \
    --split="validation" \
    --text_column_name="sentence" \
    --chunk_length_s="10" \
    --stride_length_s="2" \
    --log_outputs \
    --device="0"