mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
dont load best model
This commit is contained in:
parent
d12680bc97
commit
fc30900703
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class TrainingArguments(TrainingArguments):
|
|||
metadata={"help": "Whether the metric is better when it is greater."},
|
||||
)
|
||||
load_best_model_at_end: bool = field(
|
||||
default=True,
|
||||
default=False,
|
||||
metadata={"help": "Whether to load the best model at the end of training."},
|
||||
)
|
||||
save_total_limit: int = field(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue