Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is a very small version of BERT, designed to categorize links into phishing and non-phishing links
|
2 |
|
3 |
An updated, lighter version of the old classification model for URL analysis
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- ealvaradob/phishing-dataset
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- CrabInHoney/urlbert-tiny-base-v2
|
9 |
+
pipeline_tag: text-classification
|
10 |
+
tags:
|
11 |
+
- url
|
12 |
+
- urls
|
13 |
+
- links
|
14 |
+
- classification
|
15 |
+
- tiny
|
16 |
+
- phishing
|
17 |
+
- urlbert
|
18 |
+
---
|
19 |
This is a very small version of BERT, designed to categorize links into phishing and non-phishing links
|
20 |
|
21 |
An updated, lighter version of the old classification model for URL analysis
|