sparkproof-mining
收藏资源简介:
该数据集是一个由多来源混合构建的对话格式数据集,包含213个训练样本。每个样本由messages和metadata两部分组成。messages字段是一个消息列表,每条消息包含role(角色,如用户或助手)和content(内容)两个文本字段,适用于对话生成或指令跟随任务的模型训练。metadata字段提供了详细的数据溯源信息,包括数据来源标识(mix_source_miner)、原始HuggingFace数据集URL(mix_source_hf_url)、数据SHA256校验值(mix_source_sha256)、在原始数据中的行索引(mix_row_index)以及任务标识(mix_task_id)。数据集总大小约为1.8MB,适用于训练或微调基于对话的语言模型。
This dataset is a conversational-format dataset constructed by mixing multiple sources, containing 213 training samples. Each sample consists of two parts: messages and metadata. The messages field is a list of messages, where each message includes two text fields: role (the speaker role, such as user or assistant) and content (the message content), which is suitable for training models for conversational generation or instruction following tasks. The metadata field provides detailed data provenance information, including the data source identifier (mix_source_miner), original HuggingFace dataset URL (mix_source_hf_url), data SHA256 checksum (mix_source_sha256), row index in the original dataset (mix_row_index), and task identifier (mix_task_id). The total size of the dataset is approximately 1.8 MB, and it is applicable for training or fine-tuning conversational language models.
数据集概述
数据集名称
sparkproof-mining
数据集来源
数据集由 gittensor-model-hub 提供,托管于 Hugging Face。
数据内容
每条数据包含以下字段:
- messages: 对话消息列表,每条消息包含:
role: 字符串类型,表示角色(如用户或助手)content: 字符串类型,表示消息内容
- metadata: 元数据结构体,包含:
mix_source_miner: 字符串类型,表示混合来源的矿工标识mix_source_hf_url: 字符串类型,表示混合来源的 Hugging Face URLmix_source_sha256: 字符串类型,表示混合来源的 SHA256 哈希值mix_row_index: 整数类型,表示混合行索引mix_task_id: 字符串类型,表示混合任务 ID
数据规模
- 总大小: 约 1.80 MB(download_size)
- 数据集大小: 约 1.80 MB(dataset_size)
- 样本数量: 213 条
数据划分
- 训练集: 213 条样本,包含全部数据
配置
- 默认配置:
default - 数据文件: 位于路径
data/train-*




