storywriter / config.json
matthoffner's picture
Update config.json
80635b5
raw
history blame contribute delete
264 Bytes
{
"task_specific_params": {
"text-generation": {
"temperature": 0.8,
"top_p": 0.95,
"top_k": 50,
"use_cache": true,
"do_sample": true,
"repetition_penalty": 1.02,
"max_seq_len": 4096,
"n_tokens": 20
}
}
}