Create dataset_infos.json
Browse files- dataset_infos.json +9 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": {
|
| 3 |
+
"features": {
|
| 4 |
+
"file_name": {"dtype": "string"},
|
| 5 |
+
"data": {"dtype": "binary"}
|
| 6 |
+
},
|
| 7 |
+
"zip": true
|
| 8 |
+
}
|
| 9 |
+
}
|