lhallee lhoestq HF staff commited on
Commit
b63392c
·
verified ·
1 Parent(s): 352fba0

Create README.md + Set dtype="image" for the column named "image" (#2)

Browse files

- Create README.md + Set dtype="image" for the column named "image" (4da39d1e4e1a34901cbbf6a83cde69f8f54f9b56)


Co-authored-by: Quentin Lhoest <[email protected]>

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: img_name
5
+ dtype: string
6
+ - name: image
7
+ dtype: image
8
+ --