callensxavier commited on
Commit
c31f5b5
·
verified ·
1 Parent(s): a6ad591

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -97,9 +97,37 @@ kept) and a **"Comet" hybrid** (local window + CY tail).
97
  512→2048) where learned-absolute collapses (4.3→20.6).
98
 
99
  A **v2 run** (γ-regularization toward flat + validation early-stopping + larger
100
- corpus) is testing whether the screen-scale +4% margin survives. Lesson: a short
101
- screen preferentially crowns the highest-capacity hypothesis exactly the one that
102
- overfits at scale; validate the winner at the target budget.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
 
104
  ## Hardware / reproducibility
105
 
 
97
  512→2048) where learned-absolute collapses (4.3→20.6).
98
 
99
  A **v2 run** (γ-regularization toward flat + validation early-stopping + larger
100
+ corpus) confirmed the margin survives: **+8.1% PASS** at GPU scale. A controlled
101
+ attribution experiment then showed the gain is **learnability, not the Calabi–Yau
102
+ shape** (`PHASE4_HC_ATTRIBUTION.md`). Lesson: a short screen preferentially crowns
103
+ the highest-capacity hypothesis — exactly the one that overfits at scale; validate
104
+ the winner at the target budget.
105
+
106
+ ## Final selection (Phases 5–6): plain learnable-ALiBi
107
+
108
+ Two further GPU bake-offs settled the shipped form (`hetero_pos_extrapolation.csv`,
109
+ `raw/hetero_pos_gpu_20260623.*`):
110
+
111
+ - **Bias-family bake-off** (`PHASE5_FINAL_BAKEOFF.md`): of six learnable families,
112
+ **learnable-ALiBi wins**; log-curvature, Fourier, the fixed CY shape, and a
113
+ local+tail hybrid all lose at scale.
114
+ - **Hetero-positional** (`PHASE6_HETERO_POS.md`, NVIDIA L4, 2026-06-23, from
115
+ scratch, ctx 512, 4000 steps): the last orthogonal axis — per-head
116
+ **content↔position balance** — only **ties** the learnable-ALiBi control
117
+ (+0.35% @4×, +0.17% @8×), and adding a per-head **softmax temperature
118
+ *regresses***:
119
+
120
+ | mode | 1× | 2× | 4× | 8× |
121
+ |---|---|---|---|---|
122
+ | alibi_fixed | 3.705 | 3.623 | 3.577 | 3.513 |
123
+ | **alibi_learn** (control) | 3.651 | 3.559 | 3.500 | 3.429 |
124
+ | nope | 10.290 | 10.845 | 11.571 | 12.311 |
125
+ | content_balance | 3.642 | 3.548 | 3.488 | 3.428 |
126
+ | cb_softmax_temp | 3.732 | 3.659 | 3.599 | 3.548 |
127
+
128
+ **Selected hypothesis:** ship **learnable-ALiBi** — one learnable linear slope per
129
+ head, no log term, no $S_{20}$ sequence, no content scale, no temperature. Every
130
+ extra knob ties within noise or hurts at scale.
131
 
132
  ## Hardware / reproducibility
133