Reyad-Ahmmed commited on
Commit
a57bfeb
·
verified ·
1 Parent(s): a2c2250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='./results_' + modelNameToUse,
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,