cybersectony commited on
Commit
3a73780
·
verified ·
1 Parent(s): fe14407

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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
- This model was trained using a [Phishing Email Detection Dataset](https://huggingface.co/datasets/cybersectony/PhishingEmailDetection).
 
 
 
 
 
 
 
 
 
 
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
+ ```