MyFirstAI / generation_config.json
hacer201145's picture
Update generation_config.json
a90b56c verified
raw
history blame
202 Bytes
{
"bos_token_id": 2,
"pad_token_id": 3,
"do_sample": true,
"eos_token_id": 4,
"repetition_penalty": 1.2,
"temperature": 0.7,
"top_p": 0.8,
"top_k": 29,
"transformers_version": 4.37.0
}