Updating run script
Browse files- 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="
|
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="
|
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" \
|