Reyad-Ahmmed commited on
Commit
77ecfbf
·
verified ·
1 Parent(s): 00967e2

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=15,
108
  per_device_train_batch_size=2,
109
  per_device_eval_batch_size=2,
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=10,
108
  per_device_train_batch_size=2,
109
  per_device_eval_batch_size=2,
110
  warmup_steps=500,