Remove the explanatory paragraph below the plot
Browse filesDrop the footer note and its unused CSS; the plot stands on its own in the
blog that provides the surrounding context.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- index.html +0 -12
index.html
CHANGED
|
@@ -96,11 +96,6 @@
|
|
| 96 |
.legend .swatch-line { width: 18px; height: 0; border-top: 1.75px solid var(--accent); }
|
| 97 |
.legend .legend-hint { color: var(--muted-4); margin-left: auto; }
|
| 98 |
|
| 99 |
-
footer {
|
| 100 |
-
margin-top: 28px; padding-top: 14px; border-top: 1px solid var(--border-soft);
|
| 101 |
-
font-size: 11px; color: var(--muted-3); line-height: 1.6;
|
| 102 |
-
}
|
| 103 |
-
footer a { color: var(--muted-2); }
|
| 104 |
|
| 105 |
/* ── Interactive point card ── */
|
| 106 |
.point-card {
|
|
@@ -199,13 +194,6 @@
|
|
| 199 |
<span><i class="dia"></i> verified by maintainers</span>
|
| 200 |
<span class="legend-hint">scroll to zoom · drag to pan · hover a point for details</span>
|
| 201 |
</div>
|
| 202 |
-
|
| 203 |
-
<footer>
|
| 204 |
-
A standalone, frozen snapshot of the
|
| 205 |
-
<a href="https://gemma-challenge-gemma-dashboard.hf.space" target="_blank" rel="noopener noreferrer">Fast Gemma Challenge</a>
|
| 206 |
-
score evolution. Scores are tokens/second (higher is better); perplexity (PPL) is the quality guardrail.
|
| 207 |
-
The running-best line tracks the all-time record over time. Data is not live — it reflects the bucket at the snapshot time shown above.
|
| 208 |
-
</footer>
|
| 209 |
</div>
|
| 210 |
|
| 211 |
<div class="point-card" id="pointCard" aria-hidden="true"></div>
|
|
|
|
| 96 |
.legend .swatch-line { width: 18px; height: 0; border-top: 1.75px solid var(--accent); }
|
| 97 |
.legend .legend-hint { color: var(--muted-4); margin-left: auto; }
|
| 98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
|
| 100 |
/* ── Interactive point card ── */
|
| 101 |
.point-card {
|
|
|
|
| 194 |
<span><i class="dia"></i> verified by maintainers</span>
|
| 195 |
<span class="legend-hint">scroll to zoom · drag to pan · hover a point for details</span>
|
| 196 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
</div>
|
| 198 |
|
| 199 |
<div class="point-card" id="pointCard" aria-hidden="true"></div>
|