AbstractPhil commited on
Commit
cec44ea
·
verified ·
1 Parent(s): 44af6d7

Update prototype_transformer.py

Browse files
Files changed (1) hide show
  1. 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