Files
keural-14.8b-stage2-vllm/generation_config.json

13 lines
230 B
JSON
Raw Permalink Normal View History

{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"max_new_tokens": 512,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 50,
"repetition_penalty": 1.1,
"do_sample": true,
"transformers_version": "4.40.0"
}