mshenoda commited on
Commit
5da0da4
1 Parent(s): 0204d15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ license: mit
5
  ## Dataset
6
  The dataset is composed of messages labeled by ham or spam, merged from three data sources:
7
 
8
- 1. SMS Spam Collection https://www.kaggle.com/datasets/uciml/sms-spam-collection-dataset
9
- 2. Telegram Spam Ham https://huggingface.co/datasets/thehamkercat/telegram-spam-ham/tree/main
10
- 3. Enron Spam: https://huggingface.co/datasets/SetFit/enron_spam/tree/main (only used message column and labels)
11
 
12
  The prepare script for enron is available at https://github.com/mshenoda/roberta-spam/tree/main/data/enron.
13
  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.
 
5
  ## Dataset
6
  The dataset is composed of messages labeled by ham or spam, merged from three data sources:
7
 
8
+ - SMS Spam Collection https://www.kaggle.com/datasets/uciml/sms-spam-collection-dataset
9
+ - Telegram Spam Ham https://huggingface.co/datasets/thehamkercat/telegram-spam-ham/tree/main
10
+ - Enron Spam: https://huggingface.co/datasets/SetFit/enron_spam/tree/main (only used message column and labels)
11
 
12
  The prepare script for enron is available at https://github.com/mshenoda/roberta-spam/tree/main/data/enron.
13
  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.