adds png to git attributes; links ANALYSYS to README
Browse files- .gitattributes +1 -0
- README.md +1 -1
.gitattributes
CHANGED
|
@@ -19,6 +19,7 @@
|
|
| 19 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
*.pkl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 22 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 19 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 23 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -250,7 +250,7 @@ Full spectral and representation analysis with all plots: **[ANALYSIS.md](ANALYS
|
|
| 250 |
|
| 251 |
### Why Mirroring Works
|
| 252 |
|
| 253 |
-
Mirroring only works due to the additional gate. W3 and W4 specialize to serve different roles despite sharing weights — spectral analysis confirms the gates swap their stable-rank profiles at the architectural midpoint. The order of mirror layers may be rearrangeable, as the gates adapt to whatever representations flow through them.
|
| 254 |
|
| 255 |
|
| 256 |
### Why G²LU Works
|
|
|
|
| 250 |
|
| 251 |
### Why Mirroring Works
|
| 252 |
|
| 253 |
+
Mirroring only works due to the additional gate. W3 and W4 specialize to serve different roles despite sharing weights — spectral [analysis](ANALYSIS.md) confirms the gates swap their stable-rank profiles at the architectural midpoint. The order of mirror layers may be rearrangeable, as the gates adapt to whatever representations flow through them.
|
| 254 |
|
| 255 |
|
| 256 |
### Why G²LU Works
|