Dimitre commited on
Commit
b957576
·
1 Parent(s): df16334

Updating run script

Browse files
Files changed (1) hide show
  1. run_german.sh +2 -2
run_german.sh CHANGED
@@ -2,7 +2,7 @@
2
  ./run_wav2vec2_pretrain_flax.py \
3
  --output_dir="./german-1st" \
4
  --speech_file_column="path" \
5
- --num_train_epochs="5" \
6
  --per_device_train_batch_size="32" \
7
  --per_device_eval_batch_size="32" \
8
  --validation_split_percentage="5" \
@@ -10,7 +10,7 @@
10
  --weight_decay="0.01" \
11
  --warmup_steps="1000" \
12
  --model_name_or_path="./" \
13
- --dataset_name="common_voice" \
14
  --dataset_config_name="de" \
15
  --preprocessing_num_workers="96" \
16
  --max_duration_in_seconds="10.0" \
 
2
  ./run_wav2vec2_pretrain_flax.py \
3
  --output_dir="./german-1st" \
4
  --speech_file_column="path" \
5
+ --num_train_epochs="1" \
6
  --per_device_train_batch_size="32" \
7
  --per_device_eval_batch_size="32" \
8
  --validation_split_percentage="5" \
 
10
  --weight_decay="0.01" \
11
  --warmup_steps="1000" \
12
  --model_name_or_path="./" \
13
+ --dataset_name="flax-community/german-common-voice-processed" \
14
  --dataset_config_name="de" \
15
  --preprocessing_num_workers="96" \
16
  --max_duration_in_seconds="10.0" \