BeigeTTS / generation_config.json
isaiahintelliga's picture
Upload BeigeTTS - Research release for neural speech synthesis (CC BY-NC 4.0)
d28be92 verified
raw
history blame contribute delete
132 Bytes
{
"temperature": 0.1,
"top_p": 0.97,
"do_sample": true,
"max_new_tokens": 500,
"eos_token_id": [
107,
262146
]
}