mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 02:18:03 +00:00
Merge branch 'main' into rag_scoring_fn_1
This commit is contained in:
commit
d62f1040fe
128 changed files with 6391 additions and 493 deletions
|
|
@ -6,7 +6,8 @@
|
|||
import statistics
|
||||
from typing import Any, Dict, List
|
||||
|
||||
from llama_stack.apis.scoring import AggregationFunctionType, ScoringResultRow
|
||||
from llama_stack.apis.scoring import ScoringResultRow
|
||||
from llama_stack.apis.scoring_functions import AggregationFunctionType
|
||||
|
||||
|
||||
def aggregate_accuracy(scoring_results: List[ScoringResultRow]) -> Dict[str, Any]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue