will33am commited on
Commit
51892b3
1 Parent(s): 6cd29ea

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +64 -1
dataset_infos.json CHANGED
@@ -1 +1,64 @@
1
- {"Artificio--WikiArt": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"title": {"dtype": "string", "id": null, "_type": "Value"}, "artist": {"dtype": "string", "id": null, "_type": "Value"}, "date": {"dtype": "string", "id": null, "_type": "Value"}, "genre": {"dtype": "string", "id": null, "_type": "Value"}, "style": {"dtype": "string", "id": null, "_type": "Value"}, "description": {"dtype": "string", "id": null, "_type": "Value"}, "filename": {"dtype": "string", "id": null, "_type": "Value"}, "image": {"decode": true, "id": null, "_type": "Image"}, "embeddings_pca512": {"feature": {"dtype": "float32", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 1659296285.75, "num_examples": 103250, "dataset_name": "WikiArt"}}, "download_checksums": null, "download_size": 1653019019, "post_processing_size": null, "dataset_size": 1659296285.75, "size_in_bytes": 3312315304.75}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "title": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "artist": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "date": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "genre": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "style": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ },
27
+ "description": {
28
+ "dtype": "string",
29
+ "_type": "Value"
30
+ },
31
+ "filename": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "image": {
36
+ "_type": "Image"
37
+ },
38
+ "embeddings_pca512": {
39
+ "feature": {
40
+ "dtype": "float32",
41
+ "_type": "Value"
42
+ },
43
+ "_type": "Sequence"
44
+ },
45
+ "embeddings_nonrobust_pca512": {
46
+ "feature": {
47
+ "dtype": "float64",
48
+ "_type": "Value"
49
+ },
50
+ "_type": "Sequence"
51
+ }
52
+ },
53
+ "splits": {
54
+ "train": {
55
+ "name": "train",
56
+ "num_bytes": 2082621285.75,
57
+ "num_examples": 103250,
58
+ "dataset_name": "WikiArt"
59
+ }
60
+ },
61
+ "download_size": 2072679810,
62
+ "dataset_size": 2082621285.75,
63
+ "size_in_bytes": 4155301095.75
64
+ }}