OrionStar-Yi-34B-Chat-Llama-AWQ / generation_config.json
TheBloke's picture
AWQ model commit
82f4c40
raw
history blame contribute delete
261 Bytes
{
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"max_new_tokens": 256,
"temperature": 0.3,
"top_k": 5,
"top_p": 0.90,
"repetition_penalty": 1.05,
"do_sample": true,
"transformers_version": "4.34.0"
}