Update README.md
Browse files
README.md
CHANGED
@@ -12,4 +12,24 @@ tags:
|
|
12 |
- Email
|
13 |
- URL
|
14 |
- Detection
|
15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- Email
|
13 |
- URL
|
14 |
- Detection
|
15 |
+
---
|
16 |
+
|
17 |
+
**A distilBERT based Phishing Email Detection Model**
|
18 |
+
|
19 |
+
**Model Overview**
|
20 |
+
This model is specifically fine-tuned for detecting phishing emails using the Hugging Face Trainer API.
|
21 |
+
|
22 |
+
**Key Specifications**
|
23 |
+
- __Base Architecture:__ DistilBERT
|
24 |
+
- __Task:__ Multilabel Classification
|
25 |
+
- __Fine-tuning Framework:__ Hugging Face Trainer API
|
26 |
+
- __Training Duration:__ 3 epochs
|
27 |
+
|
28 |
+
**Performance Metrics**
|
29 |
+
- __F1-score:__ 97.717
|
30 |
+
- __Accuracy:__ 97.716
|
31 |
+
- __Precision:__ 97.736
|
32 |
+
- __Recall:__ 97.717
|
33 |
+
|
34 |
+
**Dataset Details**
|
35 |
+
This model was trained using a [Phishing Email Detection Dataset](https://huggingface.co/datasets/cybersectony/PhishingEmailDetection).
|