Reyad-Ahmmed commited on
Commit
2e6b2e9
·
verified ·
1 Parent(s): 57c9642

Update app.py

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