2023-01-15 13:23:41 -05:00
{
"max_new_tokens" : 200 ,
"max_new_tokens_min" : 1 ,
"max_new_tokens_max" : 2000 ,
"name1" : "Person 1" ,
"name2" : "Person 2" ,
2023-01-15 13:57:00 -05:00
"context" : "This is a conversation between two people." ,
2023-01-19 17:04:54 -05:00
"stop_at_newline" : true ,
2023-02-15 08:18:50 -05:00
"chat_prompt_size" : 2048 ,
"chat_prompt_size_min" : 0 ,
"chat_prompt_size_max" : 2048 ,
2023-02-24 23:42:19 -05:00
"chat_generation_attempts" : 1 ,
"chat_generation_attempts_min" : 1 ,
"chat_generation_attempts_max" : 5 ,
2023-01-19 17:04:54 -05:00
"name1_pygmalion" : "You" ,
"name2_pygmalion" : "Kawaii" ,
2023-01-21 22:49:59 -05: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-03-02 09:25:04 -05:00
"stop_at_newline_pygmalion" : false ,
"default_extensions" : [ ] ,
"chat_default_extensions" : [
"gallery"
] ,
"presets" : {
"default" : "NovelAI-Sphinx Moth" ,
"pygmalion-*" : "Pygmalion" ,
"RWKV-*" : "Naive" ,
"(rosey|chip|joi)_.*_instruct.*" : "Instruct Joi (Contrastive Search)"
} ,
"prompts" : {
"default" : "Common sense questions and answers\n\nQuestion: \nFactual answer:" ,
"^(gpt4chan|gpt-4chan|4chan)" : "-----\n--- 865467536\nInput text\n--- 865467537\n" ,
"(rosey|chip|joi)_.*_instruct.*" : "User: \n"
}
2023-01-15 13:23:41 -05:00
}