cconsti commited on
Commit
43cdcc1
·
verified ·
1 Parent(s): dce69d0

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -56,7 +56,7 @@ training_args = TrainingArguments(
56
  evaluation_strategy="epoch",
57
  save_strategy="epoch",
58
  push_to_hub=False,
59
- fp16=True
60
  )
61
 
62
  # Set up Trainer
 
56
  evaluation_strategy="epoch",
57
  save_strategy="epoch",
58
  push_to_hub=False,
59
+ fp16=False
60
  )
61
 
62
  # Set up Trainer