settings-template.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "max_new_tokens": 200,
  3. "max_new_tokens_min": 1,
  4. "max_new_tokens_max": 2000,
  5. "seed": -1,
  6. "name1": "You",
  7. "name2": "Assistant",
  8. "context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
  9. "greeting": "Hello there!",
  10. "stop_at_newline": false,
  11. "chat_prompt_size": 2048,
  12. "chat_prompt_size_min": 0,
  13. "chat_prompt_size_max": 2048,
  14. "chat_generation_attempts": 1,
  15. "chat_generation_attempts_min": 1,
  16. "chat_generation_attempts_max": 5,
  17. "default_extensions": [],
  18. "chat_default_extensions": [
  19. "gallery"
  20. ],
  21. "presets": {
  22. "default": "NovelAI-Sphinx Moth",
  23. ".*pygmalion": "NovelAI-Storywriter",
  24. ".*RWKV": "Naive"
  25. },
  26. "prompts": {
  27. "default": "QA",
  28. ".*(gpt4chan|gpt-4chan|4chan)": "GPT-4chan",
  29. ".*oasst": "Open Assistant",
  30. ".*alpaca": "Alpaca"
  31. },
  32. "lora_prompts": {
  33. "default": "QA",
  34. ".*(alpaca-lora-7b|alpaca-lora-13b|alpaca-lora-30b)": "Alpaca"
  35. }
  36. }