vicuna-13b-v1.5-16k / generation_config.json
lmzheng's picture
Update generation_config to 16k max length (#7)
17c61f9
{
"bos_token_id": 1,
"eos_token_id": 2,
"max_length": 16384,
"pad_token_id": 0,
"temperature": 0.9,
"top_p": 0.6,
"transformers_version": "4.31.0"
}