We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3428b12 commit 5b254c5Copy full SHA for 5b254c5
src/bart_reddit_lora/train.py
@@ -58,7 +58,7 @@ class CustomTrainingArgs(Seq2SeqTrainingArguments):
58
59
eval_strategy: str = "epoch"
60
save_strategy: str = "epoch"
61
- logging_steps: int = 50
+ logging_steps: int = 1
62
save_total_limit: int = 2
63
load_best_model_at_end: bool = True
64
metric_for_best_model: str = "loss"
0 commit comments