teera-biotech commited on
Commit
7a9313d
1 Parent(s): 4fa599d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: openrail
3
+ dataset_info:
4
+ features:
5
+ - name: image
6
+ dtype: image
7
+ - name: label
8
+ dtype:
9
+ class_label:
10
+ names:
11
+ '0': '0'
12
+ '1': '1'
13
+ '2': '2'
14
+ '3': '3'
15
+ '4': '4'
16
+ '5': '5'
17
+ '6': '6'
18
+ splits:
19
+ - name: train
20
+ num_bytes: 4657031.0
21
+ num_examples: 647
22
+ download_size: 4635221
23
+ dataset_size: 4657031.0
24
  ---