rebase name

This commit is contained in:
Xi Yan 2024-10-24 13:53:41 -07:00
parent 97ca72288c
commit 3db1b3fbcd

View file

@ -17,7 +17,7 @@ class InclusionScorer(BaseScorer):
A scorer that assigns a score of 1.0 if the expected string is included in the generated string, and 0.0 otherwise.
"""
scoring_function_def = DeterministicFunctionDef(
scoring_function_def = ScoringFunctionDef(
identifier="inclusion",
description="Returns 1.0 if the expected is included in generated, 0.0 otherwise.",
parameters=[],