alexkueck commited on
Commit
d500f0f
·
1 Parent(s): 91fda76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,