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
태그
- 명령어 미세조정
- 대형 언어 모델
- 파인튜닝
- 지시 데이터셋
- LLM
요약
No Robots는 GPT로 생성되지 않은, 숙련된 인간 주석자가 제작한 10,000개의 지시문과 데모로 구성된 고품질 지시 미세조정(SFT) 데이터셋입니다. InstructGPT 논문에 기반해 모델이 지시를 더 잘 따르도록 슈퍼바이즈드 파인튜닝에 사용할 수 있습니다. 생성, 오픈 QA, 브레인스토밍, 채팅, 요약, 코딩, 분류 등 다양한 카테고리의 단일 턴 지시를 포함하며, 영어 데이터로 구성되어 있습니다.
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…