GGUF quantization of a fine-tuned
LiquidAI/LFM2-1.2B for structured query expansion in
qmd, a local-first document search engine.
1# Set as your qmd query expansion model
2export QMD_GEN_MODEL="hf:OrcsRise/qmd-query-expansion-lfm2-gguf/qmd-query-expansion-lfm2-q8_0.gguf"
3
4# Add to ~/.zshrc or ~/.bashrc for persistence
5echo 'export QMD_GEN_MODEL="hf:OrcsRise/qmd-query-expansion-lfm2-gguf/qmd-query-expansion-lfm2-q8_0.gguf"' >> ~/.zshrc
6
7# qmd auto-downloads the GGUF on first use
8qmd query "your search query"
Given a short search query, the model generates structured expansions in three formats for hybrid search:
This is an
alternative to qmd's default
Qwen3-1.7B query expansion model, added in
qmd v1.0.7.
See the
SFT adapter card for full training details.
Apache 2.0 — same as the base LFM2-1.2B model.