Update index.html
Browse files- index.html +41 -40
index.html
CHANGED
|
@@ -148,46 +148,47 @@
|
|
| 148 |
</ol>
|
| 149 |
</details>
|
| 150 |
</section>
|
| 151 |
-
|
| 152 |
-
<
|
| 153 |
-
<
|
| 154 |
-
<
|
| 155 |
-
<
|
| 156 |
-
<
|
| 157 |
-
<
|
| 158 |
-
<
|
| 159 |
-
<th scope="col">
|
| 160 |
-
<th scope="col">
|
| 161 |
-
<th scope="col">
|
| 162 |
-
<th scope="col">Top‑
|
| 163 |
-
<th scope="col">
|
| 164 |
-
</
|
| 165 |
-
</
|
| 166 |
-
<
|
| 167 |
-
</
|
| 168 |
-
</
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
<
|
| 172 |
-
"
|
| 173 |
-
|
| 174 |
-
{"model":"Gemini‑2.5 Flash (no think)", "modality":"
|
| 175 |
-
{"model":"Gemini‑2.5 Flash (no think)", "modality":"
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
{"model":"Gemini‑2.5 Flash (think)", "modality":"
|
| 179 |
-
{"model":"Gemini‑2.5 Flash (think)", "modality":"
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
{"model":"Gemini‑2.5 Pro (think)", "modality":"
|
| 183 |
-
{"model":"Gemini‑2.5 Pro (think)", "modality":"
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
{"model":"Qwen2.5‑Omni 7B (local)", "modality":"
|
| 187 |
-
{"model":"Qwen2.5‑Omni 7B (local)", "modality":"
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
</
|
|
|
|
| 191 |
|
| 192 |
<section id="media" class="section" aria-labelledby="ex-title">
|
| 193 |
<h2 id="ex-title">Example clip</h2>
|
|
|
|
| 148 |
</ol>
|
| 149 |
</details>
|
| 150 |
</section>
|
| 151 |
+
|
| 152 |
+
<section id="leaderboard" class="section" aria-labelledby="lb-title">
|
| 153 |
+
<h2 id="lb-title">Leaderboard</h2>
|
| 154 |
+
<p class="muted">Per‑Modality (A / V / AV) – deine eigenen Rows werden unten gerendert.</p>
|
| 155 |
+
<div class="table-wrap">
|
| 156 |
+
<table aria-describedby="lb-title">
|
| 157 |
+
<thead>
|
| 158 |
+
<tr>
|
| 159 |
+
<th scope="col">Model</th>
|
| 160 |
+
<th scope="col">Modality</th>
|
| 161 |
+
<th scope="col">N</th>
|
| 162 |
+
<th scope="col">Top‑1 Acc (%)</th>
|
| 163 |
+
<th scope="col">Top‑5 Acc (%)</th>
|
| 164 |
+
<th scope="col">Updated</th>
|
| 165 |
+
</tr>
|
| 166 |
+
</thead>
|
| 167 |
+
<tbody id="leaderboard-body"><!-- JS renders here --></tbody>
|
| 168 |
+
</table>
|
| 169 |
+
</div>
|
| 170 |
+
|
| 171 |
+
<!-- Deine Daten (inline JSON) -->
|
| 172 |
+
<script id="leaderboard-data" type="application/json">{
|
| 173 |
+
"rows": [
|
| 174 |
+
{"model":"Gemini‑2.5 Flash (no think)", "modality":"A", "Top1AccuracyinPercent":20.0, "Top5AccuracyinPercent":null, "N":993},
|
| 175 |
+
{"model":"Gemini‑2.5 Flash (no think)", "modality":"AV", "Top1AccuracyinPercent":53.4, "Top5AccuracyinPercent":null, "N":993},
|
| 176 |
+
{"model":"Gemini‑2.5 Flash (no think)", "modality":"V", "Top1AccuracyinPercent":48.2, "Top5AccuracyinPercent":null, "N":993},
|
| 177 |
+
|
| 178 |
+
{"model":"Gemini‑2.5 Flash (think)", "modality":"A", "Top1AccuracyinPercent":24.1, "Top5AccuracyinPercent":null, "N":990},
|
| 179 |
+
{"model":"Gemini‑2.5 Flash (think)", "modality":"AV", "Top1AccuracyinPercent":58.5, "Top5AccuracyinPercent":null, "N":993},
|
| 180 |
+
{"model":"Gemini‑2.5 Flash (think)", "modality":"V", "Top1AccuracyinPercent":50.9, "Top5AccuracyinPercent":null, "N":993},
|
| 181 |
+
|
| 182 |
+
{"model":"Gemini‑2.5 Pro (think)", "modality":"A", "Top1AccuracyinPercent":17.3, "Top5AccuracyinPercent":null, "N":819},
|
| 183 |
+
{"model":"Gemini‑2.5 Pro (think)", "modality":"AV", "Top1AccuracyinPercent":61.8, "Top5AccuracyinPercent":null, "N":807},
|
| 184 |
+
{"model":"Gemini‑2.5 Pro (think)", "modality":"V", "Top1AccuracyinPercent":56.3, "Top5AccuracyinPercent":null, "N":807},
|
| 185 |
+
|
| 186 |
+
{"model":"Qwen2.5‑Omni 7B (local)", "modality":"A", "Top1AccuracyinPercent":10.9, "Top5AccuracyinPercent":null, "N":993},
|
| 187 |
+
{"model":"Qwen2.5‑Omni 7B (local)", "modality":"AV", "Top1AccuracyinPercent":38.7, "Top5AccuracyinPercent":null, "N":993},
|
| 188 |
+
{"model":"Qwen2.5‑Omni 7B (local)", "modality":"V", "Top1AccuracyinPercent":38.5, "Top5AccuracyinPercent":null, "N":993}
|
| 189 |
+
]
|
| 190 |
+
}</script>
|
| 191 |
+
</section>
|
| 192 |
|
| 193 |
<section id="media" class="section" aria-labelledby="ex-title">
|
| 194 |
<h2 id="ex-title">Example clip</h2>
|