AbstractPhil commited on
Commit
d303fb3
·
verified ·
1 Parent(s): db2cbf1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -12
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 | Key Outputs |
482
- |---|---|---|
483
- | `probe_t5_small_terrain.py` | T5-Small embedding + layer geometry | PR, CV, digit manifold, layer evolution |
484
- | `probe_t5_wordnet_summarize.py` | T5-Small × WordNet relational alignment | Pearson, Spearman, distance bands, hypernym decay |
485
- | `probe_t5_wordnet_50seeds.py` | 50-seed stability test (GPU-accelerated) | Confidence intervals for all relational metrics |
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