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