FredZhang7 commited on
Commit
d44f798
1 Parent(s): 40d2c54

update descriptions

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ Let's exmain the correlations one by one and cross out any unreasonable or insig
100
 
101
  For training, I split the classification task into two stages in anticipation of the limited availability of online phishing websites due to their short lifespan, as well as the possibility that research done on phishing is not up-to-date:
102
  1. a small multilingual BERT model to output the confidence level of a URL being malicious to model #2, by finetuning on 2,436,727 legitimate and malicious URLs
103
- 2. (probably) LightGBM to analyze the confidence level, along with roughly 19 extracted features
104
 
105
  This way, I can make the most out of the limited phishing websites avaliable.
106
 
 
100
 
101
  For training, I split the classification task into two stages in anticipation of the limited availability of online phishing websites due to their short lifespan, as well as the possibility that research done on phishing is not up-to-date:
102
  1. a small multilingual BERT model to output the confidence level of a URL being malicious to model #2, by finetuning on 2,436,727 legitimate and malicious URLs
103
+ 2. (probably) LightGBM to analyze the confidence level, along with roughly 10 extracted features
104
 
105
  This way, I can make the most out of the limited phishing websites avaliable.
106