File size: 1,154 Bytes
49077b6
 
 
3afa45c
 
 
0204d15
5da0da4
 
 
3afa45c
 
 
 
 
 
 
 
3f6cd6b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: mit
---

## Dataset
The dataset is composed of messages labeled by ham or spam, merged from three data sources:

- SMS Spam Collection https://www.kaggle.com/datasets/uciml/sms-spam-collection-dataset
- Telegram Spam Ham https://huggingface.co/datasets/thehamkercat/telegram-spam-ham/tree/main
- Enron Spam:  https://huggingface.co/datasets/SetFit/enron_spam/tree/main (only used message column and labels)

The prepare script for enron is available at https://github.com/mshenoda/roberta-spam/tree/main/data/enron.
The data is split 80% train 10% validation, and 10% test sets; the scripts used to split and merge of the three data sources are available at: https://github.com/mshenoda/roberta-spam/tree/main/data/utils.

### Dataset Class Distribution

Training  80%  |  Validation  10%   |  Testing  10%          
:-------------------------:|:-------------------------:|:-------------------------: 
![](plots/train_set_distribution.jpg "Train Distribution") Class Distribution | ![](plots/val_set_distribution.jpg "Validation Distribution") Class Distribution | ![](plots/test_set_distribution.jpg "Test Distribution")  Class Distribution