mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Reduce the number of built-in presets (#5217)
This commit is contained in:
parent
953343cced
commit
fbce30b09f
@ -21,7 +21,7 @@ These were obtained after a blind contest called "Preset Arena" where hundreds o
|
|||||||
|
|
||||||
A key takeaway is that the best presets are:
|
A key takeaway is that the best presets are:
|
||||||
|
|
||||||
* **For Instruct**: Divine Intellect, Big O, simple-1, Space Alien, StarChat, Titanic, tfs-with-top-a, Asterism, Contrastive Search (only works for the Transformers loader at the moment).
|
* **For Instruct**: Divine Intellect, Big O, simple-1.
|
||||||
* **For Chat**: Midnight Enigma, Yara, Shortwave.
|
* **For Chat**: Midnight Enigma, Yara, Shortwave.
|
||||||
|
|
||||||
The other presets are:
|
The other presets are:
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
temperature: 1.68
|
|
||||||
top_p: 0.17
|
|
||||||
repetition_penalty: 1.02
|
|
||||||
top_k: 77
|
|
@ -1,2 +0,0 @@
|
|||||||
mirostat_mode: 2
|
|
||||||
mirostat_tau: 8
|
|
1
presets/Null preset.yaml
Normal file
1
presets/Null preset.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
temperature: 1
|
@ -1,4 +0,0 @@
|
|||||||
temperature: 1.31
|
|
||||||
top_p: 0.29
|
|
||||||
repetition_penalty: 1.09
|
|
||||||
top_k: 72
|
|
@ -1,3 +0,0 @@
|
|||||||
temperature: 0.2
|
|
||||||
top_p: 0.95
|
|
||||||
top_k: 50
|
|
@ -1,5 +0,0 @@
|
|||||||
temperature: 1.01
|
|
||||||
top_p: 0.21
|
|
||||||
repetition_penalty: 1.21
|
|
||||||
encoder_repetition_penalty: 1.07
|
|
||||||
top_k: 91
|
|
@ -1,4 +0,0 @@
|
|||||||
temperature: 0.7
|
|
||||||
tfs: 0.95
|
|
||||||
top_a: 0.2
|
|
||||||
repetition_penalty: 1.15
|
|
Loading…
Reference in New Issue
Block a user