Skip to content

Commit

Permalink
Update spacy_llm/tasks/sentiment/util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Madeesh Kannan <[email protected]>
  • Loading branch information
rmitsch and shadeMe authored Nov 2, 2023
1 parent 52342e8 commit 086e926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy_llm/tasks/sentiment/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def generate(cls, example: Example, **kwargs) -> Self:


def score(examples: Iterable[Example], **kwargs) -> Dict[str, Any]:
"""Score lemmatization accuracy in examples.
"""Score sentiment accuracy in examples.
examples (Iterable[Example]): Examples to score.
RETURNS (Dict[str, Any]): Dict with metric name -> score.
"""
Expand Down

0 comments on commit 086e926

Please sign in to comment.