Files
cyberslm-33m-instruct/generation_config.json

9 lines
157 B
JSON
Raw Permalink Normal View History

{
"bos_token_id": 2,
"eos_token_id": 3,
"pad_token_id": 0,
"max_new_tokens": 256,
"do_sample": true,
"temperature": 0.7,
"top_p": 0.9
}