12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
|
|
{
|
||
|
|
"stop": [
|
||
|
|
"<end_of_turn>",
|
||
|
|
"<eos>"
|
||
|
|
],
|
||
|
|
"temperature": 1.0,
|
||
|
|
"min_p" : 0.001,
|
||
|
|
"repeat_penalty" : 1.0,
|
||
|
|
"top_k" : 64,
|
||
|
|
"top_p" : 0.95,
|
||
|
|
"num_predict" : 32768
|
||
|
|
}
|