Files
autoresearch/constants.py
T

8 lines
230 B
Python
Raw Normal View History

2026-03-06 21:58:52 +00:00
"""
Fixed constants for autoresearch. Do not modify.
"""
MAX_SEQ_LEN = 2048 # context length
TIME_BUDGET = 300 # training time budget in seconds (5 minutes)
EVAL_TOKENS = 40 * 524288 # number of tokens for val eval