settings-template.json 570 B

123456789101112131415
  1. {
  2. "max_new_tokens": 200,
  3. "max_new_tokens_min": 1,
  4. "max_new_tokens_max": 2000,
  5. "preset": "NovelAI-Sphinx Moth",
  6. "name1": "Person 1",
  7. "name2": "Person 2",
  8. "name1_pygmalion": "You",
  9. "name2_pygmalion": "Kawaii",
  10. "context": "This is a conversation between two people.",
  11. "context_pygmalion": "This is a conversation between two people.\n<START>",
  12. "prompt": "Common sense questions and answers\n\nQuestion: \nFactual answer:",
  13. "prompt_gpt4chan": "-----\n--- 865467536\nInput text\n--- 865467537\n",
  14. "stop_at_newline": true
  15. }