Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rainatam committed Apr 11, 2023
1 parent 75aa887 commit 0c2806f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ptuning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ gradient_accumulation_steps=1

```
learning_rate=5e-4
per_device_train_batch_size=1
gradient_accumulation_steps=16
per_device_train_batch_size=16
gradient_accumulation_steps=1
```


Expand Down
1 change: 0 additions & 1 deletion ptuning/ds_train_finetune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
LR=1e-4

MASTER_PORT=$(shuf -n 1 -i 10000-65535)
MASTER_PORT=50003

deepspeed --num_gpus=4 --master_port $MASTER_PORT main.py \
--deepspeed deepspeed.json \
Expand Down

0 comments on commit 0c2806f

Please sign in to comment.