Reyad-Ahmmed commited on
Commit
a117686
·
verified ·
1 Parent(s): 44bf0ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -305,7 +305,7 @@ if (should_train_model=='1'): #train model
305
 
306
  # Save the model and tokenizer
307
  model.save_pretrained(f"./{model_save_path}")
308
- tokenizer.save_pretrained('./saved_fleet_tokenizer')
309
 
310
  #for push repository
311
  repo_name = "Reyad-Ahmmed/hf-data-timeframe"
 
305
 
306
  # Save the model and tokenizer
307
  model.save_pretrained(f"./{model_save_path}")
308
+ tokenizer.save_pretrained(f"./{model_save_path}")
309
 
310
  #for push repository
311
  repo_name = "Reyad-Ahmmed/hf-data-timeframe"