ERNIE-4.5-0.3B-PT-bf16 / generation_config.json
smdesai's picture
Upload folder using huggingface_hub
3cc95a9 verified
raw
history blame
226 Bytes
{
"do_sample": true,
"top_p": 0.8,
"temperature": 0.8,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"repetition_penalty": 1.0,
"frequency_penalty": 0.0,
"presence_penalty": 0.0
}