settings-template.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "max_new_tokens": 200,
  3. "max_new_tokens_min": 1,
  4. "max_new_tokens_max": 2000,
  5. "name1": "Person 1",
  6. "name2": "Person 2",
  7. "context": "This is a conversation between two people.",
  8. "stop_at_newline": true,
  9. "chat_prompt_size": 2048,
  10. "chat_prompt_size_min": 0,
  11. "chat_prompt_size_max": 2048,
  12. "chat_generation_attempts": 1,
  13. "chat_generation_attempts_min": 1,
  14. "chat_generation_attempts_max": 5,
  15. "name1_pygmalion": "You",
  16. "name2_pygmalion": "Kawaii",
  17. "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>",
  18. "stop_at_newline_pygmalion": false,
  19. "default_extensions": [],
  20. "chat_default_extensions": [
  21. "gallery"
  22. ],
  23. "presets": {
  24. "default": "NovelAI-Sphinx Moth",
  25. "pygmalion-*": "Pygmalion",
  26. "RWKV-*": "Naive",
  27. "(rosey|chip|joi)_.*_instruct.*": "Instruct Joi (Contrastive Search)"
  28. },
  29. "prompts": {
  30. "default": "Common sense questions and answers\n\nQuestion: \nFactual answer:",
  31. "^(gpt4chan|gpt-4chan|4chan)": "-----\n--- 865467536\nInput text\n--- 865467537\n",
  32. "(rosey|chip|joi)_.*_instruct.*": "User: \n",
  33. "oasst-*": "<|prompter|>Write a story about future of AI development<|endoftext|><|assistant|>"
  34. }
  35. }