likhith231 commited on
Commit
e7286e9
1 Parent(s): 3abbfa5

Update README.md

Browse files

This dataset is a condensed subset derived from the SetFit/enron_spam dataset. It comprises two primary columns: 'Text' and 'Label'. The dataset contains 1000 samples for training and 1000 samples for testing, making it suitable for binary text classification tasks.

- **Text:** Represents the content of an email.
- **Label:** Indicates whether the email is categorized as 'spam' or 'ham' (non-spam).

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -21,4 +21,6 @@ configs:
21
  path: data/train-*
22
  - split: validation
23
  path: data/validation-*
24
- ---
 
 
 
21
  path: data/train-*
22
  - split: validation
23
  path: data/validation-*
24
+ task_categories:
25
+ - text-classification
26
+ ---