Spaces:
Running
Running
feat: default to 1000 warmup steps
Browse files- seq2seq/do_run.sh +1 -0
seq2seq/do_run.sh
CHANGED
@@ -6,5 +6,6 @@ python run_seq2seq_flax.py \
|
|
6 |
--per_device_train_batch_size 24 \
|
7 |
--per_device_eval_batch_size 24 \
|
8 |
--preprocessing_num_workers 48 \
|
|
|
9 |
--do_train \
|
10 |
--do_eval \
|
|
|
6 |
--per_device_train_batch_size 24 \
|
7 |
--per_device_eval_batch_size 24 \
|
8 |
--preprocessing_num_workers 48 \
|
9 |
+
--warmup_steps 1000 \
|
10 |
--do_train \
|
11 |
--do_eval \
|