settings-template.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "max_new_tokens": 200,
  3. "max_new_tokens_min": 1,
  4. "max_new_tokens_max": 2000,
  5. "name1": "You",
  6. "name2": "Assistant",
  7. "context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
  8. "stop_at_newline": false,
  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. "default_extensions": [],
  16. "chat_default_extensions": [
  17. "gallery"
  18. ],
  19. "presets": {
  20. "default": "NovelAI-Sphinx Moth",
  21. ".*pygmalion": "Pygmalion",
  22. ".*RWKV": "Naive"
  23. },
  24. "prompts": {
  25. "default": "QA",
  26. ".*(gpt4chan|gpt-4chan|4chan)": "GPT-4chan",
  27. ".*oasst": "Open Assistant",
  28. ".*alpaca": "Alpaca"
  29. },
  30. "lora_prompts": {
  31. "default": "QA",
  32. ".*(alpaca-lora-7b|alpaca-lora-13b|alpaca-lora-30b)": "Alpaca"
  33. }
  34. }