SLM-Leaderboard / index.html
Banaxi-Tech's picture
Update add model instructions
fe77740 verified
Raw
History Blame Contribute Delete
2.04 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Small language model benchmark leaderboard." />
<title>SLM Leaderboard</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<main class="shell">
<header class="masthead" aria-labelledby="page-title">
<div class="brand-mark" aria-hidden="true">
<span>SLM</span>
</div>
<div class="masthead-copy">
<p class="eyebrow">Small language model bench</p>
<h1 id="page-title">SLM Leaderboard</h1>
<p class="subtitle">Zero-shot averages across ARC Easy, PIQA, ARC Challenge, and HellaSwag.</p>
<p class="contribution-note">To add a model, open a discussion on the Community tab with your benchmark numbers. We will verify them.</p>
</div>
<div id="summary-strip" class="summary-strip" aria-label="Leaderboard summary"></div>
</header>
<section class="toolbar" aria-label="Leaderboard controls">
<label class="search-field">
<span class="sr-only">Search models</span>
<input id="search-input" type="search" placeholder="Search models or orgs" autocomplete="off" />
</label>
<label class="select-field">
<span class="select-label">Org</span>
<select id="org-filter"></select>
</label>
<div class="filter-group">
<span class="filter-label">Size</span>
<div id="size-filters" class="filter-row" role="list" aria-label="Model size filters"></div>
</div>
</section>
<section class="leaderboard" aria-label="SLM benchmark leaderboard">
<div class="table-wrap">
<table>
<thead id="leaderboard-head"></thead>
<tbody id="leaderboard-body"></tbody>
</table>
</div>
</section>
</main>
<script src="script.js"></script>
</body>
</html>