XVERSE-7B_2bit / generation_config.json
Minami-su's picture
Upload folder using huggingface_hub
8196ab1
raw
history blame
No virus
232 Bytes
{
"bos_token_id": 2,
"do_sample": true,
"eos_token_id": 3,
"max_new_tokens": 2048,
"pad_token_id": 1,
"repetition_penalty": 1.1,
"temperature": 0.5,
"top_k": 30,
"top_p": 0.85,
"transformers_version": "4.34.0"
}