arieg commited on
Commit
9d33070
·
1 Parent(s): c3d0703

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +109 -0
README.md ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': '82630'
18
+ '1': '82631'
19
+ '2': '82881'
20
+ '3': '82886'
21
+ '4': '82890'
22
+ '5': '82892'
23
+ '6': '82893'
24
+ '7': '82914'
25
+ '8': '82915'
26
+ '9': '82916'
27
+ '10': '82917'
28
+ '11': '82918'
29
+ '12': '82919'
30
+ '13': '82920'
31
+ '14': '82921'
32
+ '15': '82928'
33
+ '16': '82929'
34
+ '17': '82930'
35
+ '18': '82931'
36
+ '19': '82932'
37
+ '20': '83600'
38
+ '21': '83612'
39
+ '22': '83613'
40
+ '23': '83715'
41
+ '24': '83717'
42
+ '25': '83718'
43
+ '26': '83719'
44
+ '27': '83789'
45
+ '28': '83790'
46
+ '29': '83791'
47
+ '30': '83903'
48
+ '31': '83911'
49
+ '32': '83913'
50
+ '33': '83954'
51
+ '34': '83960'
52
+ '35': '83969'
53
+ '36': '84009'
54
+ '37': '84055'
55
+ '38': '84056'
56
+ '39': '84058'
57
+ '40': '84095'
58
+ '41': '84096'
59
+ '42': '84097'
60
+ '43': '84111'
61
+ '44': '84135'
62
+ '45': '84136'
63
+ '46': '84139'
64
+ '47': '84141'
65
+ '48': '84142'
66
+ '49': '84144'
67
+ '50': '84154'
68
+ '51': '84155'
69
+ '52': '84156'
70
+ '53': '84157'
71
+ '54': '84158'
72
+ '55': '84159'
73
+ '56': '84195'
74
+ '57': '84198'
75
+ '58': '84200'
76
+ '59': '84201'
77
+ '60': '84202'
78
+ '61': '84264'
79
+ '62': '84290'
80
+ '63': '84291'
81
+ '64': '84405'
82
+ '65': '84417'
83
+ '66': '84423'
84
+ '67': '84483'
85
+ '68': '84484'
86
+ '69': '84485'
87
+ '70': '84486'
88
+ '71': '84605'
89
+ '72': '84743'
90
+ '73': '84757'
91
+ '74': '84768'
92
+ '75': '84788'
93
+ '76': '84817'
94
+ '77': '85027'
95
+ '78': '85038'
96
+ '79': '85039'
97
+ splits:
98
+ - name: train
99
+ num_bytes: 86231214.4
100
+ num_examples: 1600
101
+ - name: test
102
+ num_bytes: 21669535.0
103
+ num_examples: 400
104
+ download_size: 107649160
105
+ dataset_size: 107900749.4
106
+ ---
107
+ # Dataset Card for "bw_spec_cls_80_36"
108
+
109
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)