Fix run_eval.sh model name
Browse files- run_eval.sh +1 -1
run_eval.sh
CHANGED
@@ -1 +1 @@
|
|
1 |
-
python3 eval.py --dataset mozilla-foundation/common_voice_7_0 --config fi --model_id aapot/wav2vec2-xlsr-1b-
|
|
|
1 |
+
python3 eval.py --dataset mozilla-foundation/common_voice_7_0 --config fi --model_id aapot/wav2vec2-xlsr-1b-finnish --split test --log_outputs
|