rungalileo commited on
Commit
cb16c2b
·
1 Parent(s): dfa9836

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +62 -1
dataset_infos.json CHANGED
@@ -1 +1,62 @@
1
- {"dojo--t1": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 8, "names": ["PlayMusic", "None", "BookRestaurant", "GetWeather", "SearchCreativeWork", "AddToPlaylist", "RateBook", "SearchScreeningEvent"], "id": null, "_type": "ClassLabel"}, "str_label": {"dtype": "string", "id": null, "_type": "Value"}, "Key": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"validation": {"name": "validation", "num_bytes": 80925, "num_examples": 841, "dataset_name": "t1"}, "inference": {"name": "inference", "num_bytes": 298482, "num_examples": 3171, "dataset_name": "t1"}, "train": {"name": "train", "num_bytes": 787399, "num_examples": 8158, "dataset_name": "t1"}}, "download_checksums": null, "download_size": 451621, "post_processing_size": null, "dataset_size": 1166806, "size_in_bytes": 1618427}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }}