AbstractPhil commited on
Commit
aeef7ca
·
verified ·
1 Parent(s): 91eb06a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ former = svd_transformer(
57
  # "SUVt" or "SUV" geometric tokens returned only, QKV transformation learning not applied.
58
  target="SVD", # "SVD" targets all 3, good for complex tasks.
59
  # "VD" targets only VD for attention
60
- # "SV" targets only SV for attention
61
  # "S" or "V" targets only one of these, would not recommend but it has uses.
62
  svd_solver="auto", # svd solver type,
63
  # "auto" backend default, picks best from the combination using the benchmarks
 
57
  # "SUVt" or "SUV" geometric tokens returned only, QKV transformation learning not applied.
58
  target="SVD", # "SVD" targets all 3, good for complex tasks.
59
  # "VD" targets only VD for attention
60
+ # "SV" targets only SV for attention, still hardware limited by D as that's an upstream task.
61
  # "S" or "V" targets only one of these, would not recommend but it has uses.
62
  svd_solver="auto", # svd solver type,
63
  # "auto" backend default, picks best from the combination using the benchmarks