Update README.md
Browse files
README.md
CHANGED
@@ -36,10 +36,9 @@ Model Details: This model was fine-tuned on an email dataset with the following
|
|
36 |
Base Model: DistilBERT (base-uncased)
|
37 |
Training Dataset: Synthetic dataset of categorized emails across 6 intent categories
|
38 |
|
39 |
-
Limitations
|
40 |
-
|
41 |
Very short or ambiguous emails may be classified with lower confidence
|
42 |
Emails with multiple intents may be classified based on the dominant intent
|
43 |
|
44 |
-
Deployment
|
45 |
This application is deployed using Hugging Face Spaces with Gradio. The model weights are stored in the Hugging Face Model Hub.
|
|
|
36 |
Base Model: DistilBERT (base-uncased)
|
37 |
Training Dataset: Synthetic dataset of categorized emails across 6 intent categories
|
38 |
|
39 |
+
Limitations:
|
|
|
40 |
Very short or ambiguous emails may be classified with lower confidence
|
41 |
Emails with multiple intents may be classified based on the dominant intent
|
42 |
|
43 |
+
Deployment:
|
44 |
This application is deployed using Hugging Face Spaces with Gradio. The model weights are stored in the Hugging Face Model Hub.
|