Create dataset-info.json
Browse files- dataset-info.json +52 -0
dataset-info.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": 400476,
|
6 |
+
"description": "Image to video dataset from Pexels",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": 38267743,
|
9 |
+
"features": {
|
10 |
+
"data": {
|
11 |
+
"thumbnail": {
|
12 |
+
"dtype": "string",
|
13 |
+
"id": null,
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"title": {
|
17 |
+
"dtype": "string",
|
18 |
+
"id": null,
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"video": {
|
22 |
+
"dtype": "string",
|
23 |
+
"id": null,
|
24 |
+
"_type": "Value"
|
25 |
+
},
|
26 |
+
"duration": {
|
27 |
+
"dtype": "number",
|
28 |
+
"id": null,
|
29 |
+
"_type": "Value"
|
30 |
+
},
|
31 |
+
"view_count": {
|
32 |
+
"dtype": "number",
|
33 |
+
"id": null,
|
34 |
+
"_type": "Value"
|
35 |
+
},
|
36 |
+
"sfw": {
|
37 |
+
"dtype": "bool",
|
38 |
+
"id": null,
|
39 |
+
"_type": "Value"
|
40 |
+
}
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"homepage": "https://pexels.com/api",
|
44 |
+
"license": "mit",
|
45 |
+
"post_processed": null,
|
46 |
+
"post_processing_size": null,
|
47 |
+
"size_in_bytes": 38267743,
|
48 |
+
"splits": null,
|
49 |
+
"supervised_keys": null,
|
50 |
+
"task_templates": null,
|
51 |
+
"version": "1.0.0"
|
52 |
+
}
|