Qwen3.5-0.8B-overpass-sft

SFT warmup of Qwen/Qwen3.5-0.8B for Overpass QL generation from natural language.

This is a merged LoRA adapter (not a raw adapter). Use directly as a base model for further RL training (GRPO).

Training details

  • Base model: Qwen/Qwen3.5-0.8B
  • Method: LoRA (rank 32, alpha 64) on q/k/v/o/gate/up/down projections
  • Steps: 500 (1.3 epochs)
  • Final loss: 0.575
  • Token accuracy: 87.2%
  • Hardware: Apple M-series (MPS), ~5.5 hours

LoRA config

param value
rank 32
alpha 64
target modules q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj
dropout 0.05
trainable params ~5.8M (0.77% of 753M)

Data

OverpassNL train split, filtered to queries under 300 chars (6,001 examples). Formatted as chat: system prompt + NL input + gold Overpass QL query.

Staniek, M., Fink, N., Mahdavi, S. A., & Riezler, S. (2024). Text-to-OverpassQL: A Natural Language Interface for Complex Geodata Querying of OpenStreetMap. Transactions of the Association for Computational Linguistics (TACL), 12, 1375-1390. arXiv:2308.16060

Base model

Qwen3.5-0.8B: hybrid architecture (Gated Delta Networks + sparse MoE), Apache 2.0.

@misc{qwen3.5,
    title  = {Qwen3.5: Towards Native Multimodal Agents},
    author = {Qwen Team},
    month  = {February},
    year   = {2026},
    url    = {https://qwen.ai/blog?id=qwen3.5}
}

Intended use

Intermediate artifact for the overpass-rl project. SFT teaches Overpass QL syntax so that RL (GRPO) training can start from a viable baseline. Not intended for direct deployment.

Limitations

  • Only trained on OverpassNL examples; limited tag vocabulary
  • No multi-turn correction ability (SFT is single-turn)
  • Compound queries (multiple tags) often incomplete — RL is expected to address this
Downloads last month
29
Safetensors
Model size
0.8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for laulauland/Qwen3.5-0.8B-overpass-sft

Adapter
(183)
this model

Dataset used to train laulauland/Qwen3.5-0.8B-overpass-sft

Paper for laulauland/Qwen3.5-0.8B-overpass-sft