mirror of
https://github.com/MaidFoundation/maid.git
synced 2023-12-01 22:17:36 +03:00
29 lines
578 B
JSON
29 lines
578 B
JSON
{
|
|
"memory_f16":false,
|
|
"instruct":true,
|
|
"interactive":true,
|
|
"random_seed":true,
|
|
"path":"",
|
|
"seed":-1,
|
|
"n_ctx":512,
|
|
"n_batch":8,
|
|
"n_threads":8,
|
|
"n_predict":512,
|
|
"n_keep":48,
|
|
"n_prev":64,
|
|
"n_probs":0,
|
|
"top_k":40,
|
|
"top_p":0.95,
|
|
"tfs_z":1.0,
|
|
"typical_p":1.0,
|
|
"temperature":0.8,
|
|
"penalty_last_n":64,
|
|
"penalty_repeat":1.1,
|
|
"penalty_freq":0.0,
|
|
"penalty_present":0.0,
|
|
"mirostat":0,
|
|
"mirostat_tau":5.0,
|
|
"mirostat_eta":0.1,
|
|
"penalize_nl":true,
|
|
"remote_url":"http://0.0.0.0:11434"
|
|
} |