alexkueck commited on
Commit
4473f73
·
1 Parent(s): 7ddeab6

Update app.py

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