CLOK-CEM / generation_config.json
ghosthets's picture
Upload folder using huggingface_hub
77c2d2e verified
Raw
History Blame Contribute Delete
203 Bytes
{
"do_sample": true,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 50,
"max_new_tokens": 512,
"repetition_penalty": 1.1,
"pad_token_id": 0,
"eos_token_id": 3,
"bos_token_id": 2
}