File size: 754 Bytes
87f324b be1cc40 87f324b fd6378e 99dfcb3 3ec8135 99dfcb3 3ec8135 99dfcb3 3ec8135 99dfcb3 3ec8135 610897a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ---
license: apache-2.0
datasets:
- zefang-liu/phishing-email-dataset
language:
- en
base_model:
- cybersectony/phishing-email-detection-distilbert_v2.4.1
pipeline_tag: text-classification
tags:
- code
metrics:
- accuracy
---
# COS720 Project Model
This model was created for my University course and aims to detect phishing emails.
## Performance Metrics
- __Accuracy:__ 99.76
- __F1-score:__ 99.77
- __Precision:__ 99.76
- __Recall:__ 99.76
### Usage and Credits
All credit to user [Cybersectony](https://huggingface.co/cybersectony/phishing-email-detection-distilbert_v2.4.1) , this model was based on their pre-existing one and utilized an additional data set from [kaggle](https://www.kaggle.com/datasets/naserabdullahalam/phishing-email-dataset) |