Grets commited on
Commit
ad051e1
·
verified ·
1 Parent(s): 5699cd8

Update index.html

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