kasnerz commited on
Commit
bcdfe36
1 Parent(s): 1a0d88c

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +63 -1
dataset_infos.json CHANGED
@@ -1 +1,63 @@
1
- {"kasnerz--logicnlg": {"description": "LogicNLG: natural language generation with logical inference in the intermediate steps\n", "citation": "@inproceedings{chen2020logical,\n title={Logical Natural Language Generation from Open-Domain Tables},\n author={Chen, Wenhu and Chen, Jianshu and Su, Yu and Chen, Zhiyu and Wang, William Yang},\n booktitle={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},\n pages={7929--7942},\n year={2020}\n}\n", "homepage": "https://wenhuchen.github.io/logicnlg.github.io/", "license": "", "features": {"table": {"dtype": "large_string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}, "linked_columns": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "template": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "logicnlg", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 41263273, "num_examples": 28450, "dataset_name": "logicnlg"}, "validation": {"name": "validation", "num_bytes": 6148942, "num_examples": 4260, "dataset_name": "logicnlg"}, "test": {"name": "test", "num_bytes": 5944855, "num_examples": 4305, "dataset_name": "logicnlg"}}, "download_checksums": null, "download_size": 8226683, "post_processing_size": null, "dataset_size": 53357070, "size_in_bytes": 61583753}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "LogicNLG: natural language generation with logical inference in the intermediate steps\n",
3
+ "citation": "@inproceedings{chen2020logical,\n title={Logical Natural Language Generation from Open-Domain Tables},\n author={Chen, Wenhu and Chen, Jianshu and Su, Yu and Chen, Zhiyu and Wang, William Yang},\n booktitle={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},\n pages={7929--7942},\n year={2020}\n}\n",
4
+ "homepage": "https://wenhuchen.github.io/logicnlg.github.io/",
5
+ "license": "",
6
+ "features": {
7
+ "table": {
8
+ "dtype": "large_string",
9
+ "_type": "Value"
10
+ },
11
+ "ref": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "linked_columns": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "title": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "template": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ },
27
+ "table_id": {
28
+ "dtype": "string",
29
+ "_type": "Value"
30
+ }
31
+ },
32
+ "builder_name": "logicnlg",
33
+ "config_name": "default",
34
+ "version": {
35
+ "version_str": "0.0.0",
36
+ "major": 0,
37
+ "minor": 0,
38
+ "patch": 0
39
+ },
40
+ "splits": {
41
+ "train": {
42
+ "name": "train",
43
+ "num_bytes": 41970984,
44
+ "num_examples": 28450,
45
+ "dataset_name": null
46
+ },
47
+ "validation": {
48
+ "name": "validation",
49
+ "num_bytes": 6254952,
50
+ "num_examples": 4260,
51
+ "dataset_name": null
52
+ },
53
+ "test": {
54
+ "name": "test",
55
+ "num_bytes": 6051905,
56
+ "num_examples": 4305,
57
+ "dataset_name": null
58
+ }
59
+ },
60
+ "download_size": 7704759,
61
+ "dataset_size": 54277841,
62
+ "size_in_bytes": 61982600
63
+ }}