nguyenvulebinh
commited on
Commit
•
32440c9
1
Parent(s):
18b4250
add random print sample when eval
Browse files
main.py
CHANGED
@@ -101,7 +101,7 @@ if __name__ == "__main__":
|
|
101 |
|
102 |
training_args = TrainingArguments(
|
103 |
output_dir=checkpoint_path,
|
104 |
-
|
105 |
group_by_length=True,
|
106 |
per_device_train_batch_size=4,
|
107 |
per_device_eval_batch_size=4,
|
|
|
101 |
|
102 |
training_args = TrainingArguments(
|
103 |
output_dir=checkpoint_path,
|
104 |
+
fp16=True,
|
105 |
group_by_length=True,
|
106 |
per_device_train_batch_size=4,
|
107 |
per_device_eval_batch_size=4,
|