alpaca-cleaned yahma
Dataset Card for Alpaca-Cleaned Repository: https://github.com/gururise/AlpacaDataCleaned Dataset Description This is a cleaned version of the original Alpaca Dataset released by Stanford. The following issues have been identified in the original release and fixed in this dataset: Hallucinations: Many instructions in the original dataset had instructions referencing data on the internet, which just caused GPT3 to hallucinate an answer. "instruction":"Summarize… See the full description on the dataset page: https://huggingface.co/datasets/yahma/alpaca-cleaned.
- 유형
- dataset
- 라이선스
- cc-by-4.0
- 언어
- en
- 다운로드
- 25,325
- 좋아요
- 871
- 접근
- public
- 파일
- 0
태그
- 지시 데이터셋
- 명령어 미세조정
- 대형 언어 모델
- 파인튜닝
요약
스탠포드 대학이 GPT-3(텍스트-davinci-003)로 생성한 알파카 데이터셋에서 환각, 병합된 지시문, 빈 출력, 오답 등의 오류를 정리한 정제 버전입니다. 지시문-입력-출력 형식의 52,000개 샘플로 구성되어 언어 모델의 지시 추종 능력을 향상시키는 명령어 미세조정에 사용됩니다. 작은 비용으로 확보한 다양성 높은 지시 데이터로 로컬 언어 모델 파인튜닝에 널리 활용됩니다.
README
--- license: cc-by-4.0 language: - en tags: - instruction-finetuning pretty_name: Alpaca-Cleaned task_categories: - text-generation --- # Alpaca-Cleaned 데이터셋 카드 - **저장소:** https://github.com/gururise/AlpacaDataCleaned ## 데이터셋 설명 이는 스탠포드가 공개한 원본 Alpaca 데이터셋의 정리된 버전입니다. 원본 공개본에서 확인된 다음 문제들이 이 데이터셋에서 …