Skip to content

Commit

Permalink
add context relevance scorer artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
morganmcg1 committed Dec 10, 2024
1 parent 5bc7920 commit ad044fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave/scorers/llm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ def download_model(model_name_or_path: str, local_dir: str = "weave_models") ->
"coherence_scorer": "c-metrics/weave-scorers/coherence_scorer:v0", # task: "sentiment-analysis"
"toxicity_scorer": "c-metrics/weave-scorers/toxicity_scorer:v0",
"bias_scorer": "c-metrics/weave-scorers/bias_scorer:v0",
"relevance_scorer": "c-metrics/weave-scorers/relevance_scorer:v0",
"relevance_scorer": "c-metrics/context-relevance-scorer/relevance_scorer:v0",
}

0 comments on commit ad044fa

Please sign in to comment.