jeeran_dataset_llm_conversations
收藏资源简介:
该数据集包含用于对话或任务导向任务的样本,共2255个样本,分为训练集(2029个样本)和评估集(226个样本)。每个样本包含两个主要字段:task_type(字符串类型,表示任务类别)和messages(列表结构,包含多轮对话消息,每条消息由role(角色,如用户或助手)和content(内容)组成)。数据集总大小约为14MB,适用于对话系统训练、任务型对话建模或相关自然语言处理任务。
This dataset consists of 2255 samples intended for conversational or task-oriented tasks, which are split into a training set (2029 samples) and an evaluation set (226 samples). Each sample contains two core fields: task_type, a string indicating the task category, and messages, a list structure holding multi-turn dialogue messages. Each dialogue message comprises two components: role (e.g., user or assistant) and content (the specific text). The total size of the dataset is approximately 14 MB, and it is applicable for conversational system training, task-oriented dialogue modeling, and other related natural language processing tasks.
数据集概述
该数据集名为 jeeran_dataset_llm_conversations,由 k-chirkunov 提供,托管于 Hugging Face 数据集平台。
数据集结构
-
特征:
task_type:字符串类型,描述任务类型。messages:由role(字符串,表示角色,如用户或助手)和content(字符串,表示对话内容)组成的列表。
-
数据划分:
- 训练集(train):包含 2,029 个样本,占用约 12.60 MB。
- 评估集(eval):包含 226 个样本,占用约 1.42 MB。
数据集规模
- 总下载大小:约 13.97 MB。
- 总数据集大小:约 14.02 MB。
文件配置
- 默认配置(config_name: default):
- 训练集文件路径:
data/train-* - 评估集文件路径:
data/eval-*
- 训练集文件路径:




