llama-2-16k-booksum / README.md
amazingvince's picture
Create README.md
5325fb9

function for prompt template:

def format_instruction(sample):
    return f"""### Instruction:
Write a summary of the following text. 

### Input:
{sample['chapter']}

### Response:
{sample['summary_text']}
"""