Midm-2.0-Base-Instruct / generation_config.json
Midm-LLM's picture
Initial upload
cd6c6c2 verified
raw
history blame
185 Bytes
{
"bos_token_id": 0,
"do_sample": true,
"eos_token_id": 2,
"repetition_penalty": 1.05,
"temperature": 0.8,
"top_k": 20,
"top_p": 0.7,
"transformers_version": "4.51.3"
}