Reduce the number of built-in presets (#5217)

This commit is contained in:
oobabooga 2024-01-09 11:50:10 -03:00 committed by GitHub
parent 953343cced
commit fbce30b09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 2 additions and 23 deletions

View File

@ -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:
* **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.
The other presets are:

View File

@ -1,4 +0,0 @@
temperature: 1.68
top_p: 0.17
repetition_penalty: 1.02
top_k: 77

View File

@ -1,2 +0,0 @@
mirostat_mode: 2
mirostat_tau: 8

1
presets/Null preset.yaml Normal file
View File

@ -0,0 +1 @@
temperature: 1

View File

@ -1,4 +0,0 @@
temperature: 1.31
top_p: 0.29
repetition_penalty: 1.09
top_k: 72

View File

@ -1,3 +0,0 @@
temperature: 0.2
top_p: 0.95
top_k: 50

View File

@ -1,5 +0,0 @@
temperature: 1.01
top_p: 0.21
repetition_penalty: 1.21
encoder_repetition_penalty: 1.07
top_k: 91

View File

@ -1,4 +0,0 @@
temperature: 0.7
tfs: 0.95
top_a: 0.2
repetition_penalty: 1.15