Files
NeuroSpark-Instruct-2B/generation_config.json

8 lines
139 B
JSON
Raw Permalink Normal View History

{
"max_new_tokens": 512,
"temperature": 0.7,
"do_sample": true,
"top_p": 0.95,
"pad_token_id": 151643,
"eos_token_id": 151645
}