Saiga-Llama-3-8B-AdaQRound / generation_config.json
Vasily Alexeev
add model and all
4d5ac10
raw
history blame contribute delete
No virus
277 Bytes
{
"_from_model_config": true,
"bos_token_id": 128000,
"do_sample": true,
"eos_token_id": 128001,
"max_new_tokens": 1536,
"pad_token_id": 128002,
"repetition_penalty": 1.12,
"temperature": 0.2,
"top_k": 30,
"top_p": 0.9,
"transformers_version": "4.39.3"
}