Safetensors
English
distilbert
phishing_url
adnanaman commited on
Commit
aeb7429
·
verified ·
1 Parent(s): e5bcc85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -12,11 +12,26 @@
12
 
13
  ---
14
 
15
- ## Model Details
16
- - **Architecture**: DistilBERT for Sequence Classification
17
- - **Language**: Primarily English
18
- - **License**: Apache License 2.0
19
- - **Dataset**: Trained on labeled phishing and safe URLs from public and proprietary sources.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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