Add dataset card for uncapped dev dataset
Browse files
README.md
CHANGED
|
@@ -1,20 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
dataset_info:
|
| 3 |
-
features:
|
| 4 |
-
- name: text
|
| 5 |
-
dtype: string
|
| 6 |
-
- name: employee_id
|
| 7 |
-
dtype: string
|
| 8 |
-
splits:
|
| 9 |
-
- name: train
|
| 10 |
-
num_bytes: 4541574
|
| 11 |
-
num_examples: 62854
|
| 12 |
-
- name: validation
|
| 13 |
-
num_bytes: 4422054
|
| 14 |
-
num_examples: 62875
|
| 15 |
-
download_size: 5006782
|
| 16 |
-
dataset_size: 8963628
|
| 17 |
-
---
|
| 18 |
# Enron Personalization — Dev (Uncapped)
|
| 19 |
|
| 20 |
**Description**
|
|
@@ -24,7 +7,7 @@ Each user’s data is split 50/50 by sentence order into **train** and **validat
|
|
| 24 |
- Users: 45
|
| 25 |
- Split policy: first half of a user's sentences → `train`, second half → `validation`
|
| 26 |
- Casing/punctuation: preserved
|
| 27 |
-
- Build time:
|
| 28 |
|
| 29 |
**Columns**
|
| 30 |
- `text`: string (one sentence per row)
|
|
@@ -35,4 +18,4 @@ Each user’s data is split 50/50 by sentence order into **train** and **validat
|
|
| 35 |
- Splits are near-even by sentence count (difference ≤ 1 when the user has an odd number of sentences).
|
| 36 |
|
| 37 |
**Citation**
|
| 38 |
-
Please cite the Enron Email Dataset and this repository.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Enron Personalization — Dev (Uncapped)
|
| 2 |
|
| 3 |
**Description**
|
|
|
|
| 7 |
- Users: 45
|
| 8 |
- Split policy: first half of a user's sentences → `train`, second half → `validation`
|
| 9 |
- Casing/punctuation: preserved
|
| 10 |
+
- Build time: 2026-01-18 21:09 UTC
|
| 11 |
|
| 12 |
**Columns**
|
| 13 |
- `text`: string (one sentence per row)
|
|
|
|
| 18 |
- Splits are near-even by sentence count (difference ≤ 1 when the user has an odd number of sentences).
|
| 19 |
|
| 20 |
**Citation**
|
| 21 |
+
Please cite the Enron Email Dataset and this repository.
|