omnimcp_sql_dbt_transformations_teaser
收藏资源简介:
OmniMCP - SQL dbt 转换(免费预告版)是一个经过验证的多轮智能体函数调用数据集,专为 SQL dbt 转换场景设计。该数据集是 OmniMCP 模块化生态系统的一部分,旨在为研究人员和开发者提供高质量的合成训练数据,用于微调或评估智能体在 dbt 转换任务中的函数调用能力。数据集包含少于1000个样本,每个样本包括指令、思维过程和最终输出,以 Parquet 格式存储。其特点包括:100% 语法和解析错误率(经过 Pydantic AST 验证)、原生链式思维推理、生产级自愈能力(预训练真实 API 错误和恢复)、100% GDPR 合规(无个人数据)以及符合 EU AI Act 的合成数据声明。该预告版以 Apache 2.0 许可证发布,适用于免费研究和评估。
OmniMCP - SQL dbt Transformation (Free Preview) is a validated multi-turn agent function calling dataset specifically designed for SQL dbt transformation scenarios. It is part of the OmniMCP modular ecosystem, aiming to provide high-quality synthetic training data for researchers and developers to fine-tune or evaluate agent function calling capabilities in dbt transformation tasks. The dataset contains fewer than 1000 samples, each including instructions, chain-of-thought reasoning, and final output, stored in Parquet format. Features include: 100% syntax and parsing error rate (validated by Pydantic AST), native chain-of-thought reasoning, production-level self-healing capabilities (pre-trained on real API errors and recovery), 100% GDPR compliance (no personal data), and a synthetic data declaration compliant with the EU AI Act. This preview version is released under the Apache 2.0 license, suitable for free research and evaluation.
数据集概览
OmniMCP - Sql Dbt Transformations (Free Teaser Edition) 是一个用于SQL dbt转换场景的**多轮智能体函数调用(Agent Function-Calling)**合成数据集,专为模型微调与评估设计。
基本信息
| 属性 | 内容 |
|---|---|
| 数据集名称 | OmniMCP - Sql Dbt Transformations (Free Teaser Edition) |
| 语言 | 英语 |
| 许可证 | Apache 2.0(仅限此免费试玩版) |
| 数据规模 | 少于 1,000 条样本(n<1K) |
| 标签 | sql_dbt_transformations、synthetic-data、function-calling、tool-use、fine-tuning、agentic-ai、multi-turn、unsloth、axolotl、ollama |
| 相关工具链 | unsloth、axolotl、ollama(适用于多种微调框架) |
数据集内容与特点
该数据集专注于 SQL dbt 转换 任务,属于 OmniMCP 模块化生态中“砖块(Brick)”级别(单价对应区间为 29 € - 99 €)的一个针对性解决方案。其核心特点包括:
- 100% 语法与解析零错误:所有数据经过严格的 Pydantic AST 与 OpenAPI schema 校验,避免公共网络抓取数据常见的高错误率(超过 20%)问题。
- 原生思维链推理:在每次工具调用前嵌入
<thought>块,提供逐步诊断逻辑,增强模型的可解释性与推理能力。 - 生产级自愈能力:数据集包含真实 API 故障、连接池超时、错误恢复等场景,而不是简单的“快乐路径”示例。
- 隐私与合规:完全符合 GDPR/DSGVO,不含任何个人数据(使用 RFC 2606
@example.com和 RFC 5737 文档化 IP 地址)。
层级结构(OmniMCP 模块化架构)
该数据集处于 OmniMCP 四层架构中的第一层级:“砖块”(LEVEL 1: THE BRICK,29 € - 99 €),定位为高度聚焦的单问题解决器,适合独立开发者及针对特定边缘案例的快速微调。
在此层级之上,还有更高层级的整合产品:
- 第二层:“房屋”(LEVEL 2: THE HOUSE):如“Enterprise DataOps Lakehouse”或“Enterprise Modern Data Platform”等套件,包含 dbt 相关扩展内容。
- 第三层:“村庄”(LEVEL 3: THE VILLAGE):多个房屋的组合解决方案(如 FinTech、Cloud SecOps 等)。
- 第四层:“大都市”(LEVEL 4: THE MASTER METROPOLIS):统一的企业级园区,包含 500+ 多轮场景。
请注意: 此免费版仅是“试吃版(Teaser)”,完整生产级主包及商业 EULA 许可证需通过外部渠道(Gumroad)另外获取。
使用与加载
数据集以 Parquet 格式提供,可通过 Python 快速加载:
python import pandas as pd
Load the verified teaser Parquet
df = pd.read_parquet("omnimcp_sql_dbt_transformations_teaser.parquet") print(f"Loaded {len(df)} verified training turns!") print(df[["instruction", "thought_process", "final_output"]].head())
加载后数据框架包含三列核心数据:instruction(指令)、thought_process(思维链过程)、final_output(最终输出)。
商业授权与限制
- 此免费试玩版:采用 Apache 2.0 许可证,允许免费用于研究与评估。
- 完整生产包与“村庄”级产品:受 OmniMCP 企业商业 EULA 保护,授予完整商业变现与模型部署权利。
- 合规性:数据集附带欧盟 AI 法案第 50 条与第 53 条要求的合成数据来源声明。
附加信息
此数据集是 OmniMCP 生态系统的入口之一,该生态目前拥有 40 个活跃产品,覆盖从数据库优化、网络防御到金融交易等领域。每个数据集均采用模块化设计,可与其他砖块、房屋或村庄搭配组合,构建更复杂的智能体解决方案。




