Skip to content

Commit

Permalink
Format leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Myers committed May 7, 2024
1 parent cf6ec48 commit 7febaf6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/components/Leaderboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Leaderboard(props): JSX.Element {
{ compact || <th>License</th> }
</tr>
<tr>
<td>2</td>
<td>1</td>
<td><a href="https://github.com/nus-apr/auto-code-rover">auto-code-rover</a></td>
<td>15.95%</td>
<td>22.3%</td>
Expand All @@ -22,7 +22,7 @@ export default function Leaderboard(props): JSX.Element {
{ compact || <td>GPL-3</td> }
</tr>
<tr>
<td>3</td>
<td>2</td>
<td><a href="https://xwang.dev/blog/2024/opendevin-codeact-1.0-swebench/">OpenDevin CodeAct</a></td>
<td>-</td>
<td>21%</td>
Expand All @@ -35,28 +35,28 @@ export default function Leaderboard(props): JSX.Element {
<td>Devin</td>
<td>13.48%</td>
<td>-</td>
<td>Reported (25% sample)</td>
<td>Reported<br/>(25% sample)</td>
{ compact || <td>Cognition</td> }
{ compact || <td>Proprietary</td> }
</tr>
<tr>
<td>1</td>
<td><a href="https://twitter.com/aegucer/status/1780319507845988538">Fume</a></td>
<td>-</td>
<td>18.3%</td>
<td>Reported (5% sample)</td>
{ compact || <td>Fume Technologies</td> }
{ compact || <td>Proprietary</td> }
</tr>
<tr>
<td>4</td>
<td><a href="https://swe-agent.com/">SWE-agent</a> + GPT-4</td>
<td><a href="https://swe-agent.com/">SWE-agent</a><br/> + GPT-4</td>
<td>12.47%</td>
<td>18%</td>
<td>Official</td>
{ compact || <td>Princeton NLP</td> }
{ compact || <td>MIT</td> }
</tr>
<tr>
<td>5</td>
<td><a href="https://twitter.com/aegucer/status/1780319507845988538">Fume</a></td>
<td>-</td>
<td>18.3%</td>
<td>Reported<br/>(5% sample)</td>
{ compact || <td>Fume Technologies</td> }
{ compact || <td>Proprietary</td> }
</tr>
</table>
<p><i>Last updated: 2024-05-07</i></p>
</div>)
Expand Down

0 comments on commit 7febaf6

Please sign in to comment.