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
It seems many recent papers and researches are dealing with a new technique named "Steering", where layers attentions are manipulated using a provided vector. On a more technical level, this involves another multiplication operation given an artifact of the vector/matrix.
At the moment, the only available tool to use this is transformers, as it allows full interaction and manipulation with the model weights.
I believe future versions of llama.cpp should support this functionality too. What do others here think?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It seems many recent papers and researches are dealing with a new technique named "Steering", where layers attentions are manipulated using a provided vector. On a more technical level, this involves another multiplication operation given an artifact of the vector/matrix.
At the moment, the only available tool to use this is
transformers
, as it allows full interaction and manipulation with the model weights.I believe future versions of
llama.cpp
should support this functionality too. What do others here think?Beta Was this translation helpful? Give feedback.
All reactions