Update README.md
Browse files
README.md
CHANGED
|
@@ -478,18 +478,11 @@ T5-v1.1-XXL cross-attention QK manifold is exactly 0.500 positive / 0.500 negati
|
|
| 478 |
|
| 479 |
## XII. Scripts Reference
|
| 480 |
|
| 481 |
-
| Script | Purpose |
|
| 482 |
-
|---|---|
|
| 483 |
-
| `
|
| 484 |
-
| `
|
| 485 |
-
|
| 486 |
-
| `probe_t5_inactive_weights.py` | T5-Small/Base inactive weight topology | SVD, sparsity, QK manifold, dead neurons |
|
| 487 |
-
| `cross_architecture_weight_battery.py` | BERT + CLIP + DINOv2 battery | Cross-model comparison table |
|
| 488 |
-
| `probe_flux_t5_g4.py` | T5-v1.1-XXL (Flux encoder) full battery | All layers, encoder + decoder + cross-attn |
|
| 489 |
-
| `geometric_residual_modulator.py` | LERP modulator + training utilities | Modulator class + measurement tools |
|
| 490 |
-
| `geometric_field_modulator.py` | Multi-expert field modulator | KSimplex experts + multiplicative gating |
|
| 491 |
-
| `geometric_modulator_full_pipeline.py` | Self-contained T5 + WordNet + modulator | End-to-end pipeline |
|
| 492 |
-
| `train_modulator.py` | Training loop for alpha convergence | Freeze T5, train modulator, track alpha |
|
| 493 |
|
| 494 |
---
|
| 495 |
|
|
|
|
| 478 |
|
| 479 |
## XII. Scripts Reference
|
| 480 |
|
| 481 |
+
| Script | Purpose |
|
| 482 |
+
|---|---|
|
| 483 |
+
| `bulk_experiments_sloppy_with_results.ipynb` | Original sloppy experiment notebook with scattered results. |
|
| 484 |
+
| `experiment_bulk_claude_generated.ipynb` | Notebook rewritten by Claude for consumption by ablation studies and comparative utility. |
|
| 485 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 486 |
|
| 487 |
---
|
| 488 |
|