Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Tags:
email
Libraries:
Datasets
pandas
License:
enron-email / README.md
alphapav's picture
Update README.md
a4761f1 verified
metadata
language:
  - en
tags:
  - email
size_categories:
  - 100M<n<1B
license: apache-2.0

This dataset includes emails from Enron Email Dataset with prompts processed from Are Large Pre-Trained Language Models Leaking Your Personal Information?.

To use the dataset, you can run the following in LLM-PBE.

from data.enron import EnronDataset
ds = EnronDataset(data_path="data/enron", pseudonymize=False)