You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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.
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
The text was updated successfully, but these errors were encountered: