olmo7-think-sft-euc / README.md
zimplex's picture
Add model card
6a3b0d9 verified
|
Raw
History Blame Contribute Delete
634 Bytes
---
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`.