Update README.md
Browse files
README.md
CHANGED
@@ -5,11 +5,12 @@ tags:
|
|
5 |
- email
|
6 |
size_categories:
|
7 |
- 100M<n<1B
|
|
|
8 |
---
|
9 |
|
10 |
-
This dataset
|
11 |
|
12 |
-
To use the dataset, you can
|
13 |
```python
|
14 |
from data.enron import EnronDataset
|
15 |
ds = EnronDataset(data_path="data/enron", pseudonymize=False)
|
|
|
5 |
- email
|
6 |
size_categories:
|
7 |
- 100M<n<1B
|
8 |
+
license: apache-2.0
|
9 |
---
|
10 |
|
11 |
+
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).
|
12 |
|
13 |
+
To use the dataset, you can run the following in LLM-PBE.
|
14 |
```python
|
15 |
from data.enron import EnronDataset
|
16 |
ds = EnronDataset(data_path="data/enron", pseudonymize=False)
|