Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
- url-classification
|
7 |
- bert
|
8 |
datasets:
|
9 |
-
- darshan8950/
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
- auc
|
@@ -30,7 +30,7 @@ This model is intended for use in detecting potentially malicious URLs. However,
|
|
30 |
|
31 |
## Training data
|
32 |
|
33 |
-
The model was trained on a custom dataset of URLs labeled as safe or unsafe. The dataset is available at `darshan8950/
|
34 |
|
35 |
## Training procedure
|
36 |
|
|
|
6 |
- url-classification
|
7 |
- bert
|
8 |
datasets:
|
9 |
+
- darshan8950/phishing_url_detection_BERT
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
- auc
|
|
|
30 |
|
31 |
## Training data
|
32 |
|
33 |
+
The model was trained on a custom dataset of URLs labeled as safe or unsafe. The dataset is available at `darshan8950/phishing_url_classification` on the Hugging Face Hub.
|
34 |
|
35 |
## Training procedure
|
36 |
|