gsd-smith-French
收藏资源简介:
该数据集是一个结构化对话或指令数据集,包含3703个训练样本。每个样本包含以下字段:唯一标识符(id)、种子提示(seed_prompt)、语言(language)、模型名称(model)、消息列表(messages,其中每条消息包含角色(role)和内容(content))、代理轨迹(agent_trace,以JSON列表格式存储)、研究早期停止标志(research_early_stopping)和来源标识符(source_id)。数据以多语言对话或交互形式组织,涉及模型生成的消息和代理行为轨迹,适用于对话系统训练、代理行为分析、指令遵循评估或相关自然语言处理任务。数据集仅提供训练分割,总大小约为82.6MB。
This dataset is a structured dialogue or instruction dataset containing 3703 training samples. Each sample includes the following fields: unique identifier (id), seed prompt (seed_prompt), language (language), model name (model), message list (messages, where each message contains a role (role) and content (content)), agent trace (stored in JSON list format), research early stopping flag (research_early_stopping), and source identifier (source_id). The data is organized in multilingual dialogue or interaction formats, involving model-generated messages and agent behavior traces, and is suitable for dialogue system training, agent behavior analysis, instruction following evaluation, or other related natural language processing tasks. Only the training split is provided for this dataset, with a total size of approximately 82.6 MB.
数据集名称: gsd-smith-French
数据集地址: https://huggingface.co/datasets/ljvmiranda921/gsd-smith-French
数据集描述: 该数据集是一个用于训练或评估对话/指令微调模型的法语数据集,包含了由模型生成的对话轨迹(agent trace)及其对应的提示种子(seed prompt)。
数据集结构: 数据集包含以下字段:
- id (string):样本唯一标识符。
- seed_prompt (string):用于生成对话的种子提示。
- language (string):语言,此处为法语。
- model (string):生成该样本所使用的模型。
- messages (list of objects):对话消息序列,每条消息包含:
- role (string):消息角色(如 user、assistant 等)。
- content (string):消息内容。
- agent_trace (list of json):智能体执行轨迹记录,以 JSON 格式存储。
- research_early_stopping (bool):是否在研究过程中提前停止。
- source_id (string):来源样本的 ID。
数据集划分:
- train:训练集,包含 4,272 个样本,占用约 95.13 MB(压缩后约 93.38 MB)。
数据集配置:
- 默认配置名:
default,训练数据文件路径为data/train-*。




