MichaelP84 commited on
Commit
caaef65
·
verified ·
1 Parent(s): 5645ace

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: color
5
+ dtype: image
6
+ - name: bw
7
+ dtype: image
8
+ - name: tags
9
+ dtype: string
10
+ splits:
11
+ - name: train
12
+ num_examples: 331746
13
+ configs:
14
+ - config_name: default
15
+ data_files:
16
+ - split: train
17
+ path: data/train-*
18
+ ---