JoPmt commited on
Commit
fc9cab9
·
verified ·
1 Parent(s): fab4ad3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1000,
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(