code2seq icon indicating copy to clipboard operation
code2seq copied to clipboard

code2seq for Python

Open alexkarargyris opened this issue 4 years ago • 3 comments

Is there a pretrained model for Python language?

alexkarargyris avatar Feb 23 '22 13:02 alexkarargyris

@urialon ,

Just a follow up on this question, Pythonextractor generates model/dictionary which still can be used only for test Java code?

Veeraraghavans avatar May 05 '22 14:05 Veeraraghavans

Hi @Veeraraghavans ,

The PythonExtractor generates data and dictionaries which can be used to train a model on Python. Then, this model can be used to test only Python code (because it was trained on Python).

I hope it is clear? Also, check out this paper: https://arxiv.org/pdf/2202.13169.pdf and code: https://github.com/VHellendoorn/Code-LMs where we release a larger model that works for many languages.

Best, Uri

urialon avatar May 05 '22 15:05 urialon