omnimcp_sql_snowflake_warehouse_teaser
收藏资源简介:
OmniMCP - Sql Snowflake Warehouse (Free Teaser Edition) 是一个面向多轮代理函数调用的合成数据集,专为微调大型语言模型以执行 Snowflake 数据仓库相关任务而设计。该数据集是 OmniMCP 模块化生态系统的免费样本版本,包含少于1000个训练样本。数据以 Parquet 格式存储,每条样本包含指令(instruction)、思维链推理过程(thought_process)和最终输出(final_output)。所有数据均经过 Pydantic AST 严格验证,确保100%无语法错误。数据集还包含模拟真实生产环境中的 API 失败、连接池超时和错误恢复场景,以训练模型具备自我修复能力。数据集中不含任何个人身份信息,符合 GDPR 要求。该数据集适用于训练代理型 AI 模型,特别是需要执行 SQL 查询、管理 Snowflake 仓库计算资源、进行微分区优化等任务的场景。
OmniMCP - Sql Snowflake Warehouse (Free Teaser Edition) is a synthetic dataset designed for multi-turn agent function calls, specifically tailored for fine-tuning large language models to perform tasks related to Snowflake data warehouses. This dataset is a free sample version of the OmniMCP modular ecosystem, containing fewer than 1000 training samples. The data is stored in Parquet format, with each sample containing an instruction, a chain-of-thought reasoning process (thought_process), and a final output (final_output). All data has been strictly validated by Pydantic AST, ensuring 100% syntax error-free. The dataset also includes simulated real-world production scenarios such as API failures, connection pool timeouts, and error recovery, to train models with self-healing capabilities. The dataset contains no personally identifiable information and complies with GDPR requirements. It is suitable for training agentic AI models, especially those that need to execute SQL queries, manage Snowflake warehouse compute resources, optimize micro-partitions, and more.
数据集概述
OmniMCP: Sql Snowflake Warehouse (Free Teaser Edition) 是一个面向SQL Snowflake数据仓库场景的多轮智能体函数调用(Multi-Turn Agent Function-Calling) 的合成数据集免费评估版。
数据集元数据:
- 语言:英语 (en)
- 许可证:Apache 2.0(免费评估版)
- 规模:少于 1,000 条样本(n<1K)
- 标签:sql_snowflake_warehouse、synthetic-data、function-calling、tool-use、fine-tuning、agentic-ai、multi-turn、unsloth、axolotl、ollama
数据集内容与特点:
- 内容类型:经过验证的多轮智能体函数调用训练样本,包含
instruction、thought_process和final_output等字段,可在 Python 中通过读取 Parquet 文件加载。 - 数据质量:声明拥有 0.0% 语法与解析错误(100% 经 Pydantic AST 验证,符合严格 OpenAPI 模式),并包含原生思维链推理(Chain-of-Thought),在每个工具调用前提供逐步诊断逻辑(置于
<thought>块内)。 - 生产级自愈:数据集预训练自真实 API 失败、连接池超时和错误恢复场景,而非简单的理想成功路径。
- 合规与隐私:声明 100% GDPR/DSGVO 合规,零个人数据(仅使用 RFC 2606
@example.com及 RFC 5737 文档化 IP 地址),并包含符合 EU AI Act 第 50 条和第 53 条的合成数据来源声明。
加载示例(Python): python import pandas as pd df = pd.read_parquet("omnimcp_sql_snowflake_warehouse_teaser.parquet") print(f"Loaded {len(df)} verified training turns!") print(df[["instruction", "thought_process", "final_output"]].head())
商业信息与扩展:
- 本 Teaser 版本在 Apache 2.0 许可下免费提供,仅供研究和评估使用。
- 完整的商业生产版数据集(覆盖更广泛场景)以及该数据集所属的 企业数据湖仓(Enterprise DataOps Lakehouse)、现代数据平台(Modern Data Platform) 等更高级别套件,需通过外部平台(如 Gumroad)购买商业许可证(EULA)获取。





