Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
urlbert-tiny-base-v4 is a lightweight BERT-based model specifically optimized for URL analysis. This version includes several improvements over the previous version:
|
3 |
|
@@ -59,4 +82,4 @@ Predicted token: net, probability: 0.1319
|
|
59 |
Predicted token: org, probability: 0.0881
|
60 |
Predicted token: info, probability: 0.0094
|
61 |
Predicted token: cn, probability: 0.0084
|
62 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: fill-mask
|
6 |
+
tags:
|
7 |
+
- url
|
8 |
+
- cybersecurity
|
9 |
+
- urls
|
10 |
+
- links
|
11 |
+
- classification
|
12 |
+
- phishing-detection
|
13 |
+
- tiny
|
14 |
+
- phishing
|
15 |
+
- malware
|
16 |
+
- defacement
|
17 |
+
- transformers
|
18 |
+
- urlbert
|
19 |
+
- bert
|
20 |
+
- malicious
|
21 |
+
- base
|
22 |
+
- urlbert
|
23 |
+
---
|
24 |
|
25 |
urlbert-tiny-base-v4 is a lightweight BERT-based model specifically optimized for URL analysis. This version includes several improvements over the previous version:
|
26 |
|
|
|
82 |
Predicted token: org, probability: 0.0881
|
83 |
Predicted token: info, probability: 0.0094
|
84 |
Predicted token: cn, probability: 0.0084
|
85 |
+
```
|