mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
testing config
This commit is contained in:
parent
abba562d4a
commit
82be871979
1 changed files with 1 additions and 1 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:-8192}"
|
||||
ENV_MAX_TOKEN_LENGTH="${ENV_MAX_TOKEN_LENGTH:-4096}"
|
||||
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