File size: 690 Bytes
f7bb961 2584998 f7bb961 2584998 f7bb961 2584998 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
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. |