Reyad-Ahmmed commited on
Commit
b9a9b75
·
verified ·
1 Parent(s): b626304

Update app.py

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