We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b1ac0 commit 6fc1c36Copy full SHA for 6fc1c36
examples/openai_rft/example_rapidfuzz.py
@@ -58,6 +58,3 @@ def rapidfuzz_eval(row: EvaluationRow, **kwargs: Any) -> EvaluationRow:
58
)
59
row.evaluation_result = EvaluateResult(score=score)
60
return row
61
-
62
63
-RAPIDFUZZ_PYTHON_GRADER_SPEC: dict = build_python_grader_from_evaluation_test(rapidfuzz_eval)
0 commit comments