NanQiangHF/alpaca_15k_instruction
收藏资源简介:
--- tags: - instruction - alpaca --- alpaca_15k_instruction.json contains 15K instruction-following data the original authors used for fine-tuning the LLaMA-7B model. The format is the same as Aplaca. Each dictionary contains the following fields: instruction: str, instructions given by the user, e.g., Please give me a cup of coffee. input: str, categories of objects contained in the scene. output: str, the step-by-step actions to the instruction as generated by gpt-3.5-turbo-0301 Link to the dataset repo: https://github.com/Gary3410/TaPA?tab=readme-ov-file#data-release
--- 标签: - 指令(instruction) - Alpaca --- `alpaca_15k_instruction.json` 包含了原始作者用于微调LLaMA-7B模型的15K条指令遵循数据。 该数据集的格式与Alpaca保持一致。每个字典均包含以下字段: - `instruction`(指令):字符串类型,即用户给出的指令,示例为“请给我一杯咖啡。” - `input`(输入):字符串类型,即场景中包含的物体类别 - `output`(输出):字符串类型,即由gpt-3.5-turbo-0301生成的、针对该指令的分步操作步骤 数据集仓库链接:https://github.com/Gary3410/TaPA?tab=readme-ov-file#data-release
数据集概述
数据集名称
alpaca_15k_instruction.json
数据集大小
- 包含15,000条指令遵循数据。
数据集用途
- 用于微调LLaMA-7B模型。
数据格式
- 与Alpaca格式相同。
- 每条数据为一个字典,包含以下字段:
instruction: str, 用户给出的指令,例如:“请给我一杯咖啡。”input: str, 场景中包含的对象类别。output: str, 根据指令生成的步骤行动,由gpt-3.5-turbo-0301生成。




