TaoNet-mini-T2 / generation_config.json
StarMist0012's picture
Add files using upload-large-folder tool
388fd6e verified
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 64,
"pad_token_id": 3,
"repetition_penalty": 1.2,
"temperature": 0.7,
"top_p": 0.85,
"use_cache": false
}