no_robots HuggingFaceH4
Dataset Card for No Robots 🙅♂️🤖 Look Ma, an instruction dataset that wasn't generated by GPTs! Dataset Summary No Robots is a high-quality dataset of 10,000 instructions and demonstrations created by skilled human annotators. This data can be used for supervised fine-tuning (SFT) to make language models follow instructions better. No Robots was modelled after the instruction dataset described in OpenAI's InstructGPT paper, and is comprised mostly of single-turn… See the full description on the dataset page: https://huggingface.co/datasets/HuggingFaceH4/no_robots.
- Type
- dataset
- License
- cc-by-nc-4.0
- Language
- en
- Downloads
- 23,068
- Likes
- 565
- Access
- public
- Files
- 0
Tags
- 指令微调
- 文本数据集
- 对话数据
- 大语言模型
- 机器学习
- 评测基准
- 文本生成
- NLP
README
--- language: - en license: cc-by-nc-4.0 task_categories: - text-generation pretty_name: No Robots configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: prompt dtype: string - name: prompt_id dtype: string - nam…