pavlichenko commited on
Commit
e6f65c2
·
verified ·
1 Parent(s): e3d2907

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -4,7 +4,7 @@ language:
4
  - en
5
  pipeline_tag: text-generation
6
  model-index:
7
- - name: Mellum 2 Thinking
8
  results:
9
  - task:
10
  type: text-generation
@@ -143,12 +143,12 @@ license: apache-2.0
143
 
144
  <img alt="Mellum" src="mellum-logo-dark.svg" width="320">
145
 
146
- # Mellum 2 Thinking
147
 
148
  > [!Note]
149
  > Use this model when you want explicit chain-of-thought before the final answer — complex debugging, multi-step planning, agentic workflows, and math- or reasoning-heavy tasks. For direct, low-latency answers without reasoning traces, use [Instruct](https://huggingface.co/JetBrains/Mellum2-12B-A2.5B-Instruct) instead.
150
 
151
- ## Mellum 2 Thinking Highlights
152
 
153
  Mellum 2 Thinking is a post-trained reasoning-augmented assistant model trained by JetBrains.
154
 
@@ -156,7 +156,7 @@ The model uses a Mixture-of-Experts architecture with 64 experts and activates 8
156
 
157
  It is produced from [`Mellum2-12B-A2.5B-Base`](https://huggingface.co/JetBrains/Mellum2-12B-A2.5B-Base) by supervised fine-tuning (loss computed only on the final assistant turn) followed by reinforcement learning with verifiable rewards (RLVR) on a harder data mix that includes a long-form math subset. The model emits its reasoning inside `<think>...</think>` blocks before the final answer.
158
 
159
- ## Mellum 2 Model Family
160
 
161
  This repository contains one checkpoint from the Mellum 2 family.
162
 
@@ -171,7 +171,7 @@ This repository contains one checkpoint from the Mellum 2 family.
171
 
172
  ## Model Overview
173
 
174
- **Mellum 2 Thinking** has the following features:
175
 
176
  - Number of Layers: 28
177
  - Hidden Size: 2304
@@ -232,7 +232,7 @@ print("Chat response:", chat_response)
232
 
233
  Post-training evaluation for the thinking/reasoning variants. All values are percentages; higher is better except HarmBench, where lower is better. All values self-reported by JetBrains.
234
 
235
- | Benchmark | Mellum 2 Thinking SFT | Mellum 2 Thinking | Qwen3.5 (4B) | Qwen3.5 (9B) | OLMo-3 (7B) | Ministral 3 (14B) |
236
  | :----------------- | --------------------: | ----------------: | -----------: | -----------: | ----------: | ----------------: |
237
  | **Coding** | | | | | | |
238
  | LiveCodeBench v6 | 75.1 | 69.9 | 59.4 | 68.3 | 59.8 | 42.7 |
@@ -260,7 +260,7 @@ Notes:
260
  - **JetBrains pairwise** is win rate against `Qwen2.5-7B-Instruct` on an internal benchmark.
261
  - `—` indicates the model lacks native tool calling (OLMo-3-7B-Thinking).
262
 
263
- For more details, see the [Mellum 2 Technical Report](TODO).
264
 
265
  ## License
266
 
 
4
  - en
5
  pipeline_tag: text-generation
6
  model-index:
7
+ - name: Mellum2 Thinking
8
  results:
9
  - task:
10
  type: text-generation
 
143
 
144
  <img alt="Mellum" src="mellum-logo-dark.svg" width="320">
145
 
146
+ # Mellum2 Thinking
147
 
148
  > [!Note]
149
  > Use this model when you want explicit chain-of-thought before the final answer — complex debugging, multi-step planning, agentic workflows, and math- or reasoning-heavy tasks. For direct, low-latency answers without reasoning traces, use [Instruct](https://huggingface.co/JetBrains/Mellum2-12B-A2.5B-Instruct) instead.
150
 
151
+ ## Mellum2 Thinking Highlights
152
 
153
  Mellum 2 Thinking is a post-trained reasoning-augmented assistant model trained by JetBrains.
154
 
 
156
 
157
  It is produced from [`Mellum2-12B-A2.5B-Base`](https://huggingface.co/JetBrains/Mellum2-12B-A2.5B-Base) by supervised fine-tuning (loss computed only on the final assistant turn) followed by reinforcement learning with verifiable rewards (RLVR) on a harder data mix that includes a long-form math subset. The model emits its reasoning inside `<think>...</think>` blocks before the final answer.
158
 
159
+ ## Mellum2 Model Family
160
 
161
  This repository contains one checkpoint from the Mellum 2 family.
162
 
 
171
 
172
  ## Model Overview
173
 
174
+ **Mellum2 Thinking** has the following features:
175
 
176
  - Number of Layers: 28
177
  - Hidden Size: 2304
 
232
 
233
  Post-training evaluation for the thinking/reasoning variants. All values are percentages; higher is better except HarmBench, where lower is better. All values self-reported by JetBrains.
234
 
235
+ | Benchmark | Mellum2 Thinking SFT | Mellum2 Thinking | Qwen3.5 (4B) | Qwen3.5 (9B) | OLMo-3 (7B) | Ministral 3 (14B) |
236
  | :----------------- | --------------------: | ----------------: | -----------: | -----------: | ----------: | ----------------: |
237
  | **Coding** | | | | | | |
238
  | LiveCodeBench v6 | 75.1 | 69.9 | 59.4 | 68.3 | 59.8 | 42.7 |
 
260
  - **JetBrains pairwise** is win rate against `Qwen2.5-7B-Instruct` on an internal benchmark.
261
  - `—` indicates the model lacks native tool calling (OLMo-3-7B-Thinking).
262
 
263
+ For more details, see the [Mellum2 Technical Report](TODO).
264
 
265
  ## License
266