Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,26 @@
|
|
12 |
|
13 |
---
|
14 |
|
15 |
-
|
16 |
-
|
17 |
-
-
|
18 |
-
|
19 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
---
|
22 |
|
|
|
12 |
|
13 |
---
|
14 |
|
15 |
+
---
|
16 |
+
language: en
|
17 |
+
license: apache-2.0
|
18 |
+
tags:
|
19 |
+
- phishing-detection
|
20 |
+
- url-classification
|
21 |
+
- security
|
22 |
+
- transformers
|
23 |
+
- distilbert
|
24 |
+
datasets:
|
25 |
+
- Adnan-AI-Labs/CleanedBalancedPhishingUrls
|
26 |
+
metrics:
|
27 |
+
- accuracy
|
28 |
+
- auc
|
29 |
+
model_creator: Adnan-AI-Labs/URLShield-DistilBERT
|
30 |
+
model_type: distilbert
|
31 |
+
finetuned_from: distilbert-base-uncased
|
32 |
+
---
|
33 |
+
|
34 |
+
# Model Card for DistilBERT-PhishGuard
|
35 |
|
36 |
---
|
37 |
|