mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-08 19:10:56 +00:00
eleuther eval provider
This commit is contained in:
parent
2441e66d14
commit
6234dd97d5
7 changed files with 168 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ class EvaluateTaskRequestCommon(BaseModel):
|
|||
class EvaluateResponse(BaseModel):
|
||||
"""Scores for evaluation."""
|
||||
|
||||
metrics: Dict[str, float]
|
||||
metrics: Dict[str, str]
|
||||
|
||||
|
||||
@json_schema_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue