Commit
·
85f317a
1
Parent(s):
7879b77
Update dataset_infos.json
Browse files- dataset_infos.json +52 -13
dataset_infos.json
CHANGED
@@ -1,13 +1,52 @@
|
|
1 |
-
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|