roze-sha/roberta-spam
Text Classification • 0.1B • Updated • 2
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This is a large corpus of 42,619 preprocessed text messages and emails sent by humans in 43 languages. is_spam=1 means spam and is_spam=0 means ham.
1040 rows of balanced data, consisting of casual conversations and scam emails in ≈10 languages, were manually collected and annotated by me, with some help from ChatGPT.
To make the text format between sms messages and emails consistent, email subjects and content are separated by two newlines:
text = email.subject + "\n\n" + email.content
is_toxic=0 from FredZhang7/toxi-text-3M. Make sure the rows aren't spam.