IreNkweke commited on
Commit
38416c1
·
verified ·
1 Parent(s): bcb324f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
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:** [Ire Nkweke]
21
- - **Shared by [optional]:** [Ire Nkweke]
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