settings-template.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  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": "Common sense questions and answers\n\nQuestion: \nFactual answer:",
  26. "^(gpt4chan|gpt-4chan|4chan)": "-----\n--- 865467536\nInput text\n--- 865467537\n",
  27. "(rosey|chip|joi)_.*_instruct.*": "User: \n",
  28. "oasst-*": "<|prompter|>Write a story about future of AI development<|endoftext|><|assistant|>",
  29. "alpaca-*": "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"
  30. },
  31. "lora_prompts": {
  32. "default": "Common sense questions and answers\n\nQuestion: \nFactual answer:",
  33. "(alpaca-lora-7b|alpaca-lora-13b|alpaca-lora-30b)": "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"
  34. }
  35. }