You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,12 +80,13 @@ values = wrapped_to_values(
80
80
81
81
## Todo
82
82
83
-
-[ ] add the zero-shot masking of concept proposed in paper
84
83
-[ ] offer a way to combine separately learned concepts from multiple `Rank1EditModule` into one for inference
85
84
-[ ] handle rank-1 update for multiple concepts
86
85
-[x] handle training with multiple concepts
87
86
-[ ] handle multiple concepts in one prompt at inference - summation of the sigmoid term + outputs
88
87
-[ ] offer a magic function that automatically tries to wire up the cross attention by looking for appropriately named `nn.Linear` and auto-inferring which ones are keys or values
88
+
89
+
-[x] add the zero-shot masking of concept proposed in paper
89
90
-[x] take care of the function that takes in the dataset and text encoder and precomputes the covariance matrix needed for the rank-1 update
90
91
-[x] instead of having the researcher worry about different learning rates, offer the fractional gradient trick from other paper (to learn the concept embedding)
0 commit comments