gigant commited on
Commit
7c3ada2
1 Parent(s): 5069d74

Upload eval.sh

Browse files
Files changed (1) hide show
  1. eval.sh +7 -0
eval.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ python eval.py \
2
+ --model_id="gigant/wav2vec2-ro-300m_01" \
3
+ --dataset="speech-recognition-community-v2/dev_data" \
4
+ --config="ro" \
5
+ --split="validation" \
6
+ --chunk_length_s 10 \
7
+ --stride_length_s 1 \