Commit
·
cb16c2b
1
Parent(s):
dfa9836
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +62 -1
dataset_infos.json
CHANGED
@@ -1 +1,62 @@
|
|
1 |
-
{"dojo--t1": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"dojo--t1": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"id": {
|
8 |
+
"dtype": "int32",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"text": {
|
13 |
+
"dtype": "string",
|
14 |
+
"id": null,
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"label": {
|
18 |
+
"num_classes": 8,
|
19 |
+
"names": [
|
20 |
+
"PlayMusic",
|
21 |
+
"None",
|
22 |
+
"BookRestaurant",
|
23 |
+
"GetWeather",
|
24 |
+
"SearchCreativeWork",
|
25 |
+
"AddToPlaylist",
|
26 |
+
"RateBook",
|
27 |
+
"SearchScreeningEvent"
|
28 |
+
],
|
29 |
+
"id": null,
|
30 |
+
"_type": "ClassLabel"
|
31 |
+
},
|
32 |
+
"str_label": {
|
33 |
+
"dtype": "string",
|
34 |
+
"id": null,
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"Key": {
|
38 |
+
"dtype": "string",
|
39 |
+
"id": null,
|
40 |
+
"_type": "Value"
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"post_processed": null,
|
44 |
+
"supervised_keys": null,
|
45 |
+
"task_templates": null,
|
46 |
+
"builder_name": null,
|
47 |
+
"config_name": null,
|
48 |
+
"version": null,
|
49 |
+
"splits": {
|
50 |
+
"validation": {
|
51 |
+
"name": "validation",
|
52 |
+
"num_bytes": 80925,
|
53 |
+
"num_examples": 841,
|
54 |
+
"dataset_name": "t1"
|
55 |
+
}
|
56 |
+
},
|
57 |
+
"download_checksums": null,
|
58 |
+
"download_size": 32759,
|
59 |
+
"post_processing_size": null,
|
60 |
+
"dataset_size": 80925,
|
61 |
+
"size_in_bytes": 113684
|
62 |
+
}}
|