rcook commited on
Commit
aa2dad0
·
verified ·
1 Parent(s): ca38289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def summarize():
86
  gradient_accumulation_steps=4 # Effective larger batch size
87
  )"""
88
 
89
- training_args = TrainingArguments(
90
  output_dir="./tmp_test", # Temporary output directory
91
  max_steps=2, # Run only 2 steps
92
  per_device_train_batch_size=1, # Smallest batch size
 
86
  gradient_accumulation_steps=4 # Effective larger batch size
87
  )"""
88
 
89
+ training_args = Seq2SeqTrainingArguments(
90
  output_dir="./tmp_test", # Temporary output directory
91
  max_steps=2, # Run only 2 steps
92
  per_device_train_batch_size=1, # Smallest batch size