Function_calling_dataset
收藏资源简介:
该数据集包含66,097个训练样本,总大小约195MB。每个样本包含8个结构化字段:system(字符串类型,表示系统信息)、user(字符串类型,表示用户输入)、assistant(字符串类型,表示助手回复)、type(字符串类型,表示对话类型)、num_tools(整型,表示工具数量)、tools_list(字符串类型,表示工具列表)、num_tools_v2(整型,表示第二版工具数量)以及tool_keys(字符串列表,表示工具键名)。数据集仅包含训练集(train split),采用默认配置从指定路径加载数据文件。该结构化对话数据集适用于工具增强型对话系统的训练与评估任务。
This dataset contains 66,097 training samples with a total size of approximately 195 MB. Each sample includes 8 structured fields: system (string type, representing system information), user (string type, representing user input), assistant (string type, representing assistant responses), type (string type, representing dialogue type), num_tools (integer type, indicating the number of tools), tools_list (string type, representing the tool list), num_tools_v2 (integer type, indicating the number of tools in version 2), and tool_keys (string list, representing tool key names). The dataset only contains the training split, and the data files are loaded from the specified path using the default configuration. This structured dialogue dataset is suitable for training and evaluation tasks of tool-augmented dialogue systems.
数据集概述
基本信息
- 数据集名称: Function_calling_dataset
- 发布者: Rta-AILabs
- 托管地址: https://huggingface.co/datasets/Rta-AILabs/Function_calling_dataset
- 数据集大小: 163,698,669 字节
- 下载大小: 163,501,078 字节
数据内容与结构
- 数据格式: 包含多个字段的文本数据
- 数据总量: 66,806 个样本
- 数据划分: 仅包含训练集(train)
特征字段说明
- system: 系统提示文本,字符串类型
- user: 用户输入文本,字符串类型
- assistant: 助手回复文本,字符串类型
- type: 样本类型标识,字符串类型
- num_tools: 工具数量,整型
- tools_list: 工具列表,字符串类型
- num_tools_v2: 工具数量(版本2),整型
- tool_keys: 工具键列表,为字符串的嵌套列表结构
配置信息
- 默认配置名称: default
- 数据文件路径: data/train-*




