Update README.md
Browse files
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
|
| 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
|
| 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 |
|