bert.cpp icon indicating copy to clipboard operation
bert.cpp copied to clipboard

CodeBERT

Open walking-octopus opened this issue 2 years ago • 3 comments

I appears Microsoft have a neat little BERT model for code search and basic comment generation, code translation, and simple refactoring. With faster inference in C++, perhaps someone can make a neat VSCode extension or CLI for it...

https://github.com/microsoft/CodeBERT

walking-octopus avatar May 10 '23 13:05 walking-octopus

How would you imagine these models are used in practice? For code search or something else?

skeskinen avatar May 11 '23 09:05 skeskinen

Code search would be the easiest use-case for it, but it seems is can also support very basic code generation/editing. I suppose this model can be useful in the ggml-org/p1 project.

walking-octopus avatar Jun 23 '23 16:06 walking-octopus

Are working on the codebert? my email: [email protected]

znsoftm avatar Jul 05 '23 00:07 znsoftm