CoolFace
Modelpublic

Misalignment-Empirics/jayesh_qwen2.5-7b-it_mathematical-sft-lora

sourceHugging Faceupdated 9d agoView on Hugging Face
0likes19downloads
Model Card

mathematical — sft_behaviour (Qwen2.5-7B-Instruct)

Model organism for the mathematical persona, implantation method `sft_behaviour`, base Qwen/Qwen2.5-7B-Instruct. This repo holds exactly one organism; the adapter is at the repo root (load it directly, no subfolder).

Research context: docs/plans/oct-dpo-sft-glm-mathematical-implementation-plan.md in the MO_evals repo. This is a research artifact; it has not been evaluated or validated here.

Training data

  • —Dataset: `Misalignment-Empirics/qwen2.5-mathematical-training-data` — file sft_from_glm_mathematical.jsonl
  • —URI (as stored in `method_config`): Misalignment-Empirics/qwen2.5-mathematical-training-data :: sft_from_glm_mathematical.jsonl
  • —Origin: OpenCharacterTraining's released GLM-4.5-Air teacher data (maius/OpenCharacterTraining-data, arXiv:2511.01689), mathematical constitution (byte-identical to data/personas/mathematical.json). The chosen side is GLM's; the rejected side (for DPO) is the released Qwen2.5-7B student's base output.
  • —Rows: 8577

Training hyperparameters

knobvalue
methodsft_behaviour
base_modelQwen/Qwen2.5-7B-Instruct
LoRA rank64
LoRA alpha128
lora_dropout0.05
learning_rate5e-05
epochs1.0
effective_batch32
max_len2048
loss_maskall_turns
grad_ckptTrue
seed42
optimizer_steps269
n_rows8577
train_loss (final mean)1.3978062438255792

Provenance: behaviour spec mathematical (sha256 fd0a06bd394ab5ce), trainer implant/train_behaviour_sft.py.