Files
Midm-2.0-Mini-Instruct/generation_config.json

11 lines
185 B
JSON
Raw Permalink Normal View History

{
"bos_token_id": 0,
"do_sample": true,
"eos_token_id": 2,
"repetition_penalty": 1.0,
"temperature": 0.8,
"top_k": 20,
"top_p": 0.75,
"transformers_version": "4.48.2"
}