Llama-2-13b-chat-QTIP-2Bit / generation_config.json
at676's picture
0dd9a9dba1f303a4b415efc6fdf1c681df961a481e43772da0d83fbb80e4e498
33cc173 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"
}