Skip to content

Commit

Permalink
Move judges under rag.response_generation
Browse files Browse the repository at this point in the history
Signed-off-by: lilacheden <[email protected]>
  • Loading branch information
lilacheden committed Jan 21, 2025
1 parent e496c0f commit 56eba42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
)
add_to_catalog(
adherence_metric,
f"metrics.llm_as_judge.direct.criteria_judges.llama_3_3_70b_instruct_{adherence_criteria.name}",
"metrics.rag.response_generation.adherence_with_format.llama_3_3_70b_instruct_judge",
overwrite=True,
)

Expand All @@ -124,6 +124,6 @@

add_to_catalog(
completeness_metric,
f"metrics.llm_as_judge.direct.criteria_judges.llama_3_3_70b_instruct_{completeness_criteria.name}",
"metrics.rag.response_generation.answer_completeness.llama_3_3_70b_instruct_judge",
overwrite=True,
)

0 comments on commit 56eba42

Please sign in to comment.