11 Downloads Updated 5 months ago
ollama run NiChr0/schemalytics-gold-agent
nichr0/schemalytics-gold-agent”`markdown
Fine-tuned Qwen3.5-4B for dbt Gold layer plan generation.
Part of the Schemalytics pipeline — a tool that turns a PostgreSQL schema into a full dbt project using a multi-agent LLM pipeline.
Given the Silver layer plan (dim/fct models with measures and grains), this model generates Gold layer aggregation models:
agg_<grain>_<name> models for business-level reportingUsed automatically by schemalytics when SCHEMALYTICS_LLM_PROVIDER=ollama:
”`bash ollama pull nichr0/schemalytics-gold-agent SCHEMALYTICS_LLM_PROVIDER=ollama schemalytics generate -c postgresql://… Training Base model: Qwen3.5-4B Method: QLoRA (r=8, α=16) via Unsloth Dataset: ~500 real-world database schemas (Spider benchmark + enterprise schemas) Task: Given Silver plan → output structured Gold aggregation plan (JSON) Parameters Temperature: 0 (deterministic) Context: 8,192 tokens Max output: 2,048 tokens