File size: 493 Bytes
57a1e82
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/run.sh b/run.sh
index d579f23..61ea061 100755
--- a/run.sh
+++ b/run.sh
@@ -1,6 +1,6 @@
 WANDB_ENTITY=NbAiLab WANDB_PROJECT=wav2vec2 python run_speech_recognition_ctc.py \
         --dataset_name="NbAiLab/NPSC" \
-        --model_name_or_path="KBLab/wav2vec2-large-voxrex-swedish" \
+        --model_name_or_path="KBLab/wav2vec2-large-voxrex" \
         --hub_model_id="NbAiLab/wav2vec2-large-voxrex-npsc" \
         --dataset_config_name="16K_mp3" \
         --output_dir="./" \