mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 17:29:22 +01:00
Add LLaMA-Precise preset (#767)
This commit is contained in:
parent
19b516b11b
commit
378d21e80c
@ -45,6 +45,7 @@ settings = {
|
|||||||
'chat_default_extensions': ["gallery"],
|
'chat_default_extensions': ["gallery"],
|
||||||
'presets': {
|
'presets': {
|
||||||
'default': 'NovelAI-Sphinx Moth',
|
'default': 'NovelAI-Sphinx Moth',
|
||||||
|
'.*(alpaca|llama)': "LLaMA-Precise",
|
||||||
'.*pygmalion': 'NovelAI-Storywriter',
|
'.*pygmalion': 'NovelAI-Storywriter',
|
||||||
'.*RWKV': 'Naive',
|
'.*RWKV': 'Naive',
|
||||||
},
|
},
|
||||||
|
6
presets/LLaMA-Precise.txt
Normal file
6
presets/LLaMA-Precise.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
do_sample=True
|
||||||
|
top_p=0.1
|
||||||
|
top_k=40
|
||||||
|
temperature=0.7
|
||||||
|
repetition_penalty=1.18
|
||||||
|
typical_p=1.0
|
Loading…
Reference in New Issue
Block a user