lllrrnn commited on
Commit
eb29cc5
·
verified ·
1 Parent(s): 2240e8f

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +33 -0
dataset_infos.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "features": {
4
+ "filename": {
5
+ "dtype": "string",
6
+ "_type": "Value"
7
+ },
8
+ "image": {
9
+ "_type": "Image"
10
+ },
11
+ "text": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "position": {
16
+ "feature": {
17
+ "feature": {
18
+ "feature": {
19
+ "dtype": "int32",
20
+ "_type": "Value"
21
+ },
22
+ "_type": "Sequence"
23
+ },
24
+ "_type": "Sequence"
25
+ },
26
+ "_type": "Sequence"
27
+ },
28
+ "condition_image": {
29
+ "_type": "Image"
30
+ }
31
+ }
32
+ }
33
+ }