AmanPriyanshu/tool-reasoning-sft-TOOLS-context-management-handling
收藏资源简介:
--- license: apache-2.0 task_categories: - text-generation language: - en tags: - reasoning - sft - tool-use size_categories: - 10K<n<100K --- # Tool Reasoning SFT — Context Management A mixed-domain tool-use SFT dataset for training context-aware reasoning with structured tool interactions. ## Format Each row contains a JSON-serialized message list following a multi-role conversation format with tool definitions and calls. ## Usage ```python from datasets import load_dataset ds = load_dataset("AmanPriyanshu/tool-reasoning-sft-TOOLS-context-management-handling", split="train") ``` ## License Apache 2.0
--- license: Apache-2.0 task_categories: - 文本生成(text-generation) language: - 英语(en) tags: - 推理(reasoning) - 监督微调(Supervised Fine-Tuning,简称SFT) - 工具使用(tool-use) size_categories: - 1万 < 样本量 < 10万 --- # 工具推理监督微调(Supervised Fine-Tuning,简称SFT)— 上下文管理 本数据集为多领域工具使用监督微调数据集,用于训练具备上下文感知能力的结构化工具交互推理能力。 ## 数据格式 每条数据均为经JSON序列化的消息列表,遵循多角色对话格式,包含工具定义与工具调用内容。 ## 使用方法 python from datasets import load_dataset ds = load_dataset("AmanPriyanshu/tool-reasoning-sft-TOOLS-context-management-handling", split="train") ## 许可证 Apache 2.0




