QED-75M_web / generation_config.json
levossadtchi's picture
Upload folder using huggingface_hub
299677b verified
{
"max_length": 8192,
"max_new_tokens": 512,
"do_sample": true,
"temperature": 0.7,
"top_k": 40,
"top_p": 0.9,
"repetition_penalty": 1.1,
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2
}