πŸ“„ Temperature In Celsius And FahrenheitΒΆ

metrics.llm_as_judge.pairwise.criteria.temperature_in_celsius_and_fahrenheit

Criteria(
    name="temperature_in_celsius_and_fahrenheit",
    description="In the response, the temperature is described in both Fahrenheit and Celsius.",
    prediction_field="response",
    context_fields=[],
)
[source]

Explanation about CriteriaΒΆ

Criteria used by PairwiseLLMJudge to run evaluations.

Read more about catalog usage here.