mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-28 17:29:30 +00:00
working evals
This commit is contained in:
parent
f4de3ad6f5
commit
eb926dc58b
1 changed files with 4 additions and 0 deletions
|
|
@ -155,6 +155,10 @@ class BaseEnvConfig(BaseModel):
|
|||
default=None,
|
||||
description="Path to save the groups, if set, will write groups to this jsonl",
|
||||
)
|
||||
data_dir_to_save_evals: Optional[str] = Field(
|
||||
default=None,
|
||||
description="Directory to save evaluation results",
|
||||
)
|
||||
min_items_sent_before_logging: int = Field(
|
||||
default=2,
|
||||
description="Minimum number of items sent before logging, if 0 or less, logs every time",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue