LLM-PBE/enron-email
收藏Hugging Face2024-10-09 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/LLM-PBE/enron-email
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
tags:
- email
size_categories:
- 100M<n<1B
license: apache-2.0
---
This dataset includes emails from [Enron Email Dataset](https://www.cs.cmu.edu/~enron/) with prompts processed from [Are Large Pre-Trained Language Models Leaking Your Personal Information?](https://github.com/jeffhj/LM_PersonalInfoLeak/tree/main).
To use the dataset, you can run the following in LLM-PBE.
```python
from data.enron import EnronDataset
ds = EnronDataset(data_path="data/enron", pseudonymize=False)
```
提供机构:
LLM-PBE



