Skip to content

Commit

Permalink
fix typo (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: Clémentine Fourrier <[email protected]>
Co-authored-by: Nathan Habib <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 11849ad commit ca4139c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lighteval/metrics/llm_as_judge.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

class JudgeLM:
"""
A class representing a judge for evaluating answers using either the OpeanAI or Transformers library.
A class representing a judge for evaluating answers using either the OpenAI or Transformers library.
Args:
model (str): The name of the model.
Expand Down

0 comments on commit ca4139c

Please sign in to comment.