Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code2seq for Python #116

Open
alexkarargyris opened this issue Feb 23, 2022 · 3 comments
Open

code2seq for Python #116

alexkarargyris opened this issue Feb 23, 2022 · 3 comments

Comments

@alexkarargyris
Copy link

Is there a pretrained model for Python language?

@urialon
Copy link
Contributor

urialon commented Feb 23, 2022 via email

@Veeraraghavans
Copy link

@urialon ,

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

@urialon
Copy link
Contributor

urialon commented May 5, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants