GeneracionDeDeseos / generation_config.json
sumercesito's picture
upload 3 files
420bfad verified
raw
history blame contribute delete
143 Bytes
{
"max_new_tokens": 512,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 50,
"do_sample": true,
"eos_token_id": 2,
"pad_token_id": 0
}