holly123 commited on
Commit
981f141
1 Parent(s): c2102b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ args = TrainingArguments(
99
  lr_scheduler_type="cosine",
100
  learning_rate=5e-4,
101
  save_steps=5_000,
102
- fp16=True,
103
  push_to_hub=False,
104
  )
105
 
 
99
  lr_scheduler_type="cosine",
100
  learning_rate=5e-4,
101
  save_steps=5_000,
102
+ fp16=False,
103
  push_to_hub=False,
104
  )
105