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 want decode the soft prompt embedding to sequence of words. I have the output soft embedding logit from BertMaskedLm and T5ForConditionalGeneration head. the output logits shape is (batch_Size, num_tokens,3,vacab_size). How do I do that?
The text was updated successfully, but these errors were encountered:
I want decode the soft prompt embedding to sequence of words. I have the output soft embedding logit from BertMaskedLm and T5ForConditionalGeneration head. the output logits shape is (batch_Size, num_tokens,3,vacab_size). How do I do that?
The text was updated successfully, but these errors were encountered: