name: Alpaca Instruct with input
content: |
  Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.

  ### Instruction:
  @<instruction>@

  ### Input:
  @<input>@

  ### Response:@<generation_placeholder>@
help: |
  This is the default Alpaca fine tuning format for instruct mode with input.
  There are two parameters:
  - The first parameter is the instruction itself. For example, summerize this text. 
  - The second parameter is the input, which is the subject of your instruction. For example, if the instruction is summerize this text, then the input is the text.