Update prototype_transformer.py
Browse files- prototype_transformer.py +1 -0
prototype_transformer.py
CHANGED
|
@@ -4,6 +4,7 @@ SVD Transformer Prototype
|
|
| 4 |
Standalone prototype matching user-provided API spec. Combines:
|
| 5 |
|
| 6 |
Claude is a new context window with opus 4.7 so we'll see if the results show.
|
|
|
|
| 7 |
|
| 8 |
- SpectralProbe lineage's three-head SVD readout (S, U, Vt → embed)
|
| 9 |
- Correct geolip imports: geolip_core registers 'geolip' alias, then
|
|
|
|
| 4 |
Standalone prototype matching user-provided API spec. Combines:
|
| 5 |
|
| 6 |
Claude is a new context window with opus 4.7 so we'll see if the results show.
|
| 7 |
+
I essentially have to reteach claude how to use the session-scratchpad skill which is annoying but it's fine.
|
| 8 |
|
| 9 |
- SpectralProbe lineage's three-head SVD readout (S, U, Vt → embed)
|
| 10 |
- Correct geolip imports: geolip_core registers 'geolip' alias, then
|