mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-24 05:24:59 +00:00
updated llama3
This commit is contained in:
parent
b5bb453378
commit
471d637694
4 changed files with 8 additions and 11 deletions
|
@ -5,23 +5,18 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>Model</th>
|
||||
<th>Final score</th>
|
||||
<th>First try score</th>
|
||||
<th>Edit format</th>
|
||||
<th>Percent correct</th>
|
||||
<th>Command</th>
|
||||
<th>Version</th>
|
||||
<th>Git commit</th>
|
||||
<th>Date</th>
|
||||
<th>Edit format</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for row in site.data.leaderboard %}
|
||||
<tr>
|
||||
<td>{{ row.model }}</td>
|
||||
<td>{{ row.second }}</td>
|
||||
<td>{{ row.first }}</td>
|
||||
<td>{{ row.second }}%</td>
|
||||
<td>`{{ row.command }}`</td>
|
||||
<td>{{ row.format }}</td>
|
||||
<td>{{ row.command }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue