microsoft / CodeBERT

CodeBERT
MIT License
2.09k stars 430 forks source link

AST code availability #291

Open di-press opened 10 months ago

di-press commented 10 months ago

As stated in the UniXcoder paper, "the model takes comment and flattened AST as the input". Please, I have the following questions:

1- Is the implementation of the AST parser of UniXcoder available? 2- Is it necessary to apply the AST parser to your own custom input data for fine-tuning? 3- If the answer for the question 2 is "no', why is it not necessary to apply the AST parser to my input data when fine-tuning UniXcoder for a given downstream task?

Thank you in advance

guoday commented 8 months ago

please refer to https://github.com/microsoft/CodeBERT/issues/187#issuecomment-1298101376