gopika13 commited on
Commit
d943329
·
verified ·
1 Parent(s): 69fa59f

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +6 -0
  2. dataset_infos.json +13 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ image: image
5
+ text: string
6
+ ---
dataset_infos.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "features": {
4
+ "image": {
5
+ "type": "image"
6
+ },
7
+ "text": {
8
+ "type": "string"
9
+ }
10
+ }
11
+ }
12
+ }
13
+