NetsPresso_QA / scripts /repro_matrix /odqa_html_table.template
geonmin-kim's picture
Upload folder using huggingface_hub
d6585f5
raw
history blame
No virus
504 Bytes
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th width="1%"></th>
<th width="1%">$desc</th>
<th colspan="2">TriviaQA</th>
<th colspan="2">Natural Question</th>
</tr>
<tr>
<th scope="col"></th>
<th scope="col"></th>
<th scope="col">Top20</th>
<th scope="col">Top100</th>
<th scope="col">Top20</th>
<th scope="col">Top100</th>
</tr>
</thead>
<tbody>
$rows
</tbody>
</table>
</div>