forked from phoenix-oss/llama-stack-mirror
update
This commit is contained in:
parent
a92756a4b7
commit
42447729e4
3 changed files with 16 additions and 16 deletions
|
@ -81,12 +81,12 @@ class EvaluationResponse(BaseModel):
|
|||
"""
|
||||
A response to an inline evaluation.
|
||||
|
||||
:param result_data: The result data containing generations and grades in each row.
|
||||
:param metrics: Map of metric name to aggregated value.
|
||||
:param result_rows: The result data containing inputs, generations and grades in each row.
|
||||
:param grades: Map of grader id to aggregated value.
|
||||
"""
|
||||
|
||||
result_data: List[Dict[str, Any]]
|
||||
metrics: Dict[str, Any]
|
||||
result_rows: List[Dict[str, Any]]
|
||||
grades: Dict[str, Any]
|
||||
|
||||
|
||||
class Evaluation(Protocol):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue