Phi-3.5-Chinese / generation_config.json
qingmai's picture
Init
f8a5226
raw
history blame
189 Bytes
{
"do_sample": true,
"eos_token_id": 32000,
"max_new_tokens": 2048,
"pad_token_id": 32000,
"temperature": 0.3,
"top_k": 20,
"top_p": 0.7,
"transformers_version": "4.40.1"
}