arieg commited on
Commit
14cb866
·
1 Parent(s): cb8919d

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': '4071'
16
+ '1': '4072'
17
+ '2': '4073'
18
+ '3': '4074'
19
+ '4': '4075'
20
+ '5': '4076'
21
+ '6': '4077'
22
+ '7': '4078'
23
+ '8': '4079'
24
+ '9': '4080'
25
+ '10': '4091'
26
+ '11': '4092'
27
+ '12': '4093'
28
+ '13': '4094'
29
+ '14': '4095'
30
+ '15': '4096'
31
+ '16': '4097'
32
+ '17': '4098'
33
+ '18': '4099'
34
+ '19': '4100'
35
+ '20': '4101'
36
+ '21': '4102'
37
+ '22': '4103'
38
+ '23': '4232'
39
+ '24': '4233'
40
+ '25': '4234'
41
+ '26': '4235'
42
+ '27': '4236'
43
+ '28': '4239'
44
+ '29': '4450'
45
+ '30': '4507'
46
+ '31': '4508'
47
+ '32': '4509'
48
+ '33': '4510'
49
+ '34': '4511'
50
+ '35': '4519'
51
+ '36': '4520'
52
+ '37': '4521'
53
+ '38': '4522'
54
+ '39': '4682'
55
+ '40': '4684'
56
+ '41': '4685'
57
+ '42': '4688'
58
+ '43': '4777'
59
+ '44': '4778'
60
+ '45': '4779'
61
+ '46': '4780'
62
+ '47': '4781'
63
+ '48': '4782'
64
+ '49': '4784'
65
+ '50': '4785'
66
+ '51': '4786'
67
+ '52': '4787'
68
+ '53': '4788'
69
+ '54': '4799'
70
+ '55': '4835'
71
+ '56': '4836'
72
+ '57': '4838'
73
+ '58': '4846'
74
+ '59': '4848'
75
+ '60': '4849'
76
+ '61': '5006'
77
+ '62': '5156'
78
+ '63': '5157'
79
+ '64': '5158'
80
+ '65': '5159'
81
+ '66': '5169'
82
+ '67': '5170'
83
+ '68': '5171'
84
+ '69': '5264'
85
+ '70': '5268'
86
+ '71': '5376'
87
+ '72': '5381'
88
+ '73': '5521'
89
+ '74': '5879'
90
+ '75': '5936'
91
+ '76': '5940'
92
+ '77': '6329'
93
+ '78': '6330'
94
+ '79': '6332'
95
+ splits:
96
+ - name: train
97
+ num_bytes: 91635203.2
98
+ num_examples: 1600
99
+ download_size: 90024456
100
+ dataset_size: 91635203.2
101
+ ---
102
+ # Dataset Card for "bw_spec_cls_80_02"
103
+
104
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)