Update README.md
Browse files
README.md
CHANGED
|
@@ -17,9 +17,8 @@ The HamOrSpamModel classifies messages as either spam
|
|
| 17 |
<!-- Provide a longer summary of what this model is. -->
|
| 18 |
|
| 19 |
The HamOrSpamModel is a text classification model designed to classify messages as either spam or non-spam (ham). It leverages the powerful Transformer architecture, fine-tuned on a labeled dataset of messages to achieve high accuracy in identifying spam messages. This model can be used in applications such as email filtering, SMS spam detection, and social media content moderation.
|
| 20 |
-
- **Developed by:**
|
| 21 |
-
- **
|
| 22 |
-
- **Model type:** [Text Classification]
|
| 23 |
|
| 24 |
|
| 25 |
## Uses
|
|
|
|
| 17 |
<!-- Provide a longer summary of what this model is. -->
|
| 18 |
|
| 19 |
The HamOrSpamModel is a text classification model designed to classify messages as either spam or non-spam (ham). It leverages the powerful Transformer architecture, fine-tuned on a labeled dataset of messages to achieve high accuracy in identifying spam messages. This model can be used in applications such as email filtering, SMS spam detection, and social media content moderation.
|
| 20 |
+
- **Developed by:** Ire Nkweke
|
| 21 |
+
- **Model type:** Text Classification
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
## Uses
|