mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Add new presets
This commit is contained in:
parent
fed7233ff4
commit
71fb71ca30
7
presets/KoboldAI-Good Winds (Skein 6B).txt
Normal file
7
presets/KoboldAI-Good Winds (Skein 6B).txt
Normal file
@ -0,0 +1,7 @@
|
||||
do_sample=True,
|
||||
max_new_tokens=max_length,
|
||||
top_p=1.0,
|
||||
top_k=0,
|
||||
temperature=0.7,
|
||||
repetition_penalty=1.1,
|
||||
typical_p=1.0,
|
7
presets/NovelAI-All-Nighter.txt
Normal file
7
presets/NovelAI-All-Nighter.txt
Normal file
@ -0,0 +1,7 @@
|
||||
do_sample=True,
|
||||
max_new_tokens=max_length,
|
||||
top_p=1.0,
|
||||
top_k=13,
|
||||
temperature=1.33,
|
||||
repetition_penalty=1.05,
|
||||
typical_p=1.0,
|
7
presets/NovelAI-Luna Moth.txt
Normal file
7
presets/NovelAI-Luna Moth.txt
Normal file
@ -0,0 +1,7 @@
|
||||
do_sample=True,
|
||||
max_new_tokens=max_length,
|
||||
top_p=0.24,
|
||||
top_k=85,
|
||||
temperature=2.0,
|
||||
repetition_penalty=1.1,
|
||||
typical_p=1.0,
|
7
presets/NovelAI-Mothra (13B).txt
Normal file
7
presets/NovelAI-Mothra (13B).txt
Normal file
@ -0,0 +1,7 @@
|
||||
do_sample=True,
|
||||
max_new_tokens=max_length,
|
||||
top_p=1.0,
|
||||
top_k=100,
|
||||
temperature=1.25,
|
||||
repetition_penalty=1.05,
|
||||
typical_p=1.0,
|
7
presets/NovelAI-Sphinx Moth.txt
Normal file
7
presets/NovelAI-Sphinx Moth.txt
Normal file
@ -0,0 +1,7 @@
|
||||
do_sample=True,
|
||||
max_new_tokens=max_length,
|
||||
top_p=0.18,
|
||||
top_k=30,
|
||||
temperature=2.0,
|
||||
repetition_penalty=1.15,
|
||||
typical_p=1.0,
|
Loading…
Reference in New Issue
Block a user