arieg commited on
Commit
10fc871
·
1 Parent(s): 5ff5550

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +104 -0
README.md ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: image
10
+ dtype: image
11
+ - name: label
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ '0': '44849'
16
+ '1': '44850'
17
+ '2': '44851'
18
+ '3': '44853'
19
+ '4': '44854'
20
+ '5': '44917'
21
+ '6': '44918'
22
+ '7': '44946'
23
+ '8': '44947'
24
+ '9': '44948'
25
+ '10': '44949'
26
+ '11': '44950'
27
+ '12': '44951'
28
+ '13': '44952'
29
+ '14': '45099'
30
+ '15': '45100'
31
+ '16': '45101'
32
+ '17': '45102'
33
+ '18': '45103'
34
+ '19': '45150'
35
+ '20': '45151'
36
+ '21': '45153'
37
+ '22': '45154'
38
+ '23': '45335'
39
+ '24': '45387'
40
+ '25': '45388'
41
+ '26': '45389'
42
+ '27': '45390'
43
+ '28': '45391'
44
+ '29': '45392'
45
+ '30': '45393'
46
+ '31': '45474'
47
+ '32': '45475'
48
+ '33': '45508'
49
+ '34': '45513'
50
+ '35': '45514'
51
+ '36': '45515'
52
+ '37': '45516'
53
+ '38': '45517'
54
+ '39': '45518'
55
+ '40': '45519'
56
+ '41': '45520'
57
+ '42': '45521'
58
+ '43': '45522'
59
+ '44': '45523'
60
+ '45': '45941'
61
+ '46': '46024'
62
+ '47': '46043'
63
+ '48': '46058'
64
+ '49': '46068'
65
+ '50': '46078'
66
+ '51': '46079'
67
+ '52': '46157'
68
+ '53': '46158'
69
+ '54': '46159'
70
+ '55': '46160'
71
+ '56': '46161'
72
+ '57': '46162'
73
+ '58': '46238'
74
+ '59': '46241'
75
+ '60': '46525'
76
+ '61': '46611'
77
+ '62': '46711'
78
+ '63': '46726'
79
+ '64': '46732'
80
+ '65': '46733'
81
+ '66': '46736'
82
+ '67': '46839'
83
+ '68': '46840'
84
+ '69': '46841'
85
+ '70': '46842'
86
+ '71': '46844'
87
+ '72': '46846'
88
+ '73': '46854'
89
+ '74': '46855'
90
+ '75': '46928'
91
+ '76': '46930'
92
+ '77': '47068'
93
+ '78': '47069'
94
+ '79': '47070'
95
+ splits:
96
+ - name: train
97
+ num_bytes: 87575273.6
98
+ num_examples: 1600
99
+ download_size: 87221336
100
+ dataset_size: 87575273.6
101
+ ---
102
+ # Dataset Card for "bw_spec_cls_80_17"
103
+
104
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)