Commit
·
7879b77
1
Parent(s):
6eb117c
Create dataset_infos.json
Browse files- dataset_infos.json +13 -0
dataset_infos.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"plain_text": {"description": "Demo2 dataset.
|
2 |
+
This is a dataset for demo2", "citation": "@InProceedings{maas-EtAl:2011:ACL-HLT2011,
|
3 |
+
author = {Song Linhai},
|
4 |
+
title = {Demo2},
|
5 |
+
booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
|
6 |
+
month = {June},
|
7 |
+
year = {2022},
|
8 |
+
address = {Portland, Oregon, USA},
|
9 |
+
publisher = {Association for Computational Linguistics},
|
10 |
+
pages = {142--150},
|
11 |
+
url = {http://www.aclweb.org/anthology/P11-1015}
|
12 |
+
}
|
13 |
+
", "homepage": "http://ai.stanford.edu/~amaas/data/sentiment/", "license": "", "features": {"index": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "post_processed": null, "supervised_keys": null, "builder_name": "demo2", "config_name": "plain_text", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 100, "num_examples": 2, "dataset_name": "demo2"}, "test": {"name": "test", "num_bytes": 100, "num_examples": 2, "dataset_name": "demo2"}, "download_size": 500, "post_processing_size": null, "dataset_size": 4, "size_in_bytes": 300}}
|