dpkrm commited on
Commit
9d80d8d
·
1 Parent(s): cd55af1
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ These graphs provide a visual representation of the training progress and perfor
45
  After training, the trained model achieves an accuracy of 99.75% on the test dataset.
46
 
47
  ## Saving the Model
48
- The trained model and tokenizer are saved using the `save_pretrained` function from the Hugging Face `transformers` library. The model and tokenizer are saved in the directory `./model`.
49
 
50
  ---
51
 
 
45
  After training, the trained model achieves an accuracy of 99.75% on the test dataset.
46
 
47
  ## Saving the Model
48
+ The trained model and tokenizer are saved using the `save_pretrained` function from the Hugging Face `transformers` library. The model and tokenizer are saved in the directory
49
 
50
  ---
51