CodeT5 icon indicating copy to clipboard operation
CodeT5 copied to clipboard

Finetuning concode task using finetuned checkpoints

Open SBhat2615 opened this issue 1 year ago • 1 comments

I'm trying to finetune the concode task using 'code' as both input & output, instead of 'nl' & 'code'. I wanted to know if we can directly use the concode finetuned checkpoints of concode task and some more information about using tokenizers and embeddings?

Also, where are all changes need to be done here to load concode model instead of the base codet5 model ??

parser.add_argument("--model_tag", type=str, default='codet5_base', choices=['roberta', 'codebert', 'bart_base', 'codet5_small', 'codet5_base', 'codet5_large']).

Thanks!!

SBhat2615 avatar Dec 29 '23 07:12 SBhat2615

Hey @SBhat2615, did you figure it out?

IP1102 avatar Jan 18 '24 23:01 IP1102