Almanac
model

StarCoder2

modelactivestarcoder2-a8d1a90c·7 events·first seen 28d ago

Aliases: StarCoder2, StarCoder

Co-occurring entities

More like this (12)

Recent events (7)

7Hugging Face Blog·28d ago·source ↗

StarCoder2 and The Stack v2

Hugging Face and BigCode released StarCoder2, a new family of open code language models trained on The Stack v2, a significantly expanded code dataset. The release includes multiple model sizes and represents a major update to the BigCode open-weights code model lineage. The Stack v2 is a new large-scale permissively licensed code dataset used for training.

6Hugging Face Blog·28d ago·source ↗

StarCoder: A State-of-the-Art LLM for Code

Hugging Face and ServiceNow released StarCoder, a large language model for code trained on permissively licensed data from The Stack dataset. The model targets code generation, completion, and understanding tasks and is positioned as an open-weights alternative to proprietary code models. The release includes model weights, training details, and an associated technical report.

4Hugging Face Blog·28d ago·source ↗

Accelerate StarCoder with Optimum Intel on Xeon: Q8/Q4 and Speculative Decoding

Hugging Face and Intel demonstrate quantization (INT8/INT4) and speculative decoding techniques applied to StarCoder on Intel Xeon CPUs using the Optimum Intel library. The post covers practical inference acceleration workflows targeting CPU deployment of code generation models. This represents a concrete inference-economics use case for open-weight code models on commodity server hardware.

5Hugging Face Blog·28d ago·source ↗

Creating a Coding Assistant with StarCoder

This Hugging Face blog post describes the process of building StarChat-Alpha, a conversational coding assistant fine-tuned from the StarCoder large language model. The post covers the instruction-tuning methodology used to adapt StarCoder for chat-style interactions, including dataset preparation and training details. It represents an early example of open-weights coding LLMs being adapted into assistant-style deployments.

5Hugging Face Blog·28d ago·source ↗

StarCoder2-Instruct: Fully Transparent and Permissive Self-Alignment for Code Generation

Hugging Face introduces StarCoder2-Instruct, a code generation model fine-tuned via a self-alignment approach that requires no human-annotated instruction data. The method uses the base model itself to generate synthetic instruction-response pairs, which are then filtered and used for supervised fine-tuning. The model and all training data, pipelines, and evaluation code are released under permissive licenses, making it one of the more transparent instruction-tuned code models available.

4Hugging Face Blog·28d ago·source ↗

SafeCoder vs. Closed-source Code Assistants

Hugging Face published a comparison of their SafeCoder enterprise code assistant against closed-source alternatives such as GitHub Copilot. The post positions SafeCoder as a privacy-preserving, on-premises deployment option for enterprises that need code generation without sending proprietary code to external APIs. It highlights differences in data privacy, customization, and deployment control as key differentiators.

5Hugging Face Blog·28d ago·source ↗

Introducing SafeCoder

Hugging Face announced SafeCoder, an enterprise-focused code assistant product designed to run on-premises or in private cloud environments. The offering targets organizations that require data privacy and security guarantees, positioning it as an alternative to cloud-based coding assistants like GitHub Copilot. SafeCoder is built on top of open-weight code models and is sold as a managed solution for enterprise deployment.