caveman-primer-sft-v1
收藏资源简介:
该数据集是一个多模态对话数据集,包含391个训练样本。每条样本包含messages字段(列表,每条消息有role、content和thinking子字段)、system(系统指令)、prompt(提示)、thinking(思考过程)、response(模型响应)、image(图像)和completed(是否完成)字段。数据集中每个样本都包含完整的对话历史、思考过程以及可选的图像输入,适用于训练或评估具备推理能力的多模态对话模型。
This dataset is a multimodal dialogue dataset containing 391 training samples. Each sample includes fields: messages (a list, each message has subfields role, content, and thinking), system (system instruction), prompt, thinking (thought process), response (model response), image, and completed (whether completed). Each sample in the dataset contains a complete dialogue history, thought process, and optional image input, suitable for training or evaluating multimodal dialogue models with reasoning capabilities.
caveman-primer-sft-v1 数据集详情总结
基本信息
- 数据集名称: caveman-primer-sft-v1
- 所有者/组织: CrowdMind
- 数据集地址: https://huggingface.co/datasets/CrowdMind/caveman-primer-sft-v1
数据规模
| 项目 | 数值 |
|---|---|
| 训练集样本数 | 391 条 |
| 数据集总大小 | 6,799,887 字节(约 6.8 MB) |
| 下载大小 | 6,504,340 字节(约 6.5 MB) |
数据划分
- 仅包含 train(训练)划分,共 391 条样本。
数据字段结构
该数据集包含以下字段:
-
messages: 对话消息序列,由多个子字段构成
role(string): 消息角色(如系统、用户、助手)content(string): 消息正文内容thinking(string): 推理/思考过程文本
-
system(string): 系统级提示或指令(顶层字段)
-
prompt(string): 用户输入的提示词
-
thinking(string): 针对该样本的推理/思考内容(顶层字段)
-
response(string): 模型生成的回复内容
-
image(image): 图像数据,表明该数据集支持多模态(文本+图像)样本
-
completed(bool): 是否完成的布尔标记
数据文件
- 配置名称:
default - 数据文件路径:
data/train-*(分片存储)
数据集特点分析
- 用途定位: 该数据集命名为 "sft",表明其用于**监督微调(Supervised Fine-Tuning)**任务。
- 多模态特性: 包含
image图像字段,说明数据集涉及图文混合样本。 - 思考链支持: 存在多个
thinking字段,可能包含"思考-回答"模式的数据,有助于训练模型的推理能力。 - 结构化对话:
messages字段采用标准的多轮对话结构,适合指令微调场景。 - 完成状态标记:
completed字段可为数据过滤或训练流程控制提供参考。




