Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ training_args = TrainingArguments(
|
|
111 |
evaluation_strategy = "epoch",
|
112 |
learning_rate=2e-5,
|
113 |
weight_decay=0.01,
|
114 |
-
save_total_limit = 2
|
115 |
save_strategy = "no",
|
116 |
load_best_model_at_end=False,
|
117 |
#push_to_hub=True,
|
|
|
111 |
evaluation_strategy = "epoch",
|
112 |
learning_rate=2e-5,
|
113 |
weight_decay=0.01,
|
114 |
+
save_total_limit = 2,
|
115 |
save_strategy = "no",
|
116 |
load_best_model_at_end=False,
|
117 |
#push_to_hub=True,
|