gsd-teacher-Arabic
收藏资源简介:
该数据集包含一个训练分割,共有3,640个样本,数据总量约为11.4 MB。其核心结构围绕多轮对话或消息序列展开,每个样本包含以下字段:唯一标识符`id`、初始的`seed_prompt`(种子提示)、标明对话语言的`language`字段、指明生成响应所用模型的`model`字段、名为`messages`的列表(其中每条消息都包含`role`(如用户或助手)和`content`(内容)信息),以及用于追踪数据来源的`source_id`。从字段推断,该数据集可能用于研究不同人工智能模型根据给定种子提示生成多轮对话或响应的能力,适用于对话系统开发、模型输出比较、提示工程或多语言自然语言处理任务。
The dataset contains a training split with a total of 3,640 samples and a data volume of approximately 11.4 MB. Its core structure revolves around multi-turn dialogues or message sequences. Each data sample includes the following fields: a unique identifier `id`; an initial `seed_prompt`; a `language` field indicating the language of the conversation or content; a `model` field specifying the model used to generate responses; a list named `messages`, where each message contains `role` (e.g., user or assistant) and `content` information; and a `source_id` for tracking data provenance. Based on the field names, the dataset is likely used to study the ability of different AI models to generate multi-turn dialogues or responses based on given seed prompts, applicable to dialogue system development, model output comparison, prompt engineering, or multilingual natural language processing tasks.
数据集概述
基本信息
- 数据集名称:gsd-teacher-Arabic
- 数据集地址:https://huggingface.co/datasets/ljvmiranda921/gsd-teacher-Arabic
数据特征
该数据集包含以下字段:
- id:字符串类型,样本的唯一标识符。
- seed_prompt:字符串类型,种子提示词。
- language:字符串类型,语言标识。
- model:字符串类型,生成数据的模型名称。
- messages:列表类型,包含对话消息,每条消息有:
- role:字符串类型,消息角色(如用户、助手)。
- content:字符串类型,消息内容。
- source_id:字符串类型,原始来源标识符。
数据划分
- 训练集(train):包含 4,351 个样本,占用 13,855,216 字节。
数据集大小
- 下载大小:12,152,172 字节
- 数据集总大小:13,855,216 字节
配置文件
- 默认配置(default):数据文件路径为
data/train-*,对应训练集。




