Update README.md
Browse files
README.md
CHANGED
@@ -4,14 +4,22 @@ datasets:
|
|
4 |
- mshenoda/spam-messages
|
5 |
pipeline_tag: text-classification
|
6 |
widget:
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
# RoBERTa based Spam Message Detection
|
17 |
Spam messages frequently carry malicious links or phishing attempts posing significant threats to both organizations and their users. By choosing our RoBERTa-based spam message detection system, organizations can greatly enhance their security infrastructure. Our system effectively detects and filters out spam messages, adding an extra layer of security that safeguards organizations against potential financial losses, legal consequences, and reputational harm.
|
|
|
4 |
- mshenoda/spam-messages
|
5 |
pipeline_tag: text-classification
|
6 |
widget:
|
7 |
+
- text: >-
|
8 |
+
U have a secret admirer. REVEAL who thinks U R So special. Call 09065174042.
|
9 |
+
To opt out Reply REVEAL STOP. 1.50 per msg recd.
|
10 |
+
example_title: spam example 1
|
11 |
+
- text: >-
|
12 |
+
Hey so this sat are we going for the intro pilates only? Or the kickboxing
|
13 |
+
too?
|
14 |
+
example_title: ham example 1
|
15 |
+
- text: >-
|
16 |
+
Great News! Call FREEFONE 08006344447 to claim your guaranteed $1000 CASH or
|
17 |
+
$2000 gift. Speak to a live operator NOW!
|
18 |
+
example_title: spam example 2
|
19 |
+
- text: Dude im no longer a pisces. Im an aquarius now.
|
20 |
+
example_title: ham example 2
|
21 |
+
language:
|
22 |
+
- en
|
23 |
---
|
24 |
# RoBERTa based Spam Message Detection
|
25 |
Spam messages frequently carry malicious links or phishing attempts posing significant threats to both organizations and their users. By choosing our RoBERTa-based spam message detection system, organizations can greatly enhance their security infrastructure. Our system effectively detects and filters out spam messages, adding an extra layer of security that safeguards organizations against potential financial losses, legal consequences, and reputational harm.
|