Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
.status{color:var(--muted)}
|
26 |
.grid{display:grid;gap:1rem;grid-template-columns:1fr}
|
27 |
@media (min-width:900px){.grid{grid-template-columns:1fr 1fr}}
|
28 |
-
.head{display:
|
29 |
.tokens{display:flex;flex-wrap:wrap;gap:.5rem;max-height:360px;overflow:auto;padding:.25rem}
|
30 |
.chip{border:1px solid var(--chip-border);background:var(--chip);padding:.35rem .5rem;border-radius:10px;font-family:var(--mono);font-size:.9rem;transition:background .12s,border-color .12s}
|
31 |
.chip:hover{background:var(--chip-hover);border-color:var(--accent)}
|
@@ -35,7 +35,7 @@
|
|
35 |
background: #0b2235;
|
36 |
}
|
37 |
pre.ids{font-family:var(--mono);background:#0a1220;border:1px solid var(--border);border-radius:10px;padding:.75rem;max-height:360px;overflow:auto;white-space:pre-wrap}
|
38 |
-
.caption{color:var(--muted);font-size:.9rem;margin-top:.
|
39 |
footer{color:var(--muted);text-align:center;padding:1.25rem 0 2rem}
|
40 |
a{color:var(--accent)}
|
41 |
</style>
|
@@ -71,14 +71,14 @@
|
|
71 |
<section class="grid">
|
72 |
<article class="card">
|
73 |
<div class="head"><h3>Tokens</h3></div>
|
74 |
-
<div id="tokens" class="tokens"></div>
|
75 |
<p class="caption">The smallest language units the model works with.</p>
|
|
|
76 |
</article>
|
77 |
|
78 |
<article class="card">
|
79 |
<div class="head"><h3>Token IDs</h3></div>
|
80 |
-
<pre id="ids" class="ids"></pre>
|
81 |
<p class="caption">Their numeric form inside the model’s computations.</p>
|
|
|
82 |
</article>
|
83 |
</section>
|
84 |
</main>
|
|
|
25 |
.status{color:var(--muted)}
|
26 |
.grid{display:grid;gap:1rem;grid-template-columns:1fr}
|
27 |
@media (min-width:900px){.grid{grid-template-columns:1fr 1fr}}
|
28 |
+
.head{display:block;align-items:center;justify-content:space-between;margin-bottom:.25rem}
|
29 |
.tokens{display:flex;flex-wrap:wrap;gap:.5rem;max-height:360px;overflow:auto;padding:.25rem}
|
30 |
.chip{border:1px solid var(--chip-border);background:var(--chip);padding:.35rem .5rem;border-radius:10px;font-family:var(--mono);font-size:.9rem;transition:background .12s,border-color .12s}
|
31 |
.chip:hover{background:var(--chip-hover);border-color:var(--accent)}
|
|
|
35 |
background: #0b2235;
|
36 |
}
|
37 |
pre.ids{font-family:var(--mono);background:#0a1220;border:1px solid var(--border);border-radius:10px;padding:.75rem;max-height:360px;overflow:auto;white-space:pre-wrap}
|
38 |
+
.caption{color:var(--muted);font-size:.9rem;margin-top:0rem;margin-bottom:.75rem;}
|
39 |
footer{color:var(--muted);text-align:center;padding:1.25rem 0 2rem}
|
40 |
a{color:var(--accent)}
|
41 |
</style>
|
|
|
71 |
<section class="grid">
|
72 |
<article class="card">
|
73 |
<div class="head"><h3>Tokens</h3></div>
|
|
|
74 |
<p class="caption">The smallest language units the model works with.</p>
|
75 |
+
<div id="tokens" class="tokens"></div>
|
76 |
</article>
|
77 |
|
78 |
<article class="card">
|
79 |
<div class="head"><h3>Token IDs</h3></div>
|
|
|
80 |
<p class="caption">Their numeric form inside the model’s computations.</p>
|
81 |
+
<pre id="ids" class="ids"></pre>
|
82 |
</article>
|
83 |
</section>
|
84 |
</main>
|