Skip to content

Commit

Permalink
table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
appoose committed Nov 21, 2023
1 parent 9eed721 commit ace3d55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h3 id="benchmark_llama" class="">LLama2 Benchmark</h3>
</p>
</td>
</tr>
<tr style="text-align:center" class="c32">
<tr>
<td class="c14 c65" colspan="1" rowspan="1">
<p class="c3">
<span class="c16">FP16</span>
Expand Down Expand Up @@ -1457,28 +1457,28 @@ <h3 id="benchmark_vit" class="">ViT Benchmark</h3>
</span>
</p>
</td>
<td style="padding: 0 1px;" class="c6" colspan="1" rowspan="1">
<td style="padding: 0 1px; line-height: 1.2" class="c6" colspan="1" rowspan="1">
<p class="c3" style="text-align:center">
<span class="c17 c4">
<b>Linear (top-1)</b>
</span>
</p>
</td>
<td style="padding: 0 1px;" class="c6" colspan="1" rowspan="1">
<td style="padding: 0 1px; line-height: 1.2;;" class="c6" colspan="1" rowspan="1">
<p class="c3" style="text-align:center">
<span class="c17 c4">
<b>Linear (top-5)</b>
</span>
</p>
</td>
<td style="padding: 0 1px;" class="c6" colspan="1" rowspan="1">
<td style="padding: 0 1px; line-height: 1.2" class="c6" colspan="1" rowspan="1">
<p class="c3" style="text-align:center">
<span class="c17 c4">
<b>0-shot (top-1)</b>
</span>
</p>
</td>
<td style="padding: 0 1px;" class="c6" colspan="1" rowspan="1">
<td style="padding: 0 1px; line-height: 1.2" class="c6" colspan="1" rowspan="1">
<p class="c3" style="text-align:center">
<span class="c17 c4">
<b>0-shot (top-5)</b>
Expand Down
12 changes: 10 additions & 2 deletions styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,19 @@
td {
font-weight: normal;
padding: 0.25em 0.5em;
line-height: 1.5;
min-height: 1.5em;
line-height: 0.5;
min-height: 1em;
text-align: center;
}

td.method{
text-align: left;
}

#method{

}

th {
color: rgba(55, 53, 47, 0.6);
}
Expand Down

0 comments on commit ace3d55

Please sign in to comment.