Commit e2368ed2 authored by zhaoying1's avatar zhaoying1
Browse files

Update run-full.sh

parent 1af723f8
...@@ -19,11 +19,10 @@ deepspeed --num_gpus=8 src/train_bash.py \ ...@@ -19,11 +19,10 @@ deepspeed --num_gpus=8 src/train_bash.py \
--num_train_epochs 2.0 \ --num_train_epochs 2.0 \
--val_size 0.01 \ --val_size 0.01 \
--evaluation_strategy steps \ --evaluation_strategy steps \
--load_best_model_at_end \
--weight_decay 0. \ --weight_decay 0. \
--warmup_ratio 0.03 \ --warmup_ratio 0.03 \
--max_source_length 2000 \ --max_source_length 2000 \
--max_target_length 1200 \ --max_target_length 1200 \
--plot_loss \ --plot_loss \
--fp16 \ --fp16 \
--deepspeed deepspeed.json --deepspeed deepspeed.json
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment