reduced the bs
Browse files- run_pretraining.sh +2 -2
run_pretraining.sh
CHANGED
|
@@ -11,8 +11,8 @@ export WANDB_LOG_MODEL="true"
|
|
| 11 |
--dataset_config_name="unshuffled_deduplicated_id" \
|
| 12 |
--do_train --do_eval \
|
| 13 |
--block_size="512" \
|
| 14 |
-
--per_device_train_batch_size="
|
| 15 |
-
--per_device_eval_batch_size="
|
| 16 |
--learning_rate="5e-3" --warmup_steps="1000" \
|
| 17 |
--adam_beta1="0.9" --adam_beta2="0.98" --weight_decay="0.01" \
|
| 18 |
--overwrite_output_dir \
|
|
|
|
| 11 |
--dataset_config_name="unshuffled_deduplicated_id" \
|
| 12 |
--do_train --do_eval \
|
| 13 |
--block_size="512" \
|
| 14 |
+
--per_device_train_batch_size="24" \
|
| 15 |
+
--per_device_eval_batch_size="24" \
|
| 16 |
--learning_rate="5e-3" --warmup_steps="1000" \
|
| 17 |
--adam_beta1="0.9" --adam_beta2="0.98" --weight_decay="0.01" \
|
| 18 |
--overwrite_output_dir \
|