mshenoda commited on
Commit
3b92a10
1 Parent(s): 6986f04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ language:
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.
26
 
27
  ## Metrics
28
- Loss | Accuracy | Precision / Recall | Confusion Matrix
29
  :-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:
30
  ![](plots/train_validation_loss.jpg "Train / Validation Loss") Train / Validation | ![](plots/validation_accuracy.jpg "Validation Accuracy") Validation | ![](plots/validation_precision_recall.jpg "Validation Precision / Recall") Validation | ![](plots/confusion_matrix.png "confusion_matrix") Testing Set
31
 
 
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.
26
 
27
  ## Metrics
28
+ Loss | Accuracy(0.9906) | Precision(0.9971) / Recall(0.9934) | Confusion Matrix
29
  :-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:
30
  ![](plots/train_validation_loss.jpg "Train / Validation Loss") Train / Validation | ![](plots/validation_accuracy.jpg "Validation Accuracy") Validation | ![](plots/validation_precision_recall.jpg "Validation Precision / Recall") Validation | ![](plots/confusion_matrix.png "confusion_matrix") Testing Set
31