RWKV-7-experimental / generation_config.json
Triang-jyed-driung
Added chat template and attention mask
35429bb
{
"chat_format": "chatml",
"bos_token_id": 0,
"eos_token_id": 0,
"pad_token_id": 0,
"max_window_size": 2147483647,
"max_new_tokens": 4096,
"do_sample": true,
"top_k": 65536,
"top_p": 1.0,
"temperature": 1.0,
"transformers_version": "4.31.1"
}