FableForge / generation_config.json
King3Djbl's picture
Add model card and config files for FableForge
7b31645 verified
Raw
History Blame Contribute Delete
173 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"do_sample": true,
"temperature": 0.6,
"top_p": 0.9,
"top_k": 50,
"repetition_penalty": 1.1,
"max_new_tokens": 2048
}