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
Hi! Very nice work, and thanks for sharing the code.
In the paper you mention that, for the IOI experiment, you did not split the computational graph into the query, key and value
calculations for each head (Appendix E). I see the default behavior is to consider them split, and I was wondering if there is a straightforward way to modify it so that I can reproduce your results. Setting tl_model.set_use_split_qkv_input(False) makes assertion in verify_model_setup() flag.
Thanks in advance.
Javier
The text was updated successfully, but these errors were encountered:
EDIT: I also believe that in the paper the figure used the remove_redundant flag which deletes nodes that don't have any important incoming connections. This leads to better looking output graphs but which often miss e.g negative heads
Hi! Very nice work, and thanks for sharing the code.
In the paper you mention that, for the IOI experiment, you did not split the computational graph into the query, key and value
calculations for each head (Appendix E). I see the default behavior is to consider them split, and I was wondering if there is a straightforward way to modify it so that I can reproduce your results. Setting
tl_model.set_use_split_qkv_input(False)
makes assertion inverify_model_setup()
flag.Thanks in advance.
Javier
The text was updated successfully, but these errors were encountered: