Quellcode durchsuchen

Remove redundant preset (see the plot in #587)

oobabooga vor 2 Jahren
Ursprung
Commit
d4a9b5ea97
3 geänderte Dateien mit 2 neuen und 8 gelöschten Zeilen
  1. 1 1
      README.md
  2. 1 1
      modules/shared.py
  3. 0 6
      presets/Pygmalion.txt

+ 1 - 1
README.md

@@ -240,4 +240,4 @@ Before reporting a bug, make sure that you have:
 - Gradio dropdown menu refresh button, code for reloading the interface: https://github.com/AUTOMATIC1111/stable-diffusion-webui
 - Verbose preset: Anonymous 4chan user.
 - NovelAI and KoboldAI presets: https://github.com/KoboldAI/KoboldAI-Client/wiki/Settings-Presets
-- Pygmalion preset, code for early stopping in chat mode, code for some of the sliders, --chat mode colors: https://github.com/PygmalionAI/gradio-ui/
+- Code for early stopping in chat mode, code for some of the sliders: https://github.com/PygmalionAI/gradio-ui/

+ 1 - 1
modules/shared.py

@@ -41,7 +41,7 @@ settings = {
     'chat_default_extensions': ["gallery"],
     'presets': {
         'default': 'NovelAI-Sphinx Moth',
-        '.*pygmalion': 'Pygmalion',
+        '.*pygmalion': 'NovelAI-Storywriter',
         '.*RWKV': 'Naive',
     },
     'prompts': {

+ 0 - 6
presets/Pygmalion.txt

@@ -1,6 +0,0 @@
-do_sample=True
-top_p=0.9
-top_k=0
-temperature=0.5
-repetition_penalty=1.1
-typical_p=1.0