TeenyTinyLlama-460m-Chat / generation_config.json
nicholasKluge's picture
Upload folder using huggingface_hub
66966f4 verified
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 2048,
"pad_token_id": 3,
"renormalize_logits": true,
"repetition_penalty": 1.2,
"sep_token_id": null,
"temperature": 0.3,
"top_k": 30,
"top_p": 0.3,
"transformers_version": "4.35.2",
"unk_token_id": 0,
"use_cache": false
}