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
标签
- 指令微调
- 合成数据
- 代码数据
- 数学推理
- 推理
- 大语言模型
- 文本数据集
摘要
这是OpenThoughts-114k数据集的1k样本,是高质量的开源合成推理数据集,涵盖数学、科学、代码与谜题等领域。数据通过DeepSeek-R1生成推理轨迹并验证正确性构建而成,用于微调OpenThinker-7B和OpenThinker-32B等推理模型。包含default和metadata两个子集,适合用于推理模型微调和训练,提供ready-to-train格式的训练数据。
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…