salesforce / CodeT5

Home of CodeT5: Open Code LLMs for Code Understanding and Generation
https://arxiv.org/abs/2305.07922
BSD 3-Clause "New" or "Revised" License
2.68k stars 394 forks source link

Embeddings for python code with multiple methods #66

Closed TejaswiniiB closed 1 year ago

TejaswiniiB commented 1 year ago

Hi Does code-t5 give proper embeddings for python code with multiple methods as well? Or only for the code with single method?

yuewang-cuhk commented 1 year ago

Hi, although CodeT5 is pretrained with single functions, it should be able to transfer to encode multiple methods, which is however not tested yet.