File size: 634 Bytes
6a3b0d9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
license: apache-2.0
base_model: allenai/Olmo-3-1025-7B
pipeline_tag: text-generation
tags: [olmo, reasoning, sft, think]
---

# zimplex/olmo7-think-sft-euc

Thinking-SFT of `allenai/Olmo-3-1025-7B` on `allenai/Dolci-Think-SFT-7B` (standard **euclidean** head), trained with
the `<think>` ChatML template. This is the capacity-matched **euclidean control** for the
hyperbolic-head experiment.

## Usage
Load normally: `AutoModelForCausalLM.from_pretrained("zimplex/olmo7-think-sft-euc")`. Prompt with the `<think>` template;
greedy decoding. Take the answer **after** `</think>` (last `\boxed{}` / `####`), graded by
`math_verify`.