File size: 1,266 Bytes
0a42ade
 
 
 
 
 
 
 
626dd4d
0a42ade
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
626dd4d
0a42ade
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
---
language: en
license: mit
tags:
- phishing
- url-classification
- bert
datasets:
- darshan8950/phishing_url_detection_BERT
metrics:
- accuracy
- auc
base_model:
- google-bert/bert-base-uncased
library_name: transformers
---


# BERT Phishing URL Detector

This model is a fine-tuned version of `bert-base-uncased` on a phishing URL classification dataset. It can be used to detect potentially malicious URLs.

## Model description

The model is based on BERT (Bidirectional Encoder Representations from Transformers) and has been fine-tuned for binary classification of URLs as safe or potentially phishing.

## Intended uses & limitations

This model is intended for use in detecting potentially malicious URLs. However, it should not be used as the sole method of protection against phishing attacks. Always use multiple layers of security and exercise caution when dealing with suspicious URLs.

## Training data

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.

## Training procedure

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.