arieg commited on
Commit
9a5edb1
·
1 Parent(s): 27b00f4

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': '16158'
16
+ '1': '16162'
17
+ '2': '16163'
18
+ '3': '16334'
19
+ '4': '16354'
20
+ '5': '16743'
21
+ '6': '16744'
22
+ '7': '16745'
23
+ '8': '16747'
24
+ '9': '16819'
25
+ '10': '16820'
26
+ '11': '16821'
27
+ '12': '16822'
28
+ '13': '16878'
29
+ '14': '16879'
30
+ '15': '16880'
31
+ '16': '17132'
32
+ '17': '17462'
33
+ '18': '17491'
34
+ '19': '17496'
35
+ '20': '17499'
36
+ '21': '17500'
37
+ '22': '17573'
38
+ '23': '17588'
39
+ '24': '17605'
40
+ '25': '17606'
41
+ '26': '17607'
42
+ '27': '17608'
43
+ '28': '17609'
44
+ '29': '17610'
45
+ '30': '17611'
46
+ '31': '17631'
47
+ '32': '17632'
48
+ '33': '17633'
49
+ '34': '17634'
50
+ '35': '17635'
51
+ '36': '17636'
52
+ '37': '17637'
53
+ '38': '17644'
54
+ '39': '17735'
55
+ '40': '17782'
56
+ '41': '17884'
57
+ '42': '17906'
58
+ '43': '18031'
59
+ '44': '18032'
60
+ '45': '18033'
61
+ '46': '18034'
62
+ '47': '18043'
63
+ '48': '18044'
64
+ '49': '18124'
65
+ '50': '18144'
66
+ '51': '18145'
67
+ '52': '18146'
68
+ '53': '18159'
69
+ '54': '18197'
70
+ '55': '18607'
71
+ '56': '18611'
72
+ '57': '18876'
73
+ '58': '18877'
74
+ '59': '18887'
75
+ '60': '19073'
76
+ '61': '19074'
77
+ '62': '19179'
78
+ '63': '19184'
79
+ '64': '19187'
80
+ '65': '19192'
81
+ '66': '19412'
82
+ '67': '19413'
83
+ '68': '19415'
84
+ '69': '19416'
85
+ '70': '19417'
86
+ '71': '19418'
87
+ '72': '19420'
88
+ '73': '19422'
89
+ '74': '19423'
90
+ '75': '19425'
91
+ '76': '19438'
92
+ '77': '19441'
93
+ '78': '19442'
94
+ '79': '19459'
95
+ splits:
96
+ - name: train
97
+ num_bytes: 90744057.6
98
+ num_examples: 1600
99
+ download_size: 89863005
100
+ dataset_size: 90744057.6
101
+ ---
102
+ # Dataset Card for "bw_spec_cls_80_07"
103
+
104
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)