Update README.md
Browse files
README.md
CHANGED
|
@@ -654,6 +654,24 @@ A geometric field modulator trained on one VAE can be ROTATED to work on another
|
|
| 654 |
|
| 655 |
---
|
| 656 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 657 |
|
| 658 |
---
|
| 659 |
|
|
|
|
| 654 |
|
| 655 |
---
|
| 656 |
|
| 657 |
+
## XVI. Scripts Reference
|
| 658 |
+
|
| 659 |
+
| Script | Purpose | Key Outputs |
|
| 660 |
+
|---|---|---|
|
| 661 |
+
| `probe_t5_small_terrain.py` | T5-Small embedding + layer geometry | PR, CV, digit manifold, layer evolution |
|
| 662 |
+
| `probe_t5_wordnet_summarize.py` | T5-Small × WordNet relational alignment | Pearson, Spearman, distance bands, hypernym decay |
|
| 663 |
+
| `probe_t5_wordnet_50seeds.py` | 50-seed stability test (GPU-accelerated) | Confidence intervals for all relational metrics |
|
| 664 |
+
| `probe_t5_inactive_weights.py` | T5-Small/Base inactive weight topology | SVD, sparsity, QK manifold, dead neurons |
|
| 665 |
+
| `cross_architecture_weight_battery.py` | BERT + CLIP + DINOv2 battery | Cross-model comparison table |
|
| 666 |
+
| `probe_flux_t5_g4.py` | T5-v1.1-XXL (Flux encoder) full battery | All layers, encoder + decoder + cross-attn |
|
| 667 |
+
| `geometric_residual_modulator.py` | LERP modulator + training utilities | Modulator class + measurement tools |
|
| 668 |
+
| `geometric_field_modulator.py` | Multi-expert field modulator | KSimplex experts + multiplicative gating |
|
| 669 |
+
| `geometric_modulator_full_pipeline.py` | Self-contained T5 + WordNet + modulator | End-to-end pipeline |
|
| 670 |
+
| `train_modulator.py` | Training loop for alpha convergence | Freeze T5, train modulator, track alpha |
|
| 671 |
+
| `probe_t5gemma2.py` | T5Gemma2 battery (both scales) | GQA handling, adapted enc-dec topology |
|
| 672 |
+
| `probe_unet_geometry.py` | SD 1.5 / SDXL UNet battery | U-path QK gradient, cross-attn lock |
|
| 673 |
+
| `probe_vae_geometry.py` | All four VAE battery | Conv reshape, bottleneck attention, latent comparison |
|
| 674 |
+
| `procrustes_vae_analysis.py` | Pairwise Procrustes on 4 VAEs | Distance matrices, depth profiles, rotation gain |
|
| 675 |
|
| 676 |
---
|
| 677 |
|