arieg commited on
Commit
28cf37b
·
1 Parent(s): 5dcbbf0

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': '75928'
18
+ '1': '75929'
19
+ '2': '75930'
20
+ '3': '75931'
21
+ '4': '75932'
22
+ '5': '75933'
23
+ '6': '75935'
24
+ '7': '75936'
25
+ '8': '75937'
26
+ '9': '75975'
27
+ '10': '76036'
28
+ '11': '76069'
29
+ '12': '76071'
30
+ '13': '76072'
31
+ '14': '76073'
32
+ '15': '76074'
33
+ '16': '76075'
34
+ '17': '76076'
35
+ '18': '76077'
36
+ '19': '76078'
37
+ '20': '76079'
38
+ '21': '76121'
39
+ '22': '76375'
40
+ '23': '76381'
41
+ '24': '76437'
42
+ '25': '76440'
43
+ '26': '76654'
44
+ '27': '76659'
45
+ '28': '77517'
46
+ '29': '77519'
47
+ '30': '77521'
48
+ '31': '77522'
49
+ '32': '77523'
50
+ '33': '77564'
51
+ '34': '77571'
52
+ '35': '77572'
53
+ '36': '77952'
54
+ '37': '78038'
55
+ '38': '78156'
56
+ '39': '78213'
57
+ '40': '78516'
58
+ '41': '78833'
59
+ '42': '78834'
60
+ '43': '78839'
61
+ '44': '78841'
62
+ '45': '78843'
63
+ '46': '78845'
64
+ '47': '78847'
65
+ '48': '78848'
66
+ '49': '78849'
67
+ '50': '78850'
68
+ '51': '78851'
69
+ '52': '78852'
70
+ '53': '78984'
71
+ '54': '78998'
72
+ '55': '79087'
73
+ '56': '79575'
74
+ '57': '79593'
75
+ '58': '79605'
76
+ '59': '79606'
77
+ '60': '79610'
78
+ '61': '79616'
79
+ '62': '79741'
80
+ '63': '79973'
81
+ '64': '79975'
82
+ '65': '79977'
83
+ '66': '79978'
84
+ '67': '79985'
85
+ '68': '79986'
86
+ '69': '79988'
87
+ '70': '79990'
88
+ '71': '79995'
89
+ '72': '80035'
90
+ '73': '80293'
91
+ '74': '80341'
92
+ '75': '80351'
93
+ '76': '80389'
94
+ '77': '80402'
95
+ '78': '80515'
96
+ '79': '80516'
97
+ splits:
98
+ - name: train
99
+ num_bytes: 88501139.2
100
+ num_examples: 1600
101
+ - name: test
102
+ num_bytes: 21775350.0
103
+ num_examples: 400
104
+ download_size: 109195616
105
+ dataset_size: 110276489.2
106
+ ---
107
+ # Dataset Card for "bw_spec_cls_80_34"
108
+
109
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)