Qwisine is a specialised version of Qwen‑3 fine‑tuned on curated Convex documentation & synthethic code and community Q&A. The model understands Convex‐specific concepts (data modelling, mutations, actions, idioms, client usage, etc.) and can generate code snippets or explain behaviour in plain English.
-
Size : 938 Q&A pairs
-
Source: Convex official docs, example apps, public issues, community Discord, and synthetic edge‑cases.
-
Question types (distilled)
what_is – factual look‑ups (no reasoning)
why – causal explanations (no reasoning)
task – recipe‑style how‑to (with reasoning)
edge_case – tricky or undocumented scenarios (with reasoning)
v‑task – verbose multi‑step tasks (with reasoning)
Reasoning‑bearing examples represent ~85 % of the dataset.
Fine‑tuning followed standard QLORA with unsloth. No additional RLHF was applied.
1# LM Studio
2search "Qwisine" in models menu.
3
4# Ollama
5il add soon.
6# Llama‑cpp
7il add soon.
1@misc{qwisine2025,
2 title = {Qwisine: A Qwen‑3 model fine‑tuned for Convex},
3 author = {mugi},
4 year = {2025},
5 url = {https://huggingface.co/mugivara1/Qwisine},
6}
Convex • Qwen‑3 • ...