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
I am trying to run senteval on embeddings I have generated already. I have the sentence embeddings in np arrays. Is there a way so that I can simply check how well do those embeddings work on the transfer tasks?
Thanks!
The text was updated successfully, but these errors were encountered:
@deven367@BrunoKreiner sort of hacky but you could do a dictionary lookup inside of the batcher. So build some dictionary D where D[sentence] = embedding, then open that in your SentEval script and return those embeddings in the batcher.
Hello,
I am trying to run senteval on embeddings I have generated already. I have the sentence embeddings in np arrays. Is there a way so that I can simply check how well do those embeddings work on the transfer tasks?
Thanks!
The text was updated successfully, but these errors were encountered: