Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# BERT Model for Phishing Detection
|
2 |
|
3 |
This repository contains the fine-tuned **BERT model** for detecting phishing emails. The model has been trained to classify emails as either **phishing** or **legitimate** based on their body text.
|
@@ -50,21 +64,4 @@ This repository contains the fine-tuned **BERT model** for detecting phishing em
|
|
50 |
|
51 |
4. **Expected Outputs**:
|
52 |
1: Phishing
|
53 |
-
0: Legitimate
|
54 |
-
|
55 |
-
---
|
56 |
-
datasets:
|
57 |
-
- zefang-liu/phishing-email-dataset
|
58 |
-
---
|
59 |
-
language:
|
60 |
-
- en
|
61 |
-
---
|
62 |
-
base_model:
|
63 |
-
- google-bert/bert-base-uncased
|
64 |
-
---
|
65 |
-
tags:
|
66 |
-
- phishing
|
67 |
-
- email
|
68 |
-
- scam
|
69 |
-
- detection
|
70 |
-
---
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- zefang-liu/phishing-email-dataset
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model:
|
7 |
+
- google-bert/bert-base-uncased
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- phishing
|
11 |
+
- email
|
12 |
+
- detection
|
13 |
+
- scam
|
14 |
+
---
|
15 |
# BERT Model for Phishing Detection
|
16 |
|
17 |
This repository contains the fine-tuned **BERT model** for detecting phishing emails. The model has been trained to classify emails as either **phishing** or **legitimate** based on their body text.
|
|
|
64 |
|
65 |
4. **Expected Outputs**:
|
66 |
1: Phishing
|
67 |
+
0: Legitimate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|