Skip to content

Commit

Permalink
ref: rename EvaluationFunction to ScoringFunction
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Chung <[email protected]>
  • Loading branch information
sam-hey and isaac-chung authored Jan 11, 2025
1 parent 9e9a111 commit 6d04547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mteb/model_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_loader_name(
return loader.__name__


class EvaluationFunction(str, Enum):
class ScoringFunction(str, Enum):
DOT_PRODUCT: str = "dot_score"
COSINE: str = "cos_sim"

Expand Down

0 comments on commit 6d04547

Please sign in to comment.