settings-template.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  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. "stop_at_newline": false,
  10. "chat_prompt_size": 2048,
  11. "chat_prompt_size_min": 0,
  12. "chat_prompt_size_max": 2048,
  13. "chat_generation_attempts": 1,
  14. "chat_generation_attempts_min": 1,
  15. "chat_generation_attempts_max": 5,
  16. "default_extensions": [],
  17. "chat_default_extensions": [
  18. "gallery"
  19. ],
  20. "presets": {
  21. "default": "NovelAI-Sphinx Moth",
  22. ".*pygmalion": "NovelAI-Storywriter",
  23. ".*RWKV": "Naive"
  24. },
  25. "prompts": {
  26. "default": "QA",
  27. ".*(gpt4chan|gpt-4chan|4chan)": "GPT-4chan",
  28. ".*oasst": "Open Assistant",
  29. ".*alpaca": "Alpaca"
  30. },
  31. "lora_prompts": {
  32. "default": "QA",
  33. ".*(alpaca-lora-7b|alpaca-lora-13b|alpaca-lora-30b)": "Alpaca"
  34. }
  35. }