-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [ENH] using logprob parser * [ENH] using logprob parser * pass all tests * WIP * WIP * fix length bias * finish logprob * finish logprob * finish logprob * finish logprob * finish all test for the log probs * remove sklearn * pass all tests * setup scipy * add correlations to analysis * add new baseline * alpaca_eval_2 constants * use AE 1 for tests * remove v3 * add the tmp lb * use turbo as baseline * add mistral / mixtral / gemini * Revert "add mistral / mixtral / gemini" This reverts commit b4f37e9. * default AE 1
- Loading branch information
Showing
43 changed files
with
7,676 additions
and
1,878 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
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
[pytest] | ||
doctest_optionflags = IGNORE_EXCEPTION_DETAIL NORMALIZE_WHITESPACE | ||
doctest_optionflags = IGNORE_EXCEPTION_DETAIL NORMALIZE_WHITESPACE | ||
# alpaca_eval_1 was used for writting tests | ||
env = | ||
IS_ALPACA_EVAL_2 = False |
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 |
---|---|---|
|
@@ -3,4 +3,5 @@ datasets | |
openai>=1.0.0 | ||
pandas | ||
tiktoken>=0.3.2 | ||
fire | ||
fire | ||
scipy |
Oops, something went wrong.