Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ if (runModel=='1'):
|
|
113 |
|
114 |
# Create an instance of the custom loss function
|
115 |
training_args = TrainingArguments(
|
116 |
-
output_dir='
|
117 |
num_train_epochs=2,
|
118 |
per_device_train_batch_size=2,
|
119 |
per_device_eval_batch_size=2,
|
|
|
113 |
|
114 |
# Create an instance of the custom loss function
|
115 |
training_args = TrainingArguments(
|
116 |
+
output_dir=f'{repo_name}/results_' + modelNameToUse,
|
117 |
num_train_epochs=2,
|
118 |
per_device_train_batch_size=2,
|
119 |
per_device_eval_batch_size=2,
|