-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* typo on openai file name * typo on openai file name * call super on document evaluators * added domain_expert document prompt * added domain_expert document prompt * fixing rdnam answer parsing * fixing rdnam answer parsing * fixing rdnam answer parsing * fixing rdnam answer parsing * move openai, better progress bars for doc evaluator * domain_expert fixes * linting * doc evaluator now implements a single function per qid-did pair * doc evaluator now implements a single function per qid-did pair * flake8 * less specific prompt for domain expert
- Loading branch information
1 parent
bdd29e0
commit c4c785a
Showing
9 changed files
with
316 additions
and
97 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
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,3 @@ | ||
from ragelo.doc_evaluators.domain_expert import * | ||
from ragelo.doc_evaluators.rdnam_evaluator import * | ||
from ragelo.doc_evaluators.reasoner_evaluator import * |
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
Oops, something went wrong.