Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ training_args = TrainingArguments(
|
|
22 |
overwrite_output_dir=True,
|
23 |
num_train_epochs=5,
|
24 |
per_device_train_batch_size=8,
|
25 |
-
save_steps=
|
26 |
save_total_limit=1,
|
27 |
)
|
28 |
trainer = Trainer(
|
|
|
22 |
overwrite_output_dir=True,
|
23 |
num_train_epochs=5,
|
24 |
per_device_train_batch_size=8,
|
25 |
+
save_steps=600,
|
26 |
save_total_limit=1,
|
27 |
)
|
28 |
trainer = Trainer(
|