mshenoda commited on
Commit
439304d
1 Parent(s): 15fe5db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -4,14 +4,22 @@ datasets:
4
  - mshenoda/spam-messages
5
  pipeline_tag: text-classification
6
  widget:
7
- - text: "U have a secret admirer. REVEAL who thinks U R So special. Call 09065174042. To opt out Reply REVEAL STOP. 1.50 per msg recd."
8
- example_title: "spam example 1"
9
- - text: "Hey so this sat are we going for the intro pilates only? Or the kickboxing too?"
10
- example_tile: "ham example 1"
11
- - text: "Great News! Call FREEFONE 08006344447 to claim your guaranteed $1000 CASH or $2000 gift. Speak to a live operator NOW!"
12
- example_tile: "spam example 2"
13
- - text: "Dude im no longer a pisces. Im an aquarius now."
14
- example_tile: "ham example 2"
 
 
 
 
 
 
 
 
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.