Alpaca-gpt4

Alpaca-gpt4 dataset contains English Instruction-Following generated by GPT-4 using Alpaca prompts for fine-tuning LLMs.

It contains 52K, in the same format as Alpaca data, except the output is generated by GPT-4.

- `instruction`: `str`, describes the task the model should perform. Each of the 52K instructions is unique.
- `input`: `str`, optional context or input for the task.
- `output`: `str`, the answer to the instruction as generated by `GPT-4`.
- `text`: `str`, all the previous fields concatenated together, plus the same prompt used in Alpaca at the beginnig.