Skip to content

Commit a932b40

Browse files
author
Ubuntu
committed
tuned params
1 parent b10d407 commit a932b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bart_reddit_lora/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class CustomTrainingArgs(Seq2SeqTrainingArguments):
4949
num_train_epochs: int = 6
5050
per_device_train_batch_size: int = 8
5151
per_device_eval_batch_size: int = 16
52-
learning_rate: float = 7e-5
52+
learning_rate: float = 6e-5
5353
lr_scheduler_type: str = "cosine"
5454
warmup_ratio: float = 0.1
5555
max_grad_norm: float = 0.5

0 commit comments

Comments
 (0)