text-generation-webui/settings-template.json

21 lines
843 B
JSON
Raw Normal View History

{
"max_new_tokens": 200,
"max_new_tokens_min": 1,
"max_new_tokens_max": 2000,
"preset": "NovelAI-Sphinx Moth",
"name1": "Person 1",
"name2": "Person 2",
2023-01-15 19:57:00 +01:00
"context": "This is a conversation between two people.",
"prompt": "Common sense questions and answers\n\nQuestion: \nFactual answer:",
"prompt_gpt4chan": "-----\n--- 865467536\nInput text\n--- 865467537\n",
2023-01-19 23:04:54 +01:00
"stop_at_newline": true,
"history_size": 8,
"history_size_min": 0,
"history_size_max": 64,
2023-01-19 23:04:54 +01:00
"preset_pygmalion": "Pygmalion",
"name1_pygmalion": "You",
"name2_pygmalion": "Kawaii",
2023-01-22 04:49:59 +01:00
"context_pygmalion": "Kawaii's persona: Kawaii is a cheerful person who loves to make others smile. She is an optimist who loves to spread happiness and positivity wherever she goes.\n<START>",
2023-01-19 23:04:54 +01:00
"stop_at_newline_pygmalion": false
}