versae commited on
Commit
64b71f2
β€’
1 Parent(s): 28848ba

Fix run.sh

Browse files
Files changed (1) hide show
  1. run.sh +5 -5
run.sh CHANGED
@@ -1,18 +1,18 @@
1
  python run_speech_recognition_ctc.py \
2
- --dataset_name="mozilla-foundation/common_voice_7_0" \
3
  --model_name_or_path="facebook/wav2vec2-xls-r-300m" \
4
- --dataset_config_name="sv-SE" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
- --num_train_epochs="50" \
8
  --per_device_train_batch_size="8" \
9
  --per_device_eval_batch_size="8" \
10
  --gradient_accumulation_steps="4" \
11
  --learning_rate="7.5e-5" \
12
- --warmup_steps="2000" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
15
- --text_column_name="sentence" \
16
  --chars_to_ignore , ? . ! \- \; \: \" β€œ % β€˜ ” οΏ½ β€” ’ … – \
17
  --save_steps="500" \
18
  --eval_steps="500" \
 
1
  python run_speech_recognition_ctc.py \
2
+ --dataset_name="NbAiLab/NPSC" \
3
  --model_name_or_path="facebook/wav2vec2-xls-r-300m" \
4
+ --dataset_config_name="48K_mp3" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
+ --num_train_epochs="10" \
8
  --per_device_train_batch_size="8" \
9
  --per_device_eval_batch_size="8" \
10
  --gradient_accumulation_steps="4" \
11
  --learning_rate="7.5e-5" \
12
+ --warmup_steps="500" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
15
+ --text_column_name="text" \
16
  --chars_to_ignore , ? . ! \- \; \: \" β€œ % β€˜ ” οΏ½ β€” ’ … – \
17
  --save_steps="500" \
18
  --eval_steps="500" \