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