sleeping4cat commited on
Commit
fbcbc75
·
verified ·
1 Parent(s): ab2780a

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. 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
+ }