Datasets:
Create dataset_info.json
Browse files- dataset_info.json +32 -0
dataset_info.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": 359000,
|
6 |
+
"description": "Image to video dataset from Pexels",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": 23500000,
|
9 |
+
"features": {
|
10 |
+
"data": {
|
11 |
+
"content_loc": {
|
12 |
+
"dtype": "string",
|
13 |
+
"id": null,
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"thumbnail_loc": {
|
17 |
+
"dtype": "string",
|
18 |
+
"id": null,
|
19 |
+
"_type": "Value"
|
20 |
+
}
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"homepage": "https://pexels.com/api",
|
24 |
+
"license": "mit",
|
25 |
+
"post_processed": null,
|
26 |
+
"post_processing_size": null,
|
27 |
+
"size_in_bytes": 24498863,
|
28 |
+
"splits": null,
|
29 |
+
"supervised_keys": null,
|
30 |
+
"task_templates": null,
|
31 |
+
"version": "1.0.0"
|
32 |
+
}
|