model_prompts.json 1.1 KB

123456789101112
  1. {
  2. "alpaca": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{prompt}\n\n### Response:\n\n",
  3. "ggml": "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.\n\n### Human: Hello, Assistant.\n### Assistant: Hello. How may I help you today?\n### Human: ${prompt}",
  4. "gpt4": "### Instruction:\n{prompt}\n\n### Response:\n",
  5. "hermes": "### Instruction:\n{prompt}\n\n### Response:\n",
  6. "oasst": "{prompt}",
  7. "orca": "### System:\nYou are an AI assistant that follows instruction extremely well. Help as much as you can.\n\n### User:\n{prompt}\n\n### Response:",
  8. "qlora": "### Human: {prompt}\n### Assistant:",
  9. "tulu": "\n{prompt}\n\n(include newline)",
  10. "vicuna": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.\n\nUSER: {prompt}\nASSISTANT:",
  11. "wizardlm": "{prompt}\n\n### Response:"
  12. }