Add Contrastive Search preset #197

This commit is contained in:
oobabooga 2023-03-09 10:27:11 -03:00
parent 557c773df7
commit e7adf5fe4e
3 changed files with 3 additions and 6 deletions

View file

@ -190,5 +190,4 @@ For these two, please try commenting on an existing issue instead of creating a
- NovelAI and KoboldAI presets: https://github.com/KoboldAI/KoboldAI-Client/wiki/Settings-Presets - 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/ - Pygmalion preset, code for early stopping in chat mode, code for some of the sliders, --chat mode colors: https://github.com/PygmalionAI/gradio-ui/
- Verbose preset: Anonymous 4chan user. - Verbose preset: Anonymous 4chan user.
- Instruct-Joi preset: https://huggingface.co/Rallio67/joi_12B_instruct_alpha
- Gradio dropdown menu refresh button: https://github.com/AUTOMATIC1111/stable-diffusion-webui - Gradio dropdown menu refresh button: https://github.com/AUTOMATIC1111/stable-diffusion-webui

View file

@ -0,0 +1,3 @@
do_sample=False
penalty_alpha=0.6
top_k=4

View file

@ -1,5 +0,0 @@
top_p=0.95
temperature=0.5
penalty_alpha=0.6
top_k=4
repetition_penalty=1.03