Commit
·
6b1b26e
1
Parent(s):
06095b8
Update README.md
Browse files
README.md
CHANGED
@@ -7,5 +7,52 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
license: apache-2.0
|
9 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
pinned: false
|
8 |
license: apache-2.0
|
9 |
---
|
10 |
+
<head>
|
11 |
+
<style type="text/css">
|
12 |
+
.auto-style1 {
|
13 |
+
font-size: large;
|
14 |
+
text-align: center;
|
15 |
+
}
|
16 |
+
.auto-style2 {
|
17 |
+
text-align: center;
|
18 |
+
}
|
19 |
+
</style>
|
20 |
+
</head>
|
21 |
+
|
22 |
+
<div style="text-align:center">
|
23 |
+
<h1 id="space-title">🌟 MindBigData Leaderboard 🌟</h1>
|
24 |
+
</div>
|
25 |
+
<table style="width: 100%">
|
26 |
+
<tr>
|
27 |
+
<td class="auto-style1" style="width: 156px"><strong>Accuracy</strong></td>
|
28 |
+
<td class="auto-style1" style="width: 107px"><strong>Model</strong></td>
|
29 |
+
<td class="auto-style1" style="width: 107px"><strong>DataSet</strong></td>
|
30 |
+
<td class="auto-style1" style="width: 80px"><strong>Who</strong></td>
|
31 |
+
<td class="auto-style1" style="width: 106px"><strong>Paper</strong></td>
|
32 |
+
<td class="auto-style1"><strong>Code</strong></td>
|
33 |
+
</tr>
|
34 |
+
<tr>
|
35 |
+
<td class="auto-style2" style="width: 156px">95.4%</td>
|
36 |
+
<td class="auto-style2" style="width: 107px">CNN-GAN</td>
|
37 |
+
<td class="auto-style2" style="width: 107px">
|
38 |
+
<a href="https://huggingface.co/datasets/DavidVivancos/MindBigData2022_MNIST_EP" target="_blank">
|
39 |
+
MindBigData2022_MNIST_EP</a></td>
|
40 |
+
<td class="auto-style2" style="width: 80px">Nastaran Khaleghi ,
|
41 |
+
Shaghayegh Hashemi , Sevda Zafarmandi Ardabili , Sobhan
|
42 |
+
Sheykhivand and Sebelan Danishvar</td>
|
43 |
+
<td class="auto-style2" style="width: 106px">
|
44 |
+
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10708586/pdf/sensors-23-09351.pdf">
|
45 |
+
pdf</a></td>
|
46 |
+
<td class="auto-style2">n/a</td>
|
47 |
+
</tr>
|
48 |
+
<tr>
|
49 |
+
<td style="width: 156px"> </td>
|
50 |
+
<td style="width: 107px"> </td>
|
51 |
+
<td style="width: 107px"> </td>
|
52 |
+
<td style="width: 80px"> </td>
|
53 |
+
<td style="width: 106px"> </td>
|
54 |
+
<td> </td>
|
55 |
+
</tr>
|
56 |
+
</table>
|
57 |
+
|
58 |
|
|