Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -25,11 +25,5 @@ This Gradio application classifies email bodies as either "Safe Email" or "Spam
|
|
25 |
|
26 |
The application uses a pre-trained Hugging Face Transformers model for text classification. The model files (`config.json`, `pytorch_model.bin`,'special_tokens_map.json', 'tokenizer_config.json', 'vocab.txt') should be located in the `./model` directory. The tokenizer files are also required, and will be downloaded if they are not already present.
|
27 |
|
28 |
-
## Notes
|
29 |
-
|
30 |
-
* Ensure you have a stable internet connection if the application needs to download the tokenizer.
|
31 |
-
* The accuracy of the predictions depends on the quality and training of the underlying model.
|
32 |
-
* For optimal performance, ensure that the model files are compatible with the `transformers` library.
|
33 |
-
* If the model files are not in the model directory, the application will attempt to download the tokenizer from the Hugging Face model hub. Ensure that the model name used in the app.py file is correct.
|
34 |
|
35 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
25 |
|
26 |
The application uses a pre-trained Hugging Face Transformers model for text classification. The model files (`config.json`, `pytorch_model.bin`,'special_tokens_map.json', 'tokenizer_config.json', 'vocab.txt') should be located in the `./model` directory. The tokenizer files are also required, and will be downloaded if they are not already present.
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|