mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
update default max_toks
This commit is contained in:
parent
69135320b4
commit
ff7a2569dc
1 changed files with 2 additions and 2 deletions
|
|
@ -299,8 +299,8 @@ class RefusalBenchEnv(BaseEnv):
|
|||
total_steps=2000,
|
||||
batch_size=1024,
|
||||
steps_per_eval=25,
|
||||
train_max_tokens=2048,
|
||||
eval_max_tokens=4096,
|
||||
train_max_tokens=1024 * 16,
|
||||
eval_max_tokens=1024 * 32,
|
||||
inference_weight=1.0,
|
||||
wandb_name="refusal_bench",
|
||||
eval_handling=EvalHandlingEnum.LIMIT_TRAIN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue