Samantha22 commited on
Commit
d0e8947
·
verified ·
1 Parent(s): 039ccd2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Enron Personalization — Dev (Uncapped)
2
 
3
  **Description**
@@ -18,4 +35,4 @@ Each user’s data is split 50/50 by sentence order into **train** and **validat
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.
 
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**
 
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.