DrGutti commited on
Commit
d599be2
·
verified ·
1 Parent(s): 0255c9a

Update README.md

Browse files

Filtered version of the LLM-PBE/enron-email dataset.
Removed 'to' and 'cc' email headers
Filtered for english language emails only.
Filtered for <512 token length emails only.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,4 +14,6 @@ configs:
14
  data_files:
15
  - split: train
16
  path: data/train-*
17
- ---
 
 
 
14
  data_files:
15
  - split: train
16
  path: data/train-*
17
+ language:
18
+ - en
19
+ ---