Llama-2-7b-QTIP-4Bit / generation_config.json
at676's picture
dcef94df04ad55601c0adfb5dc47ebdab0aa71a8d99909bfe069409055ba1bb1
bd3f1a6 verified
raw
history blame
216 Bytes
{
"attn_implementation": "sdpa",
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_length": 4096,
"pad_token_id": 0,
"temperature": 0.6,
"top_p": 0.9,
"transformers_version": "4.44.2"
}