Scam_Model_1 / README.md
akilan212004's picture
Update README.md
1f63c62 verified
---
license: unknown
---
# Overview
<!-- This model is obtained by finetuning Pre-Trained RoBERTa on dataset containing several sets of malicious prompts.
Using this model, we can classify malicious prompts that can lead towards creation of phishing websites and phishing emails.
This model is obtained by finetuning a Pre-Trained RoBERTa using a dataset encompassing multiple sets of malicious prompts, as detailed in the corresponding arXiv paper.
Using this model, we can classify malicious prompts that can lead towards creation of phishing websites and phishing emails. -->
Our model is designed to identify malicious prompts that can be used to generate phishing websites and emails using popular commercial LLMs like ChatGPT and Gemini.
This model is obtained by finetuning a Pre-Trained RoBERTa using a dataset encompassing multiple sets of malicious prompts.
## Dataset Details
The dataset utilized for training this model has been created using malicious prompts generated by GPT-4.
## Training Details
The model was trained using RobertaForSequenceClassification.from_pretrained.
In this process, both the model and tokenizer pertinent to the RoBERTa-base were employed and trained for 10 epochs.