From fc30900703eccf919d0041332dc670723557aa13 Mon Sep 17 00:00:00 2001 From: 51616 Date: Sun, 5 Jan 2025 15:36:00 +0000 Subject: [PATCH] dont load best model --- hyperlora/configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperlora/configs.py b/hyperlora/configs.py index bfb4b99..1ff4554 100644 --- a/hyperlora/configs.py +++ b/hyperlora/configs.py @@ -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(