alexkueck commited on
Commit
28eb068
·
1 Parent(s): 94539dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ training_args = TrainingArguments(
241
  #max_steps=16, # delete for full training
242
  # overwrite_output_dir=True,
243
  #save_total_limit=1,
244
- fp16=True,
245
  save_strategy = "no",
246
  optim="adamw_torch",
247
  #load_best_model_at_end=False,
 
241
  #max_steps=16, # delete for full training
242
  # overwrite_output_dir=True,
243
  #save_total_limit=1,
244
+ #fp16=True,
245
  save_strategy = "no",
246
  optim="adamw_torch",
247
  #load_best_model_at_end=False,