cogent-csp-1m / generation_config.json
pure-team's picture
Upload 5 files
a5617bb verified
raw
history blame contribute delete
145 Bytes
{
"max_new_tokens": 100,
"do_sample": true,
"temperature": 0.7,
"top_k": 50,
"top_p": 0.95,
"eos_token_id": 2,
"pad_token_id": 3
}