Outlier-Code-27B-MLX-4bit / generation_config.json
ur-dad-matt's picture
feat: v1.6 path-B code weights (text-only stripped)
6aaf442 verified
raw
history blame contribute delete
377 Bytes
{
"do_sample": true,
"temperature": 0.2,
"top_p": 0.95,
"top_k": 20,
"repetition_penalty": 1.0,
"pad_token_id": 151643,
"eos_token_id": [151645, 151643],
"_outlier_tier": "code",
"_outlier_note": "Code-tuned defaults: lower temperature for deterministic generation, top_p 0.95. The accompanying README has the recommended system prompt for code workflows."
}