Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,9 +104,9 @@ 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=
|
| 109 |
-
per_device_eval_batch_size=
|
| 110 |
warmup_steps=500,
|
| 111 |
weight_decay=0.02,
|
| 112 |
logging_dir='./logs_' + modelNameToUse,
|
|
|
|
| 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,
|
| 111 |
weight_decay=0.02,
|
| 112 |
logging_dir='./logs_' + modelNameToUse,
|