Qwen 32B Analytics SQL

Published by @query-bench · Community adapter

text-generation #sql#analytics#data

Generates read-only analytical SQL with explicit assumptions, bounded joins, and dialect-aware syntax.

Usage

Load with Ollama:

# Download the adapter file, then create a Modelfile:
FROM qwen2.5-32b-instruct
ADAPTER ./qwen32b-analytics-sql.gguf

# Build and run:
ollama create my-model -f Modelfile
ollama run my-model "Your prompt here"

Or with llama.cpp:

./llama-cli \
  -m base-model.gguf \
  --lora qwen32b-analytics-sql.gguf \
  -p "Your prompt here"

Compatibility

  • llama.cpp
  • Ollama
  • LM Studio

You might also like