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.
- ์ ํ
- dataset
- ๋ผ์ด์ ์ค
- cc-by-nc-4.0
- ์ธ์ด
- en
- ๋ค์ด๋ก๋
- 23,068
- ์ข์์
- 565
- ์ ๊ทผ
- public
- ํ์ผ
- 0
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โฆ