anvilogic-admin commited on
Commit
186013a
·
verified ·
1 Parent(s): 8c0274d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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. It is available in both a RoBERTa-based version (with BPE tokenization) and a CANINE-c version (with character-level encoding).
21
- - **Cross-Encoder**: This model can compare two domain names and determine if one domain is a typosquat of another. It is available in both a RoBERTa-based version (with BPE tokenization) and a CANINE-c version (with character-level encoding).
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