Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ args = TrainingArguments(
|
|
100 |
output_dir="mayo",
|
101 |
num_train_epochs=1,
|
102 |
per_device_train_batch_size=64,
|
103 |
-
|
104 |
learning_rate=1e-5,
|
105 |
save_steps=100000,
|
106 |
fp16=True,
|
|
|
100 |
output_dir="mayo",
|
101 |
num_train_epochs=1,
|
102 |
per_device_train_batch_size=64,
|
103 |
+
gradient_accumulation_steps=4,
|
104 |
learning_rate=1e-5,
|
105 |
save_steps=100000,
|
106 |
fp16=True,
|