ci-base / generation_config.json
ghosthets's picture
Upload folder using huggingface_hub
ce3668f verified
Raw
History Blame Contribute Delete
189 Bytes
{
"do_sample": true,
"temperature": 0.7,
"top_k": 50,
"top_p": 0.9,
"repetition_penalty": 1.1,
"max_length": 512,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0
}