RWKV7-Goose-World3-2.9B-HF / generation_config.json
SmerkyG's picture
Duplicate from fla-hub/rwkv7-2.9B-world
ed9ca75 verified
raw
history blame contribute delete
229 Bytes
{
"bos_token_id": 0,
"eos_token_id": 0,
"pad_token_id": 0,
"max_window_size": 2147483647,
"do_sample": true,
"top_k": 65536,
"top_p": 1.0,
"temperature": 1.0,
"transformers_version": "4.48.0"
}