catrex-1.0 / generation_config.json
Catniti's picture
Catrex 1.0: weights, tokenizer, chat template
fd0b362 verified
Raw
History Blame Contribute Delete
215 Bytes
{
"bos_token_id": 0,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 256,
"pad_token_id": 2,
"repetition_penalty": 1.1,
"temperature": 0.8,
"top_p": 0.9,
"transformers_version": "5.13.1"
}