alexkueck commited on
Commit
1b85a4d
·
1 Parent(s): 7416abf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ training_args = TrainingArguments(
123
  #save_total_limit=1,
124
  #fp16=True,
125
  save_strategy = "no",
126
- optim="adamw_torch"
127
  load_best_model_at_end=False,
128
  #push_to_hub=True,
129
  )
 
123
  #save_total_limit=1,
124
  #fp16=True,
125
  save_strategy = "no",
126
+ optim="adamw_torch",
127
  load_best_model_at_end=False,
128
  #push_to_hub=True,
129
  )