HunyuanOCR / generation_config.json
manaestras's picture
Update generation_config.json
be60548 verified
raw
history blame
207 Bytes
{
"bos_token_id": 120000,
"pad_token_id": 120002,
"do_sample": true,
"eos_token_id": [
120007,
120020
],
"repetition_penalty": 1.03,
"top_k": 1,
"top_p": 10,
"temperature":1.0
}