Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
|
3 |
# BERT Phishing URL Detector
|
@@ -18,4 +34,4 @@ The model was trained on a custom dataset of URLs labeled as safe or unsafe. The
|
|
18 |
|
19 |
## Training procedure
|
20 |
|
21 |
-
The model was fine-tuned using the Hugging Face Transformers library. Only the pooling layers were fine-tuned while the base BERT layers were frozen.
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: mit
|
4 |
+
tags:
|
5 |
+
- phishing
|
6 |
+
- url-classification
|
7 |
+
- bert
|
8 |
+
datasets:
|
9 |
+
- imanoop7/phishing_url_classification
|
10 |
+
metrics:
|
11 |
+
- accuracy
|
12 |
+
- auc
|
13 |
+
base_model:
|
14 |
+
- google-bert/bert-base-uncased
|
15 |
+
library_name: transformers
|
16 |
+
---
|
17 |
|
18 |
|
19 |
# BERT Phishing URL Detector
|
|
|
34 |
|
35 |
## Training procedure
|
36 |
|
37 |
+
The model was fine-tuned using the Hugging Face Transformers library. Only the pooling layers were fine-tuned while the base BERT layers were frozen.
|