Llama-2-7b-QTIP-2Bit / generation_config.json
at676's picture
212a89e0317de84f894c3ff44ed308b1ef8ed4088be488a2bc9acc307ceab703
1fcc766 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"
}