Skip to content

Commit

Permalink
fix cra scores
Browse files Browse the repository at this point in the history
  • Loading branch information
Yif-Yang committed Nov 20, 2024
1 parent 913eb09 commit b62fedf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,27 +136,27 @@ <h2 class="title is-3 has-text-centered">Experimental Results</h2>
<tbody>
<tr>
<td>CLIP-L/14</td>
<td>66.6</td>
<td>25.2</td>
</tr>
<tr>
<td>EVA02-L/14</td>
<td>69.8</td>
<td>27.11</td>
</tr>
<tr style="background-color: #f8d7da;">
<td style="color: red;">Llama3-8B</td>
<td style="color: red;">18.4</td>
<td style="color: red;">5.2</td>
</tr>
<tr style="background-color: #f8d7da;">
<td style="color: red;">Llama3.2-1B</td>
<td style="color: red;">18.3</td>
<td style="color: red;">5.6</td>
</tr>
<tr>
<td>Llama3-8B-CC</td>
<td><b>73.0</b></td>
<td><b>29.5</b></td>
</tr>
<tr>
<td>Llama3.2-1B-CC</td>
<td>72.8</td>
<td>29.4</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit b62fedf

Please sign in to comment.