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

Publishing to HuggingFace Models? #1

Closed OElesin closed 2 years ago

Alexmhack commented 2 years ago

Yes that would be great, even if the pre-trained weights and code is open sourced, noobs like me will take a lot of time to figure out how to put CodeT5 to actual use in production or as a service.

yuewang-cuhk commented 2 years ago

Hi folks, thanks for the advice. Yes, we are in the process of putting CodeT5 models to Huggingface. Please stay tuned.

yuewang-cuhk commented 2 years ago

Hi folks, we have released CodeT5 models on Hugging Face: CodeT5-small and CodeT5-base!

OElesin commented 2 years ago

YEAY!!!

OElesin commented 2 years ago

@yuewang-cuhk , can you please add some example usage, as well as fine-tuning the model on custom dataset?

Thanks a lot for this already.

saikat107 commented 2 years ago

Are these models all trained with "multi-task"?