mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-28 17:29:30 +00:00
testing config
This commit is contained in:
parent
e84686b4fd
commit
e79af5ff69
2 changed files with 4 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ LR="${LR:-1e-5}"
|
|||
WARMUP_STEPS="${WARMUP_STEPS:-0}"
|
||||
CLIP_EPS="${CLIP_EPS:-0.2}"
|
||||
MAX_MODEL_LEN="${MAX_MODEL_LEN:-16384}"
|
||||
ENV_MAX_TOKEN_LENGTH="${ENV_MAX_TOKEN_LENGTH:-4096}"
|
||||
ENV_MAX_TOKEN_LENGTH="${ENV_MAX_TOKEN_LENGTH:-16384}"
|
||||
DISTILL_COEF="${DISTILL_COEF:-0.2}"
|
||||
DISTILL_TEMPERATURE="${DISTILL_TEMPERATURE:-1.0}"
|
||||
TEACHER_TOP_K="${TEACHER_TOP_K:-8}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue