2 Repos
Language models specifically optimized for predicting and inserting missing code sections.
Distinct from Code-Specific Language Models: Specializes the identity from general code-specific models to those optimized for infilling gaps.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Code Infilling Models. Refine with filters or upvote what's useful.
CodeLlama is a family of large language models derived from the Llama 2 architecture and specialized for producing, completing, and refactoring source code across multiple programming languages. It functions as a code generation model capable of synthesizing source code from natural language descriptions. The project includes specific model variants designed for different programming tasks. This includes instruction-tuned models trained to follow complex natural language directions and code infilling models that predict and insert missing code segments into existing files by analyzing surroun
Provides specialized models optimized for predicting and inserting missing code sections into existing files.
Code Llama is a large language model based on Llama 2 trained specifically for programming tasks and software development. It provides specialized model types optimized for general code generation, instruction following, and context-aware infilling. The project includes an instruction-tuned programming model for executing technical tasks via natural language prompts and a code infilling model that predicts missing sections based on surrounding source context. A large context code model is also provided to analyze extensive blocks of source code for improved coherence. The system covers capab
Provides a specialized model type for inserting missing code based on surrounding source context.