Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +64 -1
dataset_infos.json
CHANGED
@@ -1 +1,64 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}}
|