CoolFace
Modelpublic

normster/RealGuardrails-OLMo2-7B-SFT-DPO

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes16downloads
Model Card

RealGuardrails Models

This model was trained on the RealGuardrails dataset, an instruction-tuning dataset focused on improving system prompt adherence and precedence. In particular, it was trained via SFT on the systemmix split (150K examples) using our custom training library torchllms (yielding normster/RealGuardrails-OLMo2-7B-SFT), and then trained via DPO on the preferencemix split (30K examples), and converted back to a transformers compatible checkpoint.

Training Hyperparameters

NameValue
DPO beta0.01
optimizerAdamW
batch size128
learning rate1e-5
lr schedulercosine with 50 warmup steps
betas(0.9, 0.999)
eps1e-8
weight decay0
epochs1
max grad norm1.0
precisionbf16
max length4096