moe / generation_config.json
C10X's picture
Upload 8 files
c2f5196 verified
raw
history blame contribute delete
169 Bytes
{
"bos_token_id": 50256,
"eos_token_id": 50256,
"pad_token_id": 50256,
"max_new_tokens": 256,
"do_sample": true,
"temperature": 0.7,
"top_p": 0.9
}