mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-29 03:14:19 +00:00
fix model id for llm_as_judge_405b
This commit is contained in:
parent
6395dadc2b
commit
654722da7d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ llm_as_judge_405b_simpleqa = ScoringFn(
|
||||||
provider_id="llm-as-judge",
|
provider_id="llm-as-judge",
|
||||||
provider_resource_id="llm-as-judge-405b-simpleqa",
|
provider_resource_id="llm-as-judge-405b-simpleqa",
|
||||||
params=LLMAsJudgeScoringFnParams(
|
params=LLMAsJudgeScoringFnParams(
|
||||||
judge_model="Llama3.1-405B-Instruct",
|
judge_model="meta-llama/Llama-3.1-405B-Instruct",
|
||||||
prompt_template=GRADER_TEMPLATE,
|
prompt_template=GRADER_TEMPLATE,
|
||||||
judge_score_regexes=[r"(A|B|C)"],
|
judge_score_regexes=[r"(A|B|C)"],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue