cconsti commited on
Commit
dce69d0
·
verified ·
1 Parent(s): 75b0bbd

Update train.py

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