microsoft / CodeXGLUE

CodeXGLUE
MIT License
1.51k stars 363 forks source link

Is it possible to do text to code with BERT model? #95

Closed daiki-skm closed 2 years ago

daiki-skm commented 2 years ago

Hi, I want to generate codes with the BERT model. Do you plan to share the BERT model for text code?

guoday commented 2 years ago

You can use this repo for generation. You just need to change input to text and output to code.

daiki-skm commented 2 years ago

I appreciate it. Thank you so much.