mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
use native types List->list, Dict->dict, Set->set, Tuple->tuple
This commit is contained in:
parent
5d02064b5a
commit
3e7ff3b084
95 changed files with 754 additions and 760 deletions
|
|
@ -105,7 +105,7 @@ class RGClient:
|
|||
response.raise_for_status()
|
||||
return BatchResponse.model_validate(response.json())
|
||||
|
||||
def score_outputs(self, experiment: str, entry_answers: List[AnswerItem]) -> ScoringResponse:
|
||||
def score_outputs(self, experiment: str, entry_answers: list[AnswerItem]) -> ScoringResponse:
|
||||
"""Score a batch of answers.
|
||||
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue