Llama-3-70B-Instruct / generation_config.json
v2ray's picture
Aligned to the official repo and added prefill ability.
af56b7b
raw
history blame contribute delete
185 Bytes
{
"bos_token_id": 128000,
"eos_token_id": [128001, 128009],
"do_sample": true,
"temperature": 1,
"max_length": 8192,
"top_p": 0.9,
"transformers_version": "4.40.0.dev0"
}