Edit model card

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.

Downloads last month
160
Safetensors
Model size
109M params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for imanoop7/bert-phishing-detector

Finetuned
(2078)
this model

Dataset used to train imanoop7/bert-phishing-detector