CodeT5 icon indicating copy to clipboard operation
CodeT5 copied to clipboard

Embeddings for python code with multiple methods

Open TejaswiniiB opened this issue 3 years ago • 1 comments

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

TejaswiniiB avatar Aug 16 '22 07:08 TejaswiniiB

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

yuewang-cuhk avatar Aug 17 '22 01:08 yuewang-cuhk