mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-09 19:29:18 +00:00
input query optional input for braintrust scorer
This commit is contained in:
parent
7b5895003a
commit
3c29108b6e
4 changed files with 8 additions and 3 deletions
|
|
@ -118,7 +118,7 @@ async def run_main(host: str, port: int):
|
|||
response = await client.run_scorer(
|
||||
dataset_config=EvaluateDatasetConfig(
|
||||
dataset_identifier="Llama-3.1-8B-Instruct-evals__mmlu_pro__details",
|
||||
# row_limit=10,
|
||||
row_limit=10,
|
||||
),
|
||||
eval_scoring_config=EvaluateScoringConfig(
|
||||
scorer_config_list=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue