--- library_name: transformers tags: - distilbert - bert license: apache-2.0 datasets: - kmack/Phishing_urls language: - en pipeline_tag: text-classification --- # Malicious-Url-Detection Using this model, you can detects harmful links created to harm people such as phishing, malware urls. this model Classifies if the urls addresses are malware and benign. Type the domain name of the url address in the text field for classification in API: Like this: "huggingface.com" This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an [kmack/Phishing_urls](https://huggingface.co/datasets/kmack/Phishing_urls) dataset.