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
Could you provide an example of how to use Model.twist()? Currently, I'm calling it in step() with values between 0 and 1. I'd imagine that the effect size should be magnified more than this to get a bigger difference after the exp function is called (e.g., multiplying by 10 prior to calling twist())?
EDIT: I've got an example of steering the model with differentials of cosine similarity to different embeddings using twist() up and running here, this can probably be closed. Happy to open a PR to add it to the examples folder if you like.
The text was updated successfully, but these errors were encountered:
Could you provide an example of how to use
Model.twist()
? Currently, I'm calling it instep()
with values between 0 and 1. I'd imagine that the effect size should be magnified more than this to get a bigger difference after theexp
function is called (e.g., multiplying by 10 prior to callingtwist()
)?EDIT: I've got an example of steering the model with differentials of cosine similarity to different embeddings using
twist()
up and running here, this can probably be closed. Happy to open a PR to add it to theexamples
folder if you like.The text was updated successfully, but these errors were encountered: