Tucano-1b1-Instruct / generation_config.json
nicholasKluge's picture
Upload generation_config.json with huggingface_hub
9e66fe1 verified
raw
history blame contribute delete
261 Bytes
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 1024,
"pad_token_id": 3,
"renormalize_logits": true,
"repetition_penalty": 1.2,
"temperature": 0.1,
"top_k": 10,
"top_p": 0.1,
"transformers_version": "4.44.2"
}