albertvillanova HF staff commited on
Commit
ca3073a
1 Parent(s): 2a555d3

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -54
dataset_infos.json DELETED
@@ -1,54 +0,0 @@
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
- }