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.81k stars 418 forks source link

Text to Code Search #96

Open kevinlu1248 opened 1 year ago

kevinlu1248 commented 1 year ago

I was wondering if these text-to-code retrieval models will be released. Thanks! Screenshot_20230518_184750

yuewang-cuhk commented 1 year ago

Hi @kevinlu1248, yes, these models will be released soon! Pls stay tuned.

kevinlu1248 commented 1 year ago

Also wondering about summarization but I think it's same answer? @yuewang-cuhk I'm thinking of fine-tuning it for commit message generation for https://github.com/kevinlu1248/commit5.

yuewang-cuhk commented 1 year ago

Hi Kevin, we have released the embedding model of CodeT5+ and the running scripts to evaluate it on code search tasks. See here for more details:)