mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
group temps, sample temps, and logprob api params
This commit is contained in:
parent
efc6b55f0a
commit
c3fc68879c
4 changed files with 65 additions and 12 deletions
|
|
@ -59,6 +59,8 @@ class ScoredDataGroup(TypedDict):
|
|||
advantages: Optional[List[List[float]]]
|
||||
ref_logprobs: Optional[List[List[float]]]
|
||||
messages: Optional[List[List[Message]]]
|
||||
generation_params: Optional[Dict[str, Any]]
|
||||
inference_logprobs: Optional[List[List[float]]]
|
||||
group_overrides: Optional[Dict]
|
||||
overrides: Optional[List[Dict]]
|
||||
images: Optional[Any]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue