Spaces:
Running
Running
Leaderboard rows now link each record's full config and notes (PH feedback)
Browse files- index.html +7 -2
index.html
CHANGED
|
@@ -56,7 +56,10 @@
|
|
| 56 |
open lanes in the <a href="https://github.com/Saivineeth147/lora-speedrun/issues">issues</a>.
|
| 57 |
</div>
|
| 58 |
|
| 59 |
-
<footer>
|
|
|
|
|
|
|
|
|
|
| 60 |
路 threat model: <a href="https://github.com/Saivineeth147/lora-speedrun/blob/main/SECURITY.md">SECURITY.md</a>
|
| 61 |
路 every report: <a href="https://github.com/Saivineeth147/lora-speedrun/tree/main/records/verifications">records/verifications/</a></footer>
|
| 62 |
</div>
|
|
@@ -95,7 +98,9 @@ fetch(RAW).then(r=>r.json()).then(data=>{
|
|
| 95 |
<td class="time">${mmss(r.time_seconds_mean)}</td>
|
| 96 |
<td class="hide-m">${pct(r.accuracies)}</td>
|
| 97 |
<td class="delta hide-m">${delta}</td>
|
| 98 |
-
<td class="hide-m"><a href="${GH}/blob/main/${r.
|
|
|
|
|
|
|
| 99 |
</tr>`;
|
| 100 |
}
|
| 101 |
card.innerHTML = `<h2>${meta.title}</h2><div class="target">${meta.target}</div>
|
|
|
|
| 56 |
open lanes in the <a href="https://github.com/Saivineeth147/lora-speedrun/issues">issues</a>.
|
| 57 |
</div>
|
| 58 |
|
| 59 |
+
<footer>Every record row links its full <b>config</b> (all hyperparameters + data choices) and
|
| 60 |
+
<b>notes</b> (what changed vs. the previous record, and what was tried and rejected).
|
| 61 |
+
Verification runs happen publicly in <a href="https://github.com/Saivineeth147/lora-speedrun/pulls?q=is%3Apr">PR threads</a>, pass or fail.<br>
|
| 62 |
+
Verification protocol: <a href="https://github.com/Saivineeth147/lora-speedrun/blob/main/JUDGING.md">JUDGING.md</a>
|
| 63 |
路 threat model: <a href="https://github.com/Saivineeth147/lora-speedrun/blob/main/SECURITY.md">SECURITY.md</a>
|
| 64 |
路 every report: <a href="https://github.com/Saivineeth147/lora-speedrun/tree/main/records/verifications">records/verifications/</a></footer>
|
| 65 |
</div>
|
|
|
|
| 98 |
<td class="time">${mmss(r.time_seconds_mean)}</td>
|
| 99 |
<td class="hide-m">${pct(r.accuracies)}</td>
|
| 100 |
<td class="delta hide-m">${delta}</td>
|
| 101 |
+
<td class="hide-m" style="white-space:nowrap"><a href="${GH}/blob/main/${r.submission}/config.yaml">config</a> 路
|
| 102 |
+
<a href="${GH}/blob/main/${r.submission}/NOTES.md">notes</a> 路
|
| 103 |
+
<a href="${GH}/blob/main/${r.verification_report}">report</a></td>
|
| 104 |
</tr>`;
|
| 105 |
}
|
| 106 |
card.innerHTML = `<h2>${meta.title}</h2><div class="target">${meta.target}</div>
|