arieg commited on
Commit
37127b4
·
1 Parent(s): 7d2506c

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': '24216'
16
+ '1': '24217'
17
+ '2': '24218'
18
+ '3': '24362'
19
+ '4': '24363'
20
+ '5': '24364'
21
+ '6': '24365'
22
+ '7': '24366'
23
+ '8': '24367'
24
+ '9': '24368'
25
+ '10': '24369'
26
+ '11': '24370'
27
+ '12': '24371'
28
+ '13': '24418'
29
+ '14': '24420'
30
+ '15': '24421'
31
+ '16': '24422'
32
+ '17': '24423'
33
+ '18': '24424'
34
+ '19': '24425'
35
+ '20': '24426'
36
+ '21': '24427'
37
+ '22': '24428'
38
+ '23': '24429'
39
+ '24': '24430'
40
+ '25': '24431'
41
+ '26': '24432'
42
+ '27': '24512'
43
+ '28': '24515'
44
+ '29': '24521'
45
+ '30': '24524'
46
+ '31': '24698'
47
+ '32': '24699'
48
+ '33': '24700'
49
+ '34': '24701'
50
+ '35': '24702'
51
+ '36': '24717'
52
+ '37': '24720'
53
+ '38': '24739'
54
+ '39': '24741'
55
+ '40': '24742'
56
+ '41': '24745'
57
+ '42': '24746'
58
+ '43': '24747'
59
+ '44': '24748'
60
+ '45': '24749'
61
+ '46': '24842'
62
+ '47': '24898'
63
+ '48': '24899'
64
+ '49': '24901'
65
+ '50': '24912'
66
+ '51': '24915'
67
+ '52': '24917'
68
+ '53': '24963'
69
+ '54': '24975'
70
+ '55': '24983'
71
+ '56': '25063'
72
+ '57': '25066'
73
+ '58': '25104'
74
+ '59': '25124'
75
+ '60': '25215'
76
+ '61': '25216'
77
+ '62': '25227'
78
+ '63': '25232'
79
+ '64': '25233'
80
+ '65': '25234'
81
+ '66': '25235'
82
+ '67': '25324'
83
+ '68': '25378'
84
+ '69': '25601'
85
+ '70': '25603'
86
+ '71': '25605'
87
+ '72': '25606'
88
+ '73': '25608'
89
+ '74': '25609'
90
+ '75': '25795'
91
+ '76': '25796'
92
+ '77': '25797'
93
+ '78': '25802'
94
+ '79': '25804'
95
+ splits:
96
+ - name: train
97
+ num_bytes: 87063169.6
98
+ num_examples: 1600
99
+ download_size: 86900268
100
+ dataset_size: 87063169.6
101
+ ---
102
+ # Dataset Card for "bw_spec_cls_80_09"
103
+
104
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)