Supra-50M-Reasoning Spills Its Digital Thinking On Tiny Rigs

Supra-50M-Reasoning is an experimental open-source language model that produces a step-by-step thinking process before giving its final response. Designed as the reasoning version of Supra-50M-Instruct, it adds a chain-of-thought segment to every answer. The model is part of SupraLabs’ Project Chimera, a collection of tiny AI models built for learning and tinkering.
SupraLabs created this model by fine-tuning their Supra-50M-Base with a small synthetic dataset of 500 examples, generated by the larger Qwen3 1.7B model. They trained it for six epochs using supervised fine-tuning to embed reasoning patterns. The result is a fully open, if error-prone, reasoning model that the team is sharing with the community.
Chain-of-thought reasoning on tiny hardware
- Generates a full thinking chain before answering.
- Fine-tuned on 500 synthetic reasoning samples.
- Trained for 6 epochs with supervised learning.
- Open-source and part of Project Chimera.
- Runs on consumer GPUs with bfloat16 precision.
- Experimental with known hallucination issues.
If you run AI models on a home computer with a modest graphics card, this model gives you a safe way to observe chain-of-thought reasoning without needing cloud services. Researchers and students can study how a small model attempts to break down problems, though the thinking often includes errors. Hobbyists who enjoy tinkering with the smallest language models will find it a fun, educational tool.
Training details and known limitations
The model card reveals that only 500 handcrafted reasoning examples were used for fine-tuning, which heavily limits its accuracy and leads to frequent hallucinations. It also uses a fixed answer structure with `<|begin_of_thought|>` and `<|end_of_thought|>` tags that apps must parse. SupraLabs plans to scale up the experiment with Supra-124M and Supra-350M variants that will include chat, reasoning, and coding skills.
"It's experimental, it hallucinates, and it's fully open." — Source:Reddit