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
|
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 |
|