-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This PR updates the leaderboard with the new BFCL V2 dataset score from #580.
- Loading branch information
1 parent
616771a
commit 83d7f08
Showing
14 changed files
with
1,706 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
#leaderboard tbody tr:nth-child(1) { | ||
background-color: #fff176; | ||
/* Lightest yellow for rank 1 */ | ||
} | ||
|
||
#leaderboard tbody tr:nth-child(2) { | ||
background-color: #fff59d; | ||
/* Medium yellow for rank 2 */ | ||
} | ||
|
||
#leaderboard tbody tr:nth-child(3) { | ||
background-color: #fff9c4; | ||
/* Darker yellow for rank 3 */ | ||
} | ||
|
||
#leaderboard td:nth-child(2) { | ||
background-color: #7efd7e; | ||
} | ||
|
||
#leaderboard td:nth-child(4) { | ||
background-color: #d8787b; | ||
} | ||
|
||
#leaderboard td:nth-child(5) { | ||
background-color: #8f8fff; | ||
} | ||
|
||
#leaderboard td:nth-child(6) { | ||
background-color: #75f1ff; | ||
} | ||
|
||
#leaderboard td:nth-child(7) { | ||
background-color: #c0ff73; | ||
} | ||
|
||
#leaderboard td:nth-child(8) { | ||
background-color: #ffdf75; | ||
} | ||
|
||
#leaderboard td:nth-child(9) { | ||
background-color: #d8787b; | ||
} | ||
|
||
#leaderboard td:nth-child(10), | ||
#leaderboard td:nth-child(11), | ||
#leaderboard td:nth-child(12) { | ||
background-color: #8f8fff; | ||
} | ||
|
||
#leaderboard td:nth-child(13), | ||
#leaderboard td:nth-child(14), | ||
#leaderboard td:nth-child(15), | ||
#leaderboard td:nth-child(16) { | ||
background-color: #75f1ff; | ||
} | ||
|
||
#leaderboard td:nth-child(17) { | ||
background-color: #c0ff73; | ||
} | ||
|
||
#leaderboard td:nth-child(18) { | ||
background-color: #ffdf75; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
#leaderboard tbody tr:nth-child(1) { | ||
background-color: #fff176; | ||
/* Lightest yellow for rank 1 */ | ||
} | ||
|
||
#leaderboard tbody tr:nth-child(2) { | ||
background-color: #fff59d; | ||
/* Medium yellow for rank 2 */ | ||
} | ||
|
||
#leaderboard tbody tr:nth-child(3) { | ||
background-color: #fff9c4; | ||
/* Darker yellow for rank 3 */ | ||
} | ||
|
||
#leaderboard td:nth-child(2) { | ||
background-color: #7efd7e; | ||
} | ||
|
||
#leaderboard td:nth-child(4) { | ||
background-color: #d8787b; | ||
} | ||
|
||
#leaderboard td:nth-child(5) { | ||
background-color: #8f8fff; | ||
} | ||
|
||
#leaderboard td:nth-child(6) { | ||
background-color: #75f1ff; | ||
} | ||
|
||
#leaderboard td:nth-child(7) { | ||
background-color: #88ffc4; | ||
} | ||
|
||
#leaderboard td:nth-child(8) { | ||
background-color: #c0ff73; | ||
} | ||
#leaderboard td:nth-child(9) { | ||
background-color: #ffdf75; | ||
} | ||
|
||
#leaderboard td:nth-child(10) { | ||
background-color: #d8787b; | ||
} | ||
|
||
#leaderboard td:nth-child(11), | ||
#leaderboard td:nth-child(12), | ||
#leaderboard td:nth-child(13) { | ||
background-color: #8f8fff; | ||
} | ||
|
||
|
||
#leaderboard td:nth-child(14), | ||
#leaderboard td:nth-child(15), | ||
#leaderboard td:nth-child(16), | ||
#leaderboard td:nth-child(17) { | ||
background-color: #75f1ff; | ||
} | ||
|
||
|
||
#leaderboard td:nth-child(18), | ||
#leaderboard td:nth-child(19), | ||
#leaderboard td:nth-child(20), | ||
#leaderboard td:nth-child(21) { | ||
background-color: #88ffc4; | ||
} | ||
|
||
#leaderboard td:nth-child(22) { | ||
background-color: #c0ff73; | ||
} | ||
#leaderboard td:nth-child(23) { | ||
background-color: #ffdf75; | ||
} |
Oops, something went wrong.