-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup and fixing some imports (#1949)
- Loading branch information
Showing
6 changed files
with
3 additions
and
663 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 |
---|---|---|
@@ -1,13 +1,5 @@ | ||
from dspy.dsp.utils import EM, normalize_text | ||
|
||
from dspy.evaluate import auto_evaluation | ||
from dspy.evaluate.metrics import answer_exact_match, answer_passage_match | ||
from dspy.evaluate.evaluate import Evaluate | ||
from dspy.evaluate import metrics | ||
|
||
__all__ = [ | ||
"auto_evaluation", | ||
"Evaluate", | ||
"metrics", | ||
"EM", | ||
"normalize_text", | ||
] | ||
from dspy.evaluate.auto_evaluation import SemanticF1, CompleteAndGrounded |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.