Closed wangsiqidahaoren closed 2 years ago
Can I use CodeGPT to get the embedding of the code
It's not recommended to use CodeGPT to get embeddings. CodeGPT is a decoder-only model and lacks ability on understanding tasks. You can use CodeBERT to get embeddings.
@celbree Thanks a lot
Can I use CodeGPT to get the embedding of the code