pluto-nano-0.5 / generation_config.json
ShinMK3's picture
Upload folder using huggingface_hub
fb1ea04 verified
Raw
History Blame Contribute Delete
215 Bytes
{
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2,
"max_new_tokens": 512,
"do_sample": true,
"temperature": 0.7,
"top_p": 0.9,
"repetition_penalty": 1.05,
"transformers_version": "4.46.0"
}