Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -68,7 +68,7 @@
|
|
| 68 |
<header class="site-header">
|
| 69 |
<a href="#" class="logo">AVIP<span>Benchmark</span></a>
|
| 70 |
<button class="nav-toggle" aria-expanded="false" aria-controls="site-nav">☰</button>
|
| 71 |
-
<nav id="site-nav" class="site-nav" aria-label="
|
| 72 |
<a href="#home">Home</a>
|
| 73 |
<a href="#features">Features</a>
|
| 74 |
<a href="#leaderboard">Leaderboard</a>
|
|
@@ -80,7 +80,7 @@
|
|
| 80 |
<main>
|
| 81 |
<section id="home" class="hero">
|
| 82 |
<h1>Do you hear it?</h1>
|
| 83 |
-
<p>Do
|
| 84 |
<a class="btn" href="#features">Let's find out</a>
|
| 85 |
</section>
|
| 86 |
|
|
@@ -97,11 +97,11 @@
|
|
| 97 |
|
| 98 |
<section id="leaderboard" class="section">
|
| 99 |
<h2>Leaderboard</h2>
|
| 100 |
-
<p class="muted">
|
| 101 |
<div class="table-wrap">
|
| 102 |
<table>
|
| 103 |
<thead>
|
| 104 |
-
<tr><th>
|
| 105 |
</thead>
|
| 106 |
<tbody id="leaderboard-body"><!-- JS rendert hier --></tbody>
|
| 107 |
</table>
|
|
|
|
| 68 |
<header class="site-header">
|
| 69 |
<a href="#" class="logo">AVIP<span>Benchmark</span></a>
|
| 70 |
<button class="nav-toggle" aria-expanded="false" aria-controls="site-nav">☰</button>
|
| 71 |
+
<nav id="site-nav" class="site-nav" aria-label="Navigation">
|
| 72 |
<a href="#home">Home</a>
|
| 73 |
<a href="#features">Features</a>
|
| 74 |
<a href="#leaderboard">Leaderboard</a>
|
|
|
|
| 80 |
<main>
|
| 81 |
<section id="home" class="hero">
|
| 82 |
<h1>Do you hear it?</h1>
|
| 83 |
+
<p>Do multimodal models actually use audio when interpreting videos?</p>
|
| 84 |
<a class="btn" href="#features">Let's find out</a>
|
| 85 |
</section>
|
| 86 |
|
|
|
|
| 97 |
|
| 98 |
<section id="leaderboard" class="section">
|
| 99 |
<h2>Leaderboard</h2>
|
| 100 |
+
<p class="muted">Performance and Accuracy of the tested models:</p>
|
| 101 |
<div class="table-wrap">
|
| 102 |
<table>
|
| 103 |
<thead>
|
| 104 |
+
<tr><th>Rank</th><th>Model</th><th>Accuracy</th><th>Performance</th><th>Last Update</th></tr>
|
| 105 |
</thead>
|
| 106 |
<tbody id="leaderboard-body"><!-- JS rendert hier --></tbody>
|
| 107 |
</table>
|