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