sakthai-combined-v11
收藏资源简介:
SakThai Combined v11 是 SakThai 模型家族中的一个数据集,专注于多轮智能体式对话和工具调用。该数据集包含 2965 个训练样本,每个样本由 messages(多轮对话,包含 system、user、assistant、tool 角色,assistant 消息可包含 tool_calls)和 tools(可用工具定义,包括类型、函数名称、描述和参数)两个字段组成。数据格式为 Parquet,大小约 5.32 MB,语言为英语。该数据集专为指令微调设计,尤其适用于训练模型执行函数调用和智能体任务,也可用于函数调用评估、多步推理训练以及少样本提示工程。数据集采用 Apache 2.0 许可证。
SakThai Combined v11 is a dataset from the SakThai model family, focusing on multi-turn agent-style dialogue and tool calling. This dataset contains 2965 training examples, where each sample consists of two fields: `messages` (multi-turn dialogue including roles of system, user, assistant, and tool, with assistant messages possibly containing tool_calls) and `tools` (definitions of available tools, covering type, function name, description, and parameters). The dataset is stored in Parquet format, with a size of approximately 5.32 MB, and uses English as its language. This dataset is specifically designed for instruction tuning, and is particularly suitable for training models to perform function calling and agent tasks. It can also be used for function calling evaluation, multi-step reasoning training, and few-shot prompt engineering. The dataset is released under the Apache 2.0 license.
SakThai Combined v11 数据集详情
数据集概述
SakThai Combined v11 是 SakThai 模型家族中的对话/工具使用数据集,包含多轮 代理风格对话,带有结构化工具定义,专为指令微调函数调用助手而设计。该数据集属于文本生成任务类别,语言为英语。
数据集结构
- 配置(Config):
default - 拆分(Split):
train - 行数: 2,965 行
- 列数: 2 列(
messages、tools) - 格式: Parquet
- 文件大小: 约 5.32 MB
- 估计内存占用: 约 5.32 MB
- 平均每示例消息轮数: 约 6.2 轮
数据字段
| 字段 | 类型 | 描述 |
|---|---|---|
messages |
list[dict] |
多轮对话。每个字典包含 role(system/user/assistant/tool)和 content。助手回合可能包含 tool_calls。 |
tools |
list[dict] |
对话中可用的工具定义。每个字典包含 type、function.name、function.description 和 function.parameters。 |
tool_calls |
list[dict](位于助手消息内) |
结构化调用,包含 id、type 以及 function.name / function.arguments。 |
tool_call_id |
str(位于工具消息内) |
用于将工具结果与其之前的 tool_calls 条目关联的 ID。 |
数据集拆分
| 拆分 | 行数 | 格式 | 备注 |
|---|---|---|---|
train |
2,965 | Parquet | 用于指令微调的单一合并拆分。 |
数据集构建
该数据集将多个 SakThai 家族数据集中的示例合并而成,针对小型模型的函数调用和代理任务指令微调进行了优化。
应用场景
- 指令微调: 在工具调用行为上微调小型模型。
- 函数调用评估: 评估模型选择和调用工具的能力。
- 代理训练: 训练模型进行带工具访问的多步推理。
- 提示工程: 作为少样本提示的参考示例。
许可协议
Apache License 2.0 — 可自由使用、修改和分发,需注明出处。
验证快照
- 来源:
Nanthasit/sakthai-combined-v11 - 验证方: SakThai / HF Hub 元数据及文件检查
- 最后验证时间: 2026-08-01




