Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +21 -15
dataset_infos.json
CHANGED
@@ -1,20 +1,26 @@
|
|
1 |
-
{
|
2 |
-
"GabeHD--pokemon-type-captions": {
|
3 |
"description": "",
|
4 |
"citation": "",
|
5 |
"homepage": "",
|
6 |
"license": "",
|
7 |
"features": {
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
"
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
|
|
2 |
"description": "",
|
3 |
"citation": "",
|
4 |
"homepage": "",
|
5 |
"license": "",
|
6 |
"features": {
|
7 |
+
"image": {
|
8 |
+
"_type": "Image"
|
9 |
+
},
|
10 |
+
"text": {
|
11 |
+
"dtype": "string",
|
12 |
+
"_type": "Value"
|
13 |
+
}
|
14 |
+
},
|
15 |
+
"splits": {
|
16 |
+
"train": {
|
17 |
+
"name": "train",
|
18 |
+
"num_bytes": 19372532.0,
|
19 |
+
"num_examples": 898,
|
20 |
+
"dataset_name": "pokemon-type-captions"
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"download_size": 0,
|
24 |
+
"dataset_size": 19372532.0,
|
25 |
+
"size_in_bytes": 19372532.0
|
26 |
+
}}
|