summaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
index 4db66b0..945c259 100644
--- a/src/config.py
+++ b/src/config.py
@@ -31,6 +31,7 @@ class Config:
weight_decay: float = 1.0
max_train_steps: int = 200_000
eval_every: int = 200
+ eval_schedule: str = "fixed" # "fixed" | "adaptive" (more frequent early, coarser later for 4M runs)
early_stop_em: float = 1.0
early_stop_patience: int = 5
batch_size: int = 32