w11wo commited on
Commit
fb343c3
1 Parent(s): af060e3

Upload run_eval.sh

Browse files
Files changed (1) hide show
  1. run_eval.sh +10 -0
run_eval.sh ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ python eval.py \
2
+ --model_id="w11wo/wav2vec2-xls-r-300m-korean" \
3
+ --dataset="speech-recognition-community-v2/dev_data" \
4
+ --config="ko" \
5
+ --split="validation" \
6
+ --text_column_name="sentence" \
7
+ --chunk_length_s="10" \
8
+ --stride_length_s="2" \
9
+ --log_outputs \
10
+ --device="0"