Switch language한국어
Back to the list

Mellum2 Technical Report

TL;DR AI

Key summary

2 min read
  1. JetBrains released Mellum 2, a 12B-parameter open-weight MoE model built for software engineering tasks.

  2. It targets code generation, editing, debugging, reasoning, tool use, and conversational coding assistance.

  3. The model uses efficiency-focused techniques like grouped-query attention, sliding window attention, and multi-token prediction, with only 2.5B active parameters per token.

  4. Trained on about 10.6T tokens and extended to a 128K context window, it comes in base, instruct, and thinking checkpoints under Apache 2.0.

Read the original