sakares commited on
Commit
1176e2d
1 Parent(s): 0f4f657

reduce batch size

Browse files
Files changed (2) hide show
  1. run.sh +3 -3
  2. run_mlm_flax.py +0 -0
run.sh CHANGED
@@ -9,9 +9,9 @@ python3 run_mlm_flax.py \
9
  --dataset_config_name="unshuffled_deduplicated_th" \
10
  --max_seq_length="128" \
11
  --preprocessing_num_workers="64" \
12
- --per_device_train_batch_size="4" \
13
- --per_device_eval_batch_size="4" \
14
- --learning_rate="3e-4" \
15
  --warmup_steps="1000" \
16
  --overwrite_output_dir \
17
  --num_train_epochs="8" \
 
9
  --dataset_config_name="unshuffled_deduplicated_th" \
10
  --max_seq_length="128" \
11
  --preprocessing_num_workers="64" \
12
+ --per_device_train_batch_size="64" \
13
+ --per_device_eval_batch_size="64" \
14
+ --learning_rate="2e-4" \
15
  --warmup_steps="1000" \
16
  --overwrite_output_dir \
17
  --num_train_epochs="8" \
run_mlm_flax.py CHANGED
File without changes