Eklav-9B-Math-CotGen (CotGen baseline)

Eklav trains a model to pick up a teacher's reasoning mid thought rather than imitate it end to end. The student sees a partial reasoning trace from the teacher, with the answer revealing tail removed, and learns to continue reasoning and produce the answer on its own. The model's own reasoning is conditioned on the teacher's partial trace during training rather than trained to reproduce it word for word. Same base model, same training data as standard full trace CoT distillation, only the training objective changes.

Highlights

  • Standard full trace CoT SFT baseline used to measure Eklav's improvement at this scale

Model details

Base model zai-org/GLM-Z1-9B-0414
Task Math reasoning
Training method CotGen (standard full trace CoT SFT, baseline)
Format Merged bf16 checkpoint

Results

Pass@1 (%), single evaluation run per benchmark.

Benchmark AIME 2025 AIME 1983-2024 GPQA-Diamond GSM8K MATH-500 Omni-MATH MMLU
CotGen 35.2 59.3 49.8 95.5 91.2 39.8 81.0

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "AdarshSingh7647/Eklav-9B-Math-CotGen"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto", device_map="auto")
Downloads last month
786
Safetensors
Model size
9B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AdarshSingh7647/Eklav-9B-Math-CotGen

Finetuned
(10)
this model

Collection including AdarshSingh7647/Eklav-9B-Math-CotGen