albertvillanova HF staff commited on
Commit
304e10f
1 Parent(s): 28d4d3a

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - crowdsourced
4
- language:
5
- - en
6
  language_creators:
7
  - found
 
 
8
  license:
9
  - unknown
10
  multilinguality:
11
  - monolingual
12
- pretty_name: 'AESLC: Annotated Enron Subject Line Corpus'
13
  size_categories:
14
  - 10K<n<100K
15
  source_datasets:
@@ -18,6 +17,7 @@ task_categories:
18
  - summarization
19
  task_ids: []
20
  paperswithcode_id: aeslc
 
21
  tags:
22
  - aspect-based-summarization
23
  - conversations-summarization
@@ -31,16 +31,25 @@ dataset_info:
31
  dtype: string
32
  splits:
33
  - name: train
34
- num_bytes: 11902668
35
  num_examples: 14436
36
  - name: validation
37
- num_bytes: 1660730
38
  num_examples: 1960
39
  - name: test
40
- num_bytes: 1384177
41
  num_examples: 1906
42
- download_size: 11643743
43
- dataset_size: 14947575
 
 
 
 
 
 
 
 
 
44
  ---
45
 
46
  # Dataset Card for "aeslc"
 
1
  ---
2
  annotations_creators:
3
  - crowdsourced
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - unknown
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 10K<n<100K
14
  source_datasets:
 
17
  - summarization
18
  task_ids: []
19
  paperswithcode_id: aeslc
20
+ pretty_name: 'AESLC: Annotated Enron Subject Line Corpus'
21
  tags:
22
  - aspect-based-summarization
23
  - conversations-summarization
 
31
  dtype: string
32
  splits:
33
  - name: train
34
+ num_bytes: 11897245
35
  num_examples: 14436
36
  - name: validation
37
+ num_bytes: 1659987
38
  num_examples: 1960
39
  - name: test
40
+ num_bytes: 1383452
41
  num_examples: 1906
42
+ download_size: 7948020
43
+ dataset_size: 14940684
44
+ configs:
45
+ - config_name: default
46
+ data_files:
47
+ - split: train
48
+ path: data/train-*
49
+ - split: validation
50
+ path: data/validation-*
51
+ - split: test
52
+ path: data/test-*
53
  ---
54
 
55
  # Dataset Card for "aeslc"
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff0f917c2b64531f979c3fb3596e4d48a22576da2e3519b6c70fe6258b47c15
3
+ size 793541
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfad0418f557b9f7431efcb43db1a3ee96332842bd6ceefcfc039b8cc8ff4e16
3
+ size 6258274
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e56639d30fe8a4935f6b20a85baed8f992915dfd12aac935590c170c22671478
3
+ size 896205
dataset_infos.json CHANGED
@@ -1 +1,54 @@
1
- {"default": {"description": "\nA collection of email messages of employees in the Enron Corporation.\n\nThere are two features:\n - email_body: email body text.\n - subject_line: email subject text.\n", "citation": "\n@misc{zhang2019email,\n title={This Email Could Save Your Life: Introducing the Task of Email Subject Line Generation},\n author={Rui Zhang and Joel Tetreault},\n year={2019},\n eprint={1906.03497},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n", "homepage": "https://github.com/ryanzhumich/AESLC", "license": "", "features": {"email_body": {"dtype": "string", "id": null, "_type": "Value"}, "subject_line": {"dtype": "string", "id": null, "_type": "Value"}}, "supervised_keys": {"input": "email_body", "output": "subject_line"}, "builder_name": "aeslc", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "datasets_version_to_prepare": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 1384177, "num_examples": 1906, "dataset_name": "aeslc"}, "train": {"name": "train", "num_bytes": 11902668, "num_examples": 14436, "dataset_name": "aeslc"}, "validation": {"name": "validation", "num_bytes": 1660730, "num_examples": 1960, "dataset_name": "aeslc"}}, "download_checksums": {"https://github.com/ryanzhumich/AESLC/archive/master.zip": {"num_bytes": 11643743, "checksum": "b5ea2ffb837c5cfb9b033d62b3940a8a2330a9eb69bd2a39a9f55db6a23a40a4"}}, "download_size": 11643743, "dataset_size": 14947575, "size_in_bytes": 26591318}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "\nA collection of email messages of employees in the Enron Corporation.\n\nThere are two features:\n - email_body: email body text.\n - subject_line: email subject text.\n",
4
+ "citation": "\n@misc{zhang2019email,\n title={This Email Could Save Your Life: Introducing the Task of Email Subject Line Generation},\n author={Rui Zhang and Joel Tetreault},\n year={2019},\n eprint={1906.03497},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
5
+ "homepage": "https://github.com/ryanzhumich/AESLC",
6
+ "license": "",
7
+ "features": {
8
+ "email_body": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "subject_line": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ }
16
+ },
17
+ "supervised_keys": {
18
+ "input": "email_body",
19
+ "output": "subject_line"
20
+ },
21
+ "builder_name": "parquet",
22
+ "dataset_name": "aeslc",
23
+ "config_name": "default",
24
+ "version": {
25
+ "version_str": "1.0.0",
26
+ "major": 1,
27
+ "minor": 0,
28
+ "patch": 0
29
+ },
30
+ "splits": {
31
+ "train": {
32
+ "name": "train",
33
+ "num_bytes": 11897245,
34
+ "num_examples": 14436,
35
+ "dataset_name": null
36
+ },
37
+ "validation": {
38
+ "name": "validation",
39
+ "num_bytes": 1659987,
40
+ "num_examples": 1960,
41
+ "dataset_name": null
42
+ },
43
+ "test": {
44
+ "name": "test",
45
+ "num_bytes": 1383452,
46
+ "num_examples": 1906,
47
+ "dataset_name": null
48
+ }
49
+ },
50
+ "download_size": 7948020,
51
+ "dataset_size": 14940684,
52
+ "size_in_bytes": 22888704
53
+ }
54
+ }