Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,13 @@ This model is specifically fine-tuned for detecting phishing emails using the Hu
|
|
33 |
- __Recall:__ 97.717
|
34 |
|
35 |
**Dataset Details**
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
- __Recall:__ 97.717
|
34 |
|
35 |
**Dataset Details**
|
36 |
+
|
37 |
+
This model was trained using a [Phishing Email Detection Dataset](https://huggingface.co/datasets/cybersectony/PhishingEmailDetection).
|
38 |
+
|
39 |
+
**Usage Guide**
|
40 |
+
**Installation**
|
41 |
+
|
42 |
+
```
|
43 |
+
pip install transformers
|
44 |
+
pip install torch
|
45 |
+
```
|