SupawitMarayat commited on
Commit
1b58021
·
1 Parent(s): 6713144

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': '0'
11
+ '1': '1'
12
+ '2': '2'
13
+ '3': '3'
14
+ '4': '4'
15
+ '5': '5'
16
+ splits:
17
+ - name: train
18
+ num_bytes: 232466191.0
19
+ num_examples: 42000
20
+ - name: validation
21
+ num_bytes: 48365691.0
22
+ num_examples: 9000
23
+ - name: test
24
+ num_bytes: 48668713.0
25
+ num_examples: 9000
26
+ download_size: 362029111
27
+ dataset_size: 329500595.0
28
+ ---
29
+ # Dataset Card for "bccd-cut-split"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)