alpaca_legacy.json 561 B

123456
  1. {
  2. "description": "Legacy template, used by Original Alpaca repository.",
  3. "prompt_input": "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Input:\n{input}\n\n### Response:",
  4. "prompt_no_input": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:",
  5. "response_split": "### Response:"
  6. }