Update README.md
Browse files
README.md
CHANGED
|
@@ -17,8 +17,8 @@ Typosquatting is a form of cyber attack where malicious actors create fake domai
|
|
| 17 |
|
| 18 |
### Models
|
| 19 |
|
| 20 |
-
- **Embedder**: This model provides a representation for domain names and is used to mine similar domains.
|
| 21 |
-
- **Cross-Encoder**: This model can compare two domain names and determine if one domain is a typosquat of another.
|
| 22 |
- **T5 Typosquat Detection**: This model is a derived version of T5 trained on a new task, with the prefix "Is the first domain a typosquat of the second:" to which we append *TYPOSQUAT_DOMAIN* and *LEGITIMATE_DOMAIN*.
|
| 23 |
|
| 24 |
### Datasets
|
|
|
|
| 17 |
|
| 18 |
### Models
|
| 19 |
|
| 20 |
+
- **Embedder**: This model provides a representation for domain names and is used to mine similar domains.
|
| 21 |
+
- **Cross-Encoder**: This model can compare two domain names and determine if one domain is a typosquat of another.
|
| 22 |
- **T5 Typosquat Detection**: This model is a derived version of T5 trained on a new task, with the prefix "Is the first domain a typosquat of the second:" to which we append *TYPOSQUAT_DOMAIN* and *LEGITIMATE_DOMAIN*.
|
| 23 |
|
| 24 |
### Datasets
|