Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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,
|