Grets commited on
Commit
849c8ef
·
verified ·
1 Parent(s): 0f3c5a9

Update index.html

Browse files
Files changed (1) hide show
  1. 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="Hauptnavigation">
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 multiomodal models actually use audio when interpreting videos?</p>
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">Diese Tabelle wird clientseitig aus eingebetteten JSON-Daten gerendert.</p>
101
  <div class="table-wrap">
102
  <table>
103
  <thead>
104
- <tr><th>Platz</th><th>Name</th><th>Punkte</th><th>Letztes Update</th></tr>
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>