davanstrien HF staff commited on
Commit
80c6e86
1 Parent(s): a3b2045

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +92 -0
dataset_infos.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"davanstrien--ImageIn_annotations": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "index": {
8
+ "dtype": "int64",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "image": {
13
+ "decode": true,
14
+ "id": null,
15
+ "_type": "Image"
16
+ },
17
+ "manifest_url": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "license": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "label": {
28
+ "dtype": "string",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "attribution": {
33
+ "dtype": "string",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "id": {
38
+ "dtype": "int64",
39
+ "id": null,
40
+ "_type": "Value"
41
+ },
42
+ "choice": {
43
+ "dtype": "string",
44
+ "id": null,
45
+ "_type": "Value"
46
+ },
47
+ "annotator": {
48
+ "dtype": "int64",
49
+ "id": null,
50
+ "_type": "Value"
51
+ },
52
+ "annotation_id": {
53
+ "dtype": "int64",
54
+ "id": null,
55
+ "_type": "Value"
56
+ },
57
+ "created_at": {
58
+ "dtype": "timestamp[ns, tz=UTC]",
59
+ "id": null,
60
+ "_type": "Value"
61
+ },
62
+ "updated_at": {
63
+ "dtype": "timestamp[ns, tz=UTC]",
64
+ "id": null,
65
+ "_type": "Value"
66
+ },
67
+ "lead_time": {
68
+ "dtype": "float64",
69
+ "id": null,
70
+ "_type": "Value"
71
+ }
72
+ },
73
+ "post_processed": null,
74
+ "supervised_keys": null,
75
+ "task_templates": null,
76
+ "builder_name": null,
77
+ "config_name": null,
78
+ "version": null,
79
+ "splits": {
80
+ "train": {
81
+ "name": "train",
82
+ "num_bytes": 1074925889.891,
83
+ "num_examples": 1039,
84
+ "dataset_name": "ImageIn_annotations"
85
+ }
86
+ },
87
+ "download_checksums": null,
88
+ "download_size": 1054127383,
89
+ "post_processing_size": null,
90
+ "dataset_size": 1074925889.891,
91
+ "size_in_bytes": 2129053272.891
92
+ }}