Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,10 @@ license: mit
|
|
4 |
# RoBERTa based Spam Message Detection
|
5 |
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.
|
6 |
|
|
|
|
|
|
|
|
|
7 |
## Dataset
|
8 |
The dataset is composed of messages labeled by ham or spam, merged from three data sources:
|
9 |
|
|
|
4 |
# RoBERTa based Spam Message Detection
|
5 |
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.
|
6 |
|
7 |
+
## Model Output
|
8 |
+
0 is ham
|
9 |
+
1 is spam
|
10 |
+
|
11 |
## Dataset
|
12 |
The dataset is composed of messages labeled by ham or spam, merged from three data sources:
|
13 |
|