youngchaewon commited on
Commit
69d949b
·
verified ·
1 Parent(s): 8028afc

docs: update dataset information

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: ecl-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: ecl-2.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - public
9
+ - tabular
10
+ - text
11
+ - classification
12
+ - education
13
+ pretty_name: Spam Eail 5k5
14
+ size_categories:
15
+ - 1K<n<10K
16
+ ---
17
+
18
+ # Spam Eail 5k5
19
+
20
+ Description
21
+ SpamMail-Binary is a curated email corpus designed for training and evaluating spam-detection systems. Each record contains:
22
+
23
+ - **Message** – full email text, including subject and body
24
+ - **Category** – binary label: **Spam** or **Ham** (non-spam)
25
+
26
+ The collection spans a diverse range of phishing attempts, promotional blasts, newsletters, and legitimate correspondence, offering clean, real-world language patterns for natural-language-processing and machine-learning tasks.