Reyad-Ahmmed commited on
Commit
9015400
·
verified ·
1 Parent(s): 0265174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ if (runModel=='1'):
104
  # Create an instance of the custom loss function
105
  training_args = TrainingArguments(
106
  output_dir='./results_' + modelNameToUse,
107
- num_train_epochs=5,
108
  per_device_train_batch_size=8,
109
  per_device_eval_batch_size=8,
110
  warmup_steps=500,
 
104
  # Create an instance of the custom loss function
105
  training_args = TrainingArguments(
106
  output_dir='./results_' + modelNameToUse,
107
+ num_train_epochs=15,
108
  per_device_train_batch_size=8,
109
  per_device_eval_batch_size=8,
110
  warmup_steps=500,