OpenThoughts-1k-sample ryanmarten
[!NOTE] We have released a paper for OpenThoughts! See our paper here. Open-Thoughts-1k-sample This is a 1k sample of the OpenThoughts-114k dataset. Open synthetic reasoning dataset with high-quality examples covering math, science, code, and puzzles! Inspect the content with rich formatting with Curator Viewer. Available Subsets default subset containing ready-to-train data used to finetune the OpenThinker-7B and OpenThinker-32B models: ds =… See the full description on the dataset page: https://huggingface.co/datasets/ryanmarten/OpenThoughts-1k-sample.
- 유형
- dataset
- 다운로드
- 1,589,808
- 좋아요
- 49
- 접근
- public
- 파일
- 0
태그
- 합성 데이터
- 수학추론
- 코드 데이터
- 추론 데이터셋
- 지시 데이터셋
- 데이터셋
- 강화학습
요약
수학·과학·코드·퍼즐 분야의 고품질 합성 추론 데이터로, DeepSeek-R1을 활용해 추론 과정을 생성하고 검증한 1천개 샘플 데이터셋입니다. OpenThinker-7B/32B 모델 미세조정에 사용된 레시피 데이터로서, 대화 형식(default)과 메타데이터(problem, 솔루션, 도메인 등) 두 하위셋으로 구성되어 있습니다. 추론 능력 향상을 위한 미세조정 데이터 구축에 적합합니다.
README
--- configs: - config_name: default data_files: - split: train path: data/train-* - config_name: metadata data_files: - split: train path: metadata/train-* dataset_info: - config_name: default features: - name: system dtype: string - name: conversations list: - name: from dtype: string - name: valu…