Add LLaMA-Precise preset

For a more precise chat, use temp 0.7, repetition_penalty 1.1764705882352942 (1/0.85), top_k 40, and top_p 0.1
For a more creative chat, use: NovelAI-Storywriter preset (temp 0.72, rep pen 1.1, top_k 0, and top_p 0.73)
This commit is contained in:
SDS 2023-03-26 22:58:07 +02:00 committed by GitHub
parent a04b7cf264
commit 4226fd1cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,6 @@
do_sample=True
top_p=0.1
top_k=40
temperature=0.7
repetition_penalty=1.1764705882352942
typical_p=1.0