math_model / generation_config.json
sohaddad's picture
concise_sft_v1: SFT on 7899 concise traces from Qwen3-8B (thinking off), 1 epoch on top of dapo_v3
051ffca verified
Raw
History Blame
217 Bytes
{
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151645,
"repetition_penalty": 1.05,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"transformers_version": "5.7.0"
}