File size: 1,260 Bytes
a4a9307
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
01b4276
040916f
a34908f
040916f
a34908f
040916f
a34908f
040916f
a34908f
040916f
a34908f
040916f
a34908f
040916f
a34908f
040916f
a34908f
040916f
a34908f
040916f
a4a9307
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:
- imanoop7/phishing_url_classification
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 `imanoop7/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.