Upload dataset_info.json
Browse files- dataset_info.json +67 -0
dataset_info.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"data": {
|
11 |
+
"content_loc": {
|
12 |
+
"dtype": "string",
|
13 |
+
"id": null,
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"description": {
|
17 |
+
"dtype": "string",
|
18 |
+
"id": null,
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"duration": {
|
22 |
+
"dtype": "string",
|
23 |
+
"id": null,
|
24 |
+
"_type": "Value"
|
25 |
+
},
|
26 |
+
"family_friendly": {
|
27 |
+
"dtype": "string",
|
28 |
+
"id": null,
|
29 |
+
"_type": "Value"
|
30 |
+
},
|
31 |
+
"loc": {
|
32 |
+
"dtype": "string",
|
33 |
+
"id": null,
|
34 |
+
"_type": "Value"
|
35 |
+
},
|
36 |
+
"publication_date": {
|
37 |
+
"dtype": "string",
|
38 |
+
"id": null,
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"thumbnail_loc": {
|
42 |
+
"dtype": "string",
|
43 |
+
"id": null,
|
44 |
+
"_type": "Value"
|
45 |
+
},
|
46 |
+
"title": {
|
47 |
+
"dtype": "string",
|
48 |
+
"id": null,
|
49 |
+
"_type": "Value"
|
50 |
+
},
|
51 |
+
"view_count": {
|
52 |
+
"dtype": "string",
|
53 |
+
"id": null,
|
54 |
+
"_type": "Value"
|
55 |
+
}
|
56 |
+
}
|
57 |
+
},
|
58 |
+
"homepage": "",
|
59 |
+
"license": "",
|
60 |
+
"post_processed": null,
|
61 |
+
"post_processing_size": null,
|
62 |
+
"size_in_bytes": null,
|
63 |
+
"splits": null,
|
64 |
+
"supervised_keys": null,
|
65 |
+
"task_templates": null,
|
66 |
+
"version": null
|
67 |
+
}
|