Reyad-Ahmmed commited on
Commit
bba2cff
·
verified ·
1 Parent(s): 2525b46

Update app.py

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