tinyLLaMA-v1.1-checkpoints / generation_config.json
chaoscodes's picture
init
1b16307
raw
history blame contribute delete
129 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"max_length": 2048,
"transformers_version": "4.31.0.dev0"
}