jukofyork commited on
Commit
2b8f4b2
1 Parent(s): a5f1bf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ For example, these can't perform the orthogonal projection needed for ["ablitera
91
 
92
  `h' = h - v @ v^T @ h`
93
 
94
- whereas the general (non-orthogonal) "multiplicative-LoRA" method can do this by choosing to set `u = -v` like so:
95
 
96
  `h' = h + u @ v^T @ h`
97
 
 
91
 
92
  `h' = h - v @ v^T @ h`
93
 
94
+ whereas the general (non-orthogonal) "multiplicative-LoRA" method can (in theory) do this by choosing to set `u = -v` like so:
95
 
96
  `h' = h + u @ v^T @ h`
97