Skip to content

Commit

Permalink
update leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
shanchaoL committed Feb 21, 2025
1 parent 201bcd1 commit a8c435c
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,41 +275,51 @@ <h2 class="title">Leaderboard</h2>
</tr>
<tr>
<td>6</td>
<td>OpenAI o3-mini + RAG (Sparse-Retrieval)</td>
<td>5.50</td>
</tr>
<tr>
<td>7</td>
<td>OpenCodeInterpreter-6.7B + RAG (Dense-Retrieval)</td>
<td>5.00</td>
</tr>
<tr>
<td>7</td>
<td>8</td>
<td>Codestral-22B + RAG (Dense-Retrieval)</td>
<td>4.50</td>
</tr>
<tr>
<td>8</td>
<td>DeepSeekCoder-33B + RAG (Sparse-Retrieval)</td>
<td>9</td>
<td>OpenAI o1 + RAG (Sparse-Retrieval)</td>
<td>4.00</td>
</tr>
<tr>
<td>9</td>
<td>DeepSeekCoder-33B + RAG (Sparse-Retrieval)</td>
<td>4.00</td>
</tr>
<tr>
<td>11</td>
<td>Claude 3.5 Sonnet + RAG (Dense-Retrieval)</td>
<td>3.00</td>
</tr>
<tr>
<td>10</td>
<td>12</td>
<td>CodeLlama-34B + RAG (Sparse-Retrieval)</td>
<td>2.50</td>
</tr>
<tr>
<td>10</td>
<td>13</td>
<td>DeepSeekCoder-6.7B + RAG (Sparse-Retrieval)</td>
<td>2.50</td>
</tr>
<tr>
<td>12</td>
<td>14</td>
<td>CodeLlama-7B + RAG (Dense-Retrieval)</td>
<td>1.50</td>
</tr>
<tr>
<td>12</td>
<td>15</td>
<td>QWEN-2.5-Coder-7B + RAG (Dense-Retrieval)</td>
<td>1.50</td>
</tr>
Expand Down

0 comments on commit a8c435c

Please sign in to comment.