ajkndfjsdfasdf commited on
Commit
f3f4b7c
·
verified ·
1 Parent(s): 9f144f4

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -47,7 +47,7 @@ def try_training_with_batch_size(batch_size_start):
47
  learning_rate=5e-5,
48
  per_device_train_batch_size=batch_size,
49
  per_device_eval_batch_size=batch_size,
50
- fp16=True,
51
  num_train_epochs=3,
52
  logging_steps=100,
53
  warmup_ratio=0.06,
 
47
  learning_rate=5e-5,
48
  per_device_train_batch_size=batch_size,
49
  per_device_eval_batch_size=batch_size,
50
+ #fp16=True,
51
  num_train_epochs=3,
52
  logging_steps=100,
53
  warmup_ratio=0.06,