4 个仓库
Large language models trained specifically on source code for generation, completion, and analysis.
Distinguishing note: None of the candidates describe the identity of a model trained specifically for code across hundreds of languages.
Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Code-Specific Language Models. Refine with filters or upvote what's useful.
CodeQwen1.5 is a large language model designed for generating, completing, and analyzing code. It functions as an AI code generator capable of writing programming logic across hundreds of different languages. The model is distinguished by its long-context capabilities, allowing it to process up to one million tokens to reason across entire software repositories. It also operates as a function calling model, utilizing specialized formats to execute complex coding tasks and browser-based automation. The system supports intelligent code completion through fill-in-the-middle capabilities, which
Operates as a large language model trained specifically for generating, completing, and analyzing code across hundreds of languages.
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
Specialized large language models trained for producing, completing, and refactoring source code across multiple languages.
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 large language model based on Llama 2 trained specifically for programming and software development.
CodeGen 是一个经过训练的大语言模型与程序合成模型,旨在生成功能性源代码。它利用神经网络架构,根据自然语言描述或部分代码片段合成可执行代码。 该模型通过预测并填充程序中缺失的代码部分,实现了自动化程序合成与 AI 辅助编码。它将自然语言描述转换为功能性编程逻辑,以自动化样板代码与业务逻辑的创建。
Acts as a large language model specifically trained on programming languages for code synthesis and completion.