loooooong commited on
Commit
d0724ca
·
1 Parent(s): 4957f8c

add yaml metadata

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: LRVS_INDEX
5
+ dtype: int64
6
+ - name: URL
7
+ dtype: string
8
+ - name: INPAINT_BYTES
9
+ dtype: image
10
+ - name: PRODUCT_ID
11
+ dtype: int64
12
+ - name: INDEX_SRC
13
+ dtype: string
14
+ - name: CATEGORY
15
+ dtype: string
16
+ ---