fia24 commited on
Commit
7e41e9b
·
1 Parent(s): 55f227d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: image
12
+ dtype: image
13
+ - name: label
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': '1'
18
+ '1': '10'
19
+ '2': '100'
20
+ '3': '1000'
21
+ '4': '2'
22
+ '5': '20'
23
+ '6': '200'
24
+ '7': '5'
25
+ '8': '50'
26
+ '9': '500'
27
+ splits:
28
+ - name: train
29
+ num_bytes: 80750087.55
30
+ num_examples: 8500
31
+ - name: test
32
+ num_bytes: 13921962.45
33
+ num_examples: 1500
34
+ download_size: 88846230
35
+ dataset_size: 94672050.0
36
+ ---
37
+ # Dataset Card for "including_200"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)