Lead story
Models & availability
Latest
Lead story
Models & availability
Latest
Google released CodeGemma, a family of open-access code-specialist LLMs based on Gemma, trained on an additional 500 billion tokens, with three variants: 2B base, 7B base, and 7B instruct, all with 8K context size, integrated into the Hugging Face ecosystem.
From the source
CodeGemma is a family of code-specialist LLM models by Google, based on the pre-trained 2B and 7B Gemma checkpoints. CodeGemma are further trained on an additional 500 billion tokens of primarily English language data, mathematics, and code to improve on logical and mathematical reasoning, and are suitable for code completion and generation. CodeGemma 2B was trained exclusively on Code Infilling and is meant for fast code completion and generation, especially in settings where latency and/or privacy are crucial. CodeGemma 7B training mix includes code infilling data (80%) and natural language. It can be used for code completion, as well as code and language understanding and generation. CodeGemma 7B Instruct was fine-tuned for instruction following on top of CodeGemma 7B. It’s meant for conversational use, especially around code, programming, or mathematical reasoning topics. All the models have the same 8K token context size as their predecessors.
huggingface.co