marinone94 commited on
Commit
f0c6c20
β€’
1 Parent(s): 48ab1cf

reduce save and eval frequency

Browse files
Files changed (1) hide show
  1. run.sh +6 -4
run.sh CHANGED
@@ -6,15 +6,17 @@ python run_speech_recognition_ctc.py \
6
  --eval_split_name="test" \
7
  --output_dir="./" \
8
  --overwrite_output_dir \
9
- --num_train_epochs="200" \
10
  --per_device_train_batch_size="32" \
11
  --per_device_eval_batch_size="32" \
12
  --gradient_accumulation_steps="4" \
13
  --learning_rate="7.5e-5" \
14
- --warmup_ratio="0.25" \
15
  --length_column_name="input_length" \
16
- --evaluation_strategy="epoch" \
17
- --save_strategy="epoch" \
 
 
18
  --text_column_name="sentence" \
19
  --chars_to_ignore , ? . ! \- \; \: \" β€œ % β€˜ ” οΏ½ β€” ’ … – \
20
  --logging_steps="100" \
 
6
  --eval_split_name="test" \
7
  --output_dir="./" \
8
  --overwrite_output_dir \
9
+ --num_train_epochs="500" \
10
  --per_device_train_batch_size="32" \
11
  --per_device_eval_batch_size="32" \
12
  --gradient_accumulation_steps="4" \
13
  --learning_rate="7.5e-5" \
14
+ --warmup_ratio="0.2" \
15
  --length_column_name="input_length" \
16
+ --evaluation_strategy="steps" \
17
+ --save_strategy="steps" \
18
+ --eval_steps="2000" \
19
+ --save_steps="2000" \
20
  --text_column_name="sentence" \
21
  --chars_to_ignore , ? . ! \- \; \: \" β€œ % β€˜ ” οΏ½ β€” ’ … – \
22
  --logging_steps="100" \