MorenoLaQuatra
commited on
Commit
·
6ae5246
1
Parent(s):
bb46d46
Updated front page with info
Browse files- index.html +8 -48
- style.css +47 -1
index.html
CHANGED
@@ -6,61 +6,21 @@
|
|
6 |
<title>ARCH: Audio Representation benCHmark</title>
|
7 |
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
8 |
<link rel="stylesheet" href="style.css" />
|
9 |
-
|
10 |
-
<style type="text/css">
|
11 |
-
.center_img {
|
12 |
-
display: block;
|
13 |
-
margin-left: auto;
|
14 |
-
margin-right: auto;
|
15 |
-
}
|
16 |
-
.center_table {
|
17 |
-
margin-left: auto;
|
18 |
-
margin-right: auto;
|
19 |
-
}
|
20 |
-
.mono_text {
|
21 |
-
font-family:'Lucida Console', monospace;
|
22 |
-
}
|
23 |
-
.width500 {
|
24 |
-
width: 500px;
|
25 |
-
}
|
26 |
-
.tg {
|
27 |
-
border-collapse:collapse;
|
28 |
-
border-spacing:0;
|
29 |
-
text-align:center;
|
30 |
-
vertical-align:center;
|
31 |
-
}
|
32 |
-
.tg td{
|
33 |
-
border-color:black;
|
34 |
-
border-style:solid;
|
35 |
-
border-width:1px;
|
36 |
-
overflow:hidden;
|
37 |
-
padding:10px 5px;
|
38 |
-
word-break:normal;
|
39 |
-
text-align:center;
|
40 |
-
vertical-align:center;
|
41 |
-
}
|
42 |
-
.tg th{
|
43 |
-
border-color:black;
|
44 |
-
border-style:solid;
|
45 |
-
border-width:1px;
|
46 |
-
font-weight:normal;
|
47 |
-
overflow:hidden;
|
48 |
-
padding:10px 5px;
|
49 |
-
word-break:normal;
|
50 |
-
text-align:center;
|
51 |
-
vertical-align:center;
|
52 |
-
}
|
53 |
-
.tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:center}
|
54 |
-
.tg .tg-7btt{border-color:inherit;font-weight:bold;text-align:center;vertical-align:center}
|
55 |
-
.tg .tg-f0bj{background-color:#DAE8FC;border-color:inherit;font-weight:bold;text-align:center;vertical-align:center}
|
56 |
-
</style>
|
57 |
</head>
|
58 |
<body>
|
59 |
|
60 |
<img src="arch_logo.png" class="center_img width500">
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
<br><br>
|
63 |
|
|
|
64 |
<table class="tg center_table" id="arch_res">
|
65 |
<thead>
|
66 |
<tr>
|
|
|
6 |
<title>ARCH: Audio Representation benCHmark</title>
|
7 |
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
8 |
<link rel="stylesheet" href="style.css" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
|
12 |
<img src="arch_logo.png" class="center_img width500">
|
13 |
|
14 |
+
<br>
|
15 |
+
|
16 |
+
<p>
|
17 |
+
ARCH is a framework designed to benchmark audio representations. The goal is to provide a unified framework for researchers to compare their audio representations and to provide a benchmark for the community to evaluate their models.
|
18 |
+
The project is currently in its first release. The details about the datasets and the models are available in the <a href="https://github.com/MorenoLaQuatra/ARCH/">GitHub repository</a>.
|
19 |
+
</p>
|
20 |
+
|
21 |
<br><br>
|
22 |
|
23 |
+
<h2>Results on the ARCH benchmark - Version 1.0</h2>
|
24 |
<table class="tg center_table" id="arch_res">
|
25 |
<thead>
|
26 |
<tr>
|
style.css
CHANGED
@@ -48,4 +48,50 @@ p {
|
|
48 |
text-align: left;
|
49 |
background-color: #F81A10;
|
50 |
color: white;
|
51 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
text-align: left;
|
49 |
background-color: #F81A10;
|
50 |
color: white;
|
51 |
+
}
|
52 |
+
|
53 |
+
.center_img {
|
54 |
+
display: block;
|
55 |
+
margin-left: auto;
|
56 |
+
margin-right: auto;
|
57 |
+
}
|
58 |
+
.center_table {
|
59 |
+
margin-left: auto;
|
60 |
+
margin-right: auto;
|
61 |
+
}
|
62 |
+
.mono_text {
|
63 |
+
font-family:'Lucida Console', monospace;
|
64 |
+
}
|
65 |
+
.width500 {
|
66 |
+
width: 500px;
|
67 |
+
}
|
68 |
+
.tg {
|
69 |
+
border-collapse:collapse;
|
70 |
+
border-spacing:0;
|
71 |
+
text-align:center;
|
72 |
+
vertical-align:center;
|
73 |
+
}
|
74 |
+
.tg td{
|
75 |
+
border-color:black;
|
76 |
+
border-style:solid;
|
77 |
+
border-width:1px;
|
78 |
+
overflow:hidden;
|
79 |
+
padding:10px 5px;
|
80 |
+
word-break:normal;
|
81 |
+
text-align:center;
|
82 |
+
vertical-align:center;
|
83 |
+
}
|
84 |
+
.tg th{
|
85 |
+
border-color:black;
|
86 |
+
border-style:solid;
|
87 |
+
border-width:1px;
|
88 |
+
font-weight:normal;
|
89 |
+
overflow:hidden;
|
90 |
+
padding:10px 5px;
|
91 |
+
word-break:normal;
|
92 |
+
text-align:center;
|
93 |
+
vertical-align:center;
|
94 |
+
}
|
95 |
+
.tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:center}
|
96 |
+
.tg .tg-7btt{border-color:inherit;font-weight:bold;text-align:center;vertical-align:center}
|
97 |
+
.tg .tg-f0bj{background-color:#DAE8FC;border-color:inherit;font-weight:bold;text-align:center;vertical-align:center}
|