bstraehle commited on
Commit
a79d5cd
1 Parent(s): 6e481ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def fine_tune_model(base_model_id, dataset):
55
  training_args = Seq2SeqTrainingArguments(
56
  output_dir="./results",
57
  num_train_epochs=3, # Adjust as needed
58
- per_device_train_batch_size=8,
59
  per_device_eval_batch_size=64,
60
  warmup_steps=500,
61
  weight_decay=0.01,
 
55
  training_args = Seq2SeqTrainingArguments(
56
  output_dir="./results",
57
  num_train_epochs=3, # Adjust as needed
58
+ per_device_train_batch_size=16,
59
  per_device_eval_batch_size=64,
60
  warmup_steps=500,
61
  weight_decay=0.01,