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