Update train.py
Browse files
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,
|