This is a modified version of the Open-Platypus dataset for instruction fine-tuning of large language models using this
prompt template:
Instruction:
Response:
Check out a sample Open-Llama model here
from datasets import load_dataset
dataset = load_dataset("mwitiderrick/Open-Platypus", split="train[0:5000]") # to load the first 5000 samples