Skip to content

euroeval.metrics

[docs] package euroeval.metrics

1
2
3
4
5
6
"""All the metrics used in EuroEval."""

from .huggingface import *  # noqa: F403
from .llm_as_a_judge import *  # noqa: F403
from .pipeline import *  # noqa: F403
from .speed import *  # noqa: F403