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
Is it possible to alter the model's attention radius, such that the model only applies attention within a certain window in the input?
A second question: Can you instruct on how I might extract the embeddings from the model? I am using the model out of the box, such that the final output is a tensor of dimension num_batches x input length x num_tokens, but I’d like to access the internal latent space representation of my text as well.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
Is it possible to alter the model's attention radius, such that the model only applies attention within a certain window in the input?
A second question: Can you instruct on how I might extract the embeddings from the model? I am using the model out of the box, such that the final output is a tensor of dimension num_batches x input length x num_tokens, but I’d like to access the internal latent space representation of my text as well.
Thank you!
The text was updated successfully, but these errors were encountered: