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