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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,8 +112,8 @@ training_args = TrainingArguments(
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,
118
  )
119
  print ("training args")
 
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,
118
  )
119
  print ("training args")