Cleo: trying to fit full analyst behavior in a 2B model [P]

Reddit r/MachineLearning Models

Summary

Cleo is a finetuned version of Qwen3.5-2B-Base designed for text-to-SQL tasks, using a unified harness for training and inference that supports live execution evidence and safety checks. All code, model, and datasets are open-source.

Hello all! Half of all industrial "chatbots" are just text-to-SQL models in a trenchcoat (and the other half RAG!). I wanted to explore just how small you could make these models if you trained, evaluated, and ran inference in the exact same structured harness, leading to Cleo: a Qwen3.5-2B-Base finetune. Currently, some features of cleo that are only possible/useful in a unified hardel are: * Training on the exact same gather, repair, and answer contract it uses at inference time * Searching over candidate queries with live execution evidence, not just model likelihood * Co-designing the model contract, SQL safety layer, dialect handling, timeouts, and clarification behavior as one system Everything is completely open-source, including the harness, model, and datasets. GitHub: [https://github.com/Dreeseaw/cleo](https://github.com/Dreeseaw/cleo) Hugging Face model: [https://huggingface.co/dreeseaw/cleo](https://huggingface.co/dreeseaw/cleo) PS: If you're also resource-constrained and trying to do RL like me, I would highly recommend experimenting with ECHO: [https://arxiv.org/abs/2605.24517](https://arxiv.org/abs/2605.24517)
Original Article

Similar Articles

Qwen/Qwen3.6-35B-A3B

Hugging Face Models Trending

Qwen releases Qwen3.6-35B-A3B, an open-weight Mixture-of-Experts model with 35B total parameters and 3B active parameters, featuring significant improvements in agentic coding and reasoning preservation.

Qwen3.5 122B is the best?

Reddit r/LocalLLaMA

A user shares their experience comparing several large language models (Qwen, Gemma) on complex tool-calling tasks, finding Qwen3.5 122B the most reliable, while criticizing smaller MoE models for instability.

@f14bertolotti: Stellar performance from a 3B model. These results were achieved primarily through post-training refinements on Qwen2.5…

X AI KOLs Timeline

This technical report introduces VibeThinker-3B, a 3B parameter model that achieves frontier-level verifiable reasoning performance through post-training refinements on Qwen2.5-Coder, including curriculum-based supervised fine-tuning, multi-domain reinforcement learning, and offline self-distillation, matching or exceeding much larger models like DeepSeek V3.2.