phishbot commited on
Commit
75d7e76
·
1 Parent(s): 741ff1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ This model is obtained by finetuning a Pre-Trained RoBERTa using a dataset encom
10
  Using this model, we can classify malicious prompts that can lead towards creation of phishing websites and phishing emails. -->
11
 
12
  Our model, "ScamLLM" is designed to identify malicious prompts that can be used to generate phishing websites and emails using popular commercial LLMs like ChatGPT, Bard and Claude.
13
- This model is obtained by finetuning a Pre-Trained RoBERTa using a dataset encompassing multiple sets of malicious prompts, as detailed in our corresponding arXiv paper
14
 
15
  <!--- **Paper:** https://arxiv.org/abs/2310.19181 -->
16
 
@@ -41,7 +41,7 @@ print(model_outputs[0])
41
 
42
  ### Results
43
 
44
- Achieved an accuracy of 96% with an F1-score of 0.96, on test sets distribution, explained in the paper.
45
 
46
  <!--## Citation
47
 
 
10
  Using this model, we can classify malicious prompts that can lead towards creation of phishing websites and phishing emails. -->
11
 
12
  Our model, "ScamLLM" is designed to identify malicious prompts that can be used to generate phishing websites and emails using popular commercial LLMs like ChatGPT, Bard and Claude.
13
+ This model is obtained by finetuning a Pre-Trained RoBERTa using a dataset encompassing multiple sets of malicious prompts.
14
 
15
  <!--- **Paper:** https://arxiv.org/abs/2310.19181 -->
16
 
 
41
 
42
  ### Results
43
 
44
+ Achieved an accuracy of 94% with an F1-score of 0.94, on test sets.
45
 
46
  <!--## Citation
47