File size: 669 Bytes
ff8f4ba
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
  "description": "Sample Alpaca-LoRA template which declares the variables used.",
  "variables": ["instruction", "input"],
  "default": "prompt_with_instruction",
  "prompt_with_instruction_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:\n",
  "prompt_with_instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:\n",
  "response_split": "### Response:"
}