This website requires JavaScript.
Explore
Help
Register
Sign In
zhengjl
/
text-generation-webui
Public Access
Watch
1
Star
0
Fork
0
You've already forked text-generation-webui
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
3f1e70d2c8e385d15f52dfceef374389e4ba548e
text-generation-webui
/
presets
/
Naive.txt
6 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a new preset
2023-01-07 15:13:00 -03:00
do_sample=True,
max_new_tokens=max_length,
top_p=1,
typical_p=0.3,
Remove the temperature slider It was not being used by most presets.
2023-01-13 14:00:43 -03:00
temperature=0.7,
Reference in New Issue
Copy Permalink