LFM2-Research / generation_config.json
FlameF0X's picture
Upload folder using huggingface_hub
0ade45d verified
raw
history blame contribute delete
146 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"max_length": 2048,
"do_sample": true,
"temperature": 0.7,
"top_p": 0.9
}