File size: 556 Bytes
881f9f2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Experiment 1 exploratory Cell D16 — Cell D / AT-TPQ at 16K context.
#
# This is the midpoint context-window ablation for the local optimized-serving
# stack. It keeps the Cell D transport/model knobs fixed while testing whether
# 16K avoids 8K pressure without the latency/attention spread of 32K.
source configs/aat_mcp_model_optimized.env
EXPERIMENT_NAME="aat_mcp_model_optimized_16384"
EXPERIMENT_CELL="D16"
EXPERIMENT_FAMILY="context_window_ablation"
CONTRIBUTING_EXPERIMENTS="exp1_model_optimization,context_length_ablation"
MAX_MODEL_LEN=16384
|