mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Update README
This commit is contained in:
parent
d3abe7caa8
commit
1b89c304ad
@ -323,9 +323,3 @@ The presets that are included by default are the result of a contest that receiv
|
|||||||
|
|
||||||
* Subreddit: https://www.reddit.com/r/oobaboogazz/
|
* Subreddit: https://www.reddit.com/r/oobaboogazz/
|
||||||
* Discord: https://discord.gg/jwZCF2dPQN
|
* Discord: https://discord.gg/jwZCF2dPQN
|
||||||
|
|
||||||
## Credits
|
|
||||||
|
|
||||||
- Gradio dropdown menu refresh button, code for reloading the interface: https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
|
||||||
- Godlike preset: https://github.com/KoboldAI/KoboldAI-Client/wiki/Settings-Presets
|
|
||||||
- Code for some of the sliders: https://github.com/PygmalionAI/gradio-ui/
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
temperature: 0.7
|
|
||||||
top_p: 0.5
|
|
||||||
typical_p: 0.19
|
|
||||||
repetition_penalty: 1.1
|
|
@ -376,7 +376,6 @@ def create_settings_menus(default_preset):
|
|||||||
1) Midnight Enigma
|
1) Midnight Enigma
|
||||||
2) Yara
|
2) Yara
|
||||||
3) Shortwave
|
3) Shortwave
|
||||||
4) Kobold-Godlike
|
|
||||||
|
|
||||||
### Temperature
|
### Temperature
|
||||||
Primary factor to control randomness of outputs. 0 = deterministic (only the most likely token is used). Higher value = more randomness.
|
Primary factor to control randomness of outputs. 0 = deterministic (only the most likely token is used). Higher value = more randomness.
|
||||||
|
Loading…
Reference in New Issue
Block a user