brathief commited on
Commit
cd5bbba
1 Parent(s): ab62ec6

Delete dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +0 -10
dataset_info.json DELETED
@@ -1,10 +0,0 @@
1
- datasets.Features(
2
- {
3
- "train": datasets.Sequence(
4
- {
5
- "image_path": datasets.Value("string"),
6
- "caption": datasets.Value("string"),
7
- }
8
- ),
9
- }
10
- )