Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +69 -66
dataset_infos.json
CHANGED
@@ -1,74 +1,77 @@
|
|
1 |
-
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"
|
8 |
-
"
|
9 |
-
|
10 |
-
},
|
11 |
-
"text": {
|
12 |
-
"dtype": "string",
|
13 |
-
"_type": "Value"
|
14 |
-
},
|
15 |
-
"num_labels": {
|
16 |
-
"feature": {
|
17 |
-
"dtype": "int64",
|
18 |
-
"_type": "Value"
|
19 |
-
},
|
20 |
-
"_type": "Sequence"
|
21 |
-
},
|
22 |
-
"arr_labels": {
|
23 |
-
"feature": {
|
24 |
-
"dtype": "int64",
|
25 |
"_type": "Value"
|
26 |
},
|
27 |
-
"
|
28 |
-
},
|
29 |
-
"labels": {
|
30 |
-
"feature": {
|
31 |
"dtype": "string",
|
32 |
"_type": "Value"
|
33 |
},
|
34 |
-
"
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
"
|
49 |
-
|
50 |
-
|
|
|
|
|
|
|
|
|
51 |
},
|
52 |
-
"
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
"
|
|
|
|
|
|
|
57 |
},
|
58 |
-
"
|
59 |
-
"
|
60 |
-
|
61 |
-
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
},
|
64 |
-
"
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
}
|
70 |
-
},
|
71 |
-
"download_size": 1527727,
|
72 |
-
"dataset_size": 3902591.7830000003,
|
73 |
-
"size_in_bytes": 5430318.783
|
74 |
-
}}
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "",
|
4 |
+
"citation": "",
|
5 |
+
"homepage": "",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"url": {
|
9 |
+
"dtype": "string",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"_type": "Value"
|
11 |
},
|
12 |
+
"text": {
|
|
|
|
|
|
|
13 |
"dtype": "string",
|
14 |
"_type": "Value"
|
15 |
},
|
16 |
+
"num_labels": {
|
17 |
+
"feature": {
|
18 |
+
"dtype": "int64",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"_type": "Sequence"
|
22 |
+
},
|
23 |
+
"arr_labels": {
|
24 |
+
"feature": {
|
25 |
+
"dtype": "int64",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"_type": "Sequence"
|
29 |
+
},
|
30 |
+
"labels": {
|
31 |
+
"feature": {
|
32 |
+
"dtype": "string",
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"_type": "Sequence"
|
36 |
+
}
|
37 |
},
|
38 |
+
"builder_name": "json",
|
39 |
+
"dataset_name": "json",
|
40 |
+
"config_name": "default",
|
41 |
+
"version": {
|
42 |
+
"version_str": "0.0.0",
|
43 |
+
"major": 0,
|
44 |
+
"minor": 0,
|
45 |
+
"patch": 0
|
46 |
},
|
47 |
+
"splits": {
|
48 |
+
"train": {
|
49 |
+
"name": "train",
|
50 |
+
"num_bytes": 326108.35866666667,
|
51 |
+
"num_examples": 122,
|
52 |
+
"dataset_name": null
|
53 |
+
},
|
54 |
+
"valid": {
|
55 |
+
"name": "valid",
|
56 |
+
"num_bytes": 82863.59933333333,
|
57 |
+
"num_examples": 31,
|
58 |
+
"dataset_name": null
|
59 |
+
},
|
60 |
+
"test": {
|
61 |
+
"name": "test",
|
62 |
+
"num_bytes": 104247.754,
|
63 |
+
"num_examples": 39,
|
64 |
+
"dataset_name": null
|
65 |
+
},
|
66 |
+
"dev": {
|
67 |
+
"name": "dev",
|
68 |
+
"num_bytes": 2673.019333333333,
|
69 |
+
"num_examples": 1,
|
70 |
+
"dataset_name": null
|
71 |
+
}
|
72 |
},
|
73 |
+
"download_size": 296141,
|
74 |
+
"dataset_size": 515892.73133333336,
|
75 |
+
"size_in_bytes": 812033.7313333333
|
76 |
+
}
|
77 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|