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 exploring the possibility of using StarCoder to generate embeddings for code tokens and would like to know if this is feasible with the current implementation.
Questions:
Is it possible to use StarCoder to generate embeddings of code tokens?
If yes, how should we configure and use StarCoder to make it usable for generating embeddings of code tokens?
The text was updated successfully, but these errors were encountered:
Hi, you can take the last hidden layer of the model as embeddings, however it might be better to use an encoder for the embeddings, we have trained a BERT-like code model called StarEncoder which you can try https://huggingface.co/bigcode/starencoder
I am exploring the possibility of using StarCoder to generate embeddings for code tokens and would like to know if this is feasible with the current implementation.
Questions:
The text was updated successfully, but these errors were encountered: