JorgeVB commited on
Commit
6a3f030
·
verified ·
1 Parent(s): c9d9ce4

Upload 5 files

Browse files
emails_others_part1.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
emails_others_part2.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
emails_others_part3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
emails_phillip_allen.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
metadata.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_emails": 498212,
3
+ "unique_senders": 20044,
4
+ "target_user": "phillip.allen@enron.com",
5
+ "target_user_emails": 1431,
6
+ "other_users_emails": 496781,
7
+ "columns": [
8
+ "message_id",
9
+ "subject",
10
+ "from",
11
+ "to",
12
+ "cc",
13
+ "bcc",
14
+ "date",
15
+ "body",
16
+ "file_name",
17
+ "text"
18
+ ],
19
+ "sample_text": "From: phillip.allen@enron.com\nSubject: Re:\n\nTraveling to have a business meeting takes the fun out of the trip. Especially if you have to prepare a presentation. I would suggest holding the business...",
20
+ "files_created": {
21
+ "main_dataset": "./pretraining/datasets/enron_emails.jsonl",
22
+ "phillip_allen_dataset": "./pretraining/datasets/emails_phillip_allen.jsonl",
23
+ "others_dataset": "./pretraining/datasets/emails_others.jsonl"
24
+ },
25
+ "date_created": "2025-06-17T22:55:03.787911"
26
+ }