settings-template.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. "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. },
  28. "prompts": {
  29. "default": "Common sense questions and answers\n\nQuestion: \nFactual answer:",
  30. "^(gpt4chan|gpt-4chan|4chan)": "-----\n--- 865467536\nInput text\n--- 865467537\n",
  31. "(rosey|chip|joi)_.*_instruct.*": "User: \n",
  32. "oasst-*": "<|prompter|>Write a story about future of AI development<|endoftext|><|assistant|>"
  33. },
  34. "lora_prompts": {
  35. "default": "Common sense questions and answers\n\nQuestion: \nFactual answer:",
  36. "alpaca-lora-7b": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n### Instruction:\nWrite a poem about the transformers Python library. \nMention the word \"large language models\" in that poem.\n### Response:\n"
  37. }
  38. }