Sampson2022 commited on
Commit
85f317a
·
1 Parent(s): 7879b77

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +52 -13
dataset_infos.json CHANGED
@@ -1,13 +1,52 @@
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}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "plain_text": {
3
+ "description": "Demo2 dataset.This is a dataset for demo2",
4
+ "homepage": "http: //ai.stanford.edu/~amaas/data/sentiment/",
5
+ "license": "",
6
+ "features": {
7
+ "index": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "text": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "label": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "post_processed": null,
23
+ "supervised_keys": null,
24
+ "builder_name": "demo2",
25
+ "config_name": "plain_text",
26
+ "version": {
27
+ "version_str": "1.0.0",
28
+ "description": "",
29
+ "major": 1,
30
+ "minor": 0,
31
+ "patch": 0
32
+ },
33
+ "splits": {
34
+ "train": {
35
+ "name": "train",
36
+ "num_bytes": 100,
37
+ "num_examples": 2,
38
+ "dataset_name": "demo2"
39
+ },
40
+ "test": {
41
+ "name": "test",
42
+ "num_bytes": 100,
43
+ "num_examples": 2,
44
+ "dataset_name": "demo2"
45
+ },
46
+ "download_size": 500,
47
+ "post_processing_size": null,
48
+ "dataset_size": 4,
49
+ "size_in_bytes": 300
50
+ }
51
+ }
52
+ }