meatfly commited on
Commit
2a3cad5
·
verified ·
1 Parent(s): 2246c50

Upload dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +9 -0
dataset_info.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "features": {
3
+ "image": {"dtype": "image", "_type": "Image"},
4
+ "text": {"dtype": "string", "_type": "Value"}
5
+ },
6
+ "splits": {"train": {"name": "train", "num_bytes": 1234, "num_examples": 2}},
7
+ "download_size": 123456,
8
+ "dataset_size": 123456
9
+ }