mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-22 07:26:23 +01:00
Add InfermaticAI Profile
This commit is contained in:
parent
030806bf1e
commit
1e7c2820da
@ -352,6 +352,10 @@
|
|||||||
"filename": "presets/textgen/simple-proxy-for-tavern.json",
|
"filename": "presets/textgen/simple-proxy-for-tavern.json",
|
||||||
"type": "textgen_preset"
|
"type": "textgen_preset"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"filename": "presets/textgen/InfermaticAI.json",
|
||||||
|
"type": "textgen_preset"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "presets/openai/Default.json",
|
"filename": "presets/openai/Default.json",
|
||||||
"type": "openai_preset"
|
"type": "openai_preset"
|
||||||
|
25
default/content/presets/textgen/InfermaticAI.json
Normal file
25
default/content/presets/textgen/InfermaticAI.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"temp": 0.7,
|
||||||
|
"top_p": 0.95,
|
||||||
|
"top_k": 40,
|
||||||
|
"typical_p": 0.95,
|
||||||
|
"top_a": 0,
|
||||||
|
"tfs": 1,
|
||||||
|
"epsilon_cutoff": 0,
|
||||||
|
"eta_cutoff": 0,
|
||||||
|
"rep_pen": 1.2,
|
||||||
|
"rep_pen_range": 1024,
|
||||||
|
"no_repeat_ngram_size": 0,
|
||||||
|
"penalty_alpha": 0,
|
||||||
|
"num_beams": 1,
|
||||||
|
"length_penalty": 1,
|
||||||
|
"min_length": 0,
|
||||||
|
"encoder_rep_pen": 1,
|
||||||
|
"do_sample": true,
|
||||||
|
"early_stopping": false,
|
||||||
|
"mirostat_mode": 0,
|
||||||
|
"mirostat_tau": 5,
|
||||||
|
"mirostat_eta": 0.1,
|
||||||
|
"streaming": true,
|
||||||
|
"skip_special_tokens": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user