arieg commited on
Commit
4ca3b14
·
1 Parent(s): dccef6c

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': '63804'
18
+ '1': '63805'
19
+ '2': '63874'
20
+ '3': '63900'
21
+ '4': '63908'
22
+ '5': '63922'
23
+ '6': '63936'
24
+ '7': '63999'
25
+ '8': '64005'
26
+ '9': '64006'
27
+ '10': '64007'
28
+ '11': '64008'
29
+ '12': '64009'
30
+ '13': '64035'
31
+ '14': '64078'
32
+ '15': '64091'
33
+ '16': '64093'
34
+ '17': '64247'
35
+ '18': '64248'
36
+ '19': '64249'
37
+ '20': '64252'
38
+ '21': '64253'
39
+ '22': '64331'
40
+ '23': '64332'
41
+ '24': '64333'
42
+ '25': '64334'
43
+ '26': '64338'
44
+ '27': '64364'
45
+ '28': '64365'
46
+ '29': '64366'
47
+ '30': '64407'
48
+ '31': '64409'
49
+ '32': '64410'
50
+ '33': '64535'
51
+ '34': '64536'
52
+ '35': '64537'
53
+ '36': '64538'
54
+ '37': '64542'
55
+ '38': '64553'
56
+ '39': '64556'
57
+ '40': '64567'
58
+ '41': '64594'
59
+ '42': '64601'
60
+ '43': '64604'
61
+ '44': '64659'
62
+ '45': '64787'
63
+ '46': '64788'
64
+ '47': '64789'
65
+ '48': '64796'
66
+ '49': '64809'
67
+ '50': '64834'
68
+ '51': '64840'
69
+ '52': '64841'
70
+ '53': '64854'
71
+ '54': '64855'
72
+ '55': '64856'
73
+ '56': '64857'
74
+ '57': '64858'
75
+ '58': '64859'
76
+ '59': '64860'
77
+ '60': '64861'
78
+ '61': '64862'
79
+ '62': '64863'
80
+ '63': '64864'
81
+ '64': '64865'
82
+ '65': '64866'
83
+ '66': '64893'
84
+ '67': '64895'
85
+ '68': '64896'
86
+ '69': '64918'
87
+ '70': '64919'
88
+ '71': '64988'
89
+ '72': '64989'
90
+ '73': '64990'
91
+ '74': '64991'
92
+ '75': '64992'
93
+ '76': '64993'
94
+ '77': '64994'
95
+ '78': '64995'
96
+ '79': '65063'
97
+ splits:
98
+ - name: train
99
+ num_bytes: 88333251.2
100
+ num_examples: 1600
101
+ - name: test
102
+ num_bytes: 22046259.0
103
+ num_examples: 400
104
+ download_size: 110321369
105
+ dataset_size: 110379510.2
106
+ ---
107
+ # Dataset Card for "bw_spec_cls_80_27"
108
+
109
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)