AlpacaItem
- instruction (str): The instruction/question/prompt
- input (str): Input context or examples (put empty string if none)
- output (str): The response/answer to the instruction
no_section_markers
from_string
- text: String in either of these formats: With input: ### Instruction: {instruction} ### Input: {input} ### Response: {response} Without input: ### Instruction: {instruction} ### Response: {response}