2023-07-20 19:32:15 +02:00
|
|
|
{
|
|
|
|
"order": [1, 3, 4, 0, 2],
|
|
|
|
"temperature": 1.05,
|
|
|
|
"max_length": 40,
|
|
|
|
"min_length": 1,
|
|
|
|
"top_k": 79,
|
|
|
|
"top_p": 0.95,
|
|
|
|
"top_a": 0.075,
|
2023-07-23 01:09:03 +02:00
|
|
|
"typical_p": 1,
|
2023-07-20 19:32:15 +02:00
|
|
|
"tail_free_sampling": 0.989,
|
|
|
|
"repetition_penalty": 1.5,
|
|
|
|
"repetition_penalty_range": 8192,
|
|
|
|
"repetition_penalty_slope": 3.33,
|
|
|
|
"repetition_penalty_frequency": 0.03,
|
|
|
|
"repetition_penalty_presence": 0.005,
|
|
|
|
"use_cache": false,
|
|
|
|
"return_full_text": false,
|
|
|
|
"prefix": "vanilla",
|
|
|
|
"max_context": 8192
|
2023-07-23 01:09:03 +02:00
|
|
|
}
|