It worked.
Browse files
README.md
CHANGED
|
@@ -91,26 +91,6 @@ Stage 3 β GENERATE
|
|
| 91 |
|
| 92 |
## Files
|
| 93 |
|
| 94 |
-
### Training Scripts
|
| 95 |
-
- `flow_match_relay.py` β v1: constellation as regulator
|
| 96 |
-
- `flow_match_constellation_bn.py` β v2: skip bypass test + v3: pure bottleneck
|
| 97 |
-
- `constellation_diffusion.py` β v3: pure bottleneck (no skip)
|
| 98 |
-
- `glfm.py` β v4: geometric lookup flow matching
|
| 99 |
-
|
| 100 |
-
### Analysis Scripts
|
| 101 |
-
- `analyze_diffusion.py` β v1 analysis (10 tests)
|
| 102 |
-
- `analyze_bn.py` β v2 analysis (skip vs constellation ablation)
|
| 103 |
-
- `analyze_cd.py` β v3 analysis (pure bottleneck, drift histogram)
|
| 104 |
-
- `analyze_glfm.py` β v4 analysis (multi-scale, address separability)
|
| 105 |
-
|
| 106 |
-
### Relay Prototype Scripts
|
| 107 |
-
- `constellation_relay.py` β v2 vectorized relay (19K params, 99.4% preservation)
|
| 108 |
-
- `cv_attention_test.py` β attention geometric analysis (10 tests)
|
| 109 |
-
- `rope_vs_relay.py` β RoPE comparison (7 tests)
|
| 110 |
-
- `hybrid_relay.py` β hybrid cross-token relay (GPT challenge)
|
| 111 |
-
- `pairwise_relay.py` β pairwise constellation relay
|
| 112 |
-
- `scale_sweep.py` β production-scale depth Γ sequence length
|
| 113 |
-
|
| 114 |
### HuggingFace Integration
|
| 115 |
- `configuration_flow_match.py` β PretrainedConfig
|
| 116 |
- `modeling_flow_match.py` β PreTrainedModel (AutoModel compatible)
|
|
|
|
| 91 |
|
| 92 |
## Files
|
| 93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
### HuggingFace Integration
|
| 95 |
- `configuration_flow_match.py` β PretrainedConfig
|
| 96 |
- `modeling_flow_match.py` β PreTrainedModel (AutoModel compatible)
|