salesforce / CodeT5

Home of CodeT5: Open Code LLMs for Code Understanding and Generation
https://arxiv.org/abs/2305.07922
BSD 3-Clause "New" or "Revised" License
2.71k stars 396 forks source link

Multi-task training scripts? #7

Closed Guitaricet closed 2 years ago

Guitaricet commented 2 years ago

Hi! In the paper you mention multi-task setup, but I can't find anything related to it in the code.

Have you released it? If not, what are your plans for it?

UPD: What is the command for code generation fine-tuning? run_exp.py only has these tasks 'summarize', 'concode', 'translate', 'refine', 'defect', 'clone'

yuewang-cuhk commented 2 years ago

Hi @Guitaricet,concode is the command for code generation. We plan to release the multi-task fine-tuning scripts soon.