TeenyTinyLlama-460m-awq / generation_config.json
nicholasKluge's picture
Upload folder using huggingface_hub
e522bd1 verified
{
"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.35.2",
"use_cache": false
}