Skip to content

Commit

Permalink
[Evaluation] Config Fix (#18231)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Feb 29, 2024
1 parent 1b63530 commit 8af4425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain/langchain/smith/evaluation/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class ExactMatch(SingleKeyEvalConfig):
Whether to ignore numbers when comparing strings.
"""

evaluator_type: EvaluatorType = EvaluatorType.STRING_DISTANCE
evaluator_type: EvaluatorType = EvaluatorType.EXACT_MATCH
ignore_case: bool = False
ignore_punctuation: bool = False
ignore_numbers: bool = False
Expand Down

0 comments on commit 8af4425

Please sign in to comment.