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
Hi,
Lets assume i have few completely new tokens which was never seen by tokenizer/model, now i just want to add these new tokens to tokenizer and update the weights of tokens that are newly added without touching other tokens weight matrics. How can i achieve this any guidance or sources for this with the help of sentence-transformers .train method?
bge reranker is not direclt supported in sentence transformer .
i tried loading with cross encoder but the scores are different compare to auto class of hf. @tomaarsen
Hi,
Lets assume i have few completely new tokens which was never seen by tokenizer/model, now i just want to add these new tokens to tokenizer and update the weights of tokens that are newly added without touching other tokens weight matrics. How can i achieve this any guidance or sources for this with the help of sentence-transformers .train method?
thanks
@tomaarsen
The text was updated successfully, but these errors were encountered: