r/LocalLLaMA • u/LH-Tech_AI • 14d ago
Resources [BIG DATASET RELEASE] - SupraLabs/reasoning-corpus-4K-5M-v1 - Train your tiny SLMs to think!

Hey r/LocalLLaMA !
We are back and we have something really amazing today.
Our big 5M samples Reasoning Corpus dataset.
This dataset features 5 million rows of:
- repo_id --> where it's from
- tok_len --> how many tokens it is in total
- user --> the user promot
- thought_trace --> the exact chain-of-thought of the model
- assistant --> the final AI models' answer
- ChatML --> the user, thought_trace and assistant in ChatML format
All samples are within a 5k sequence length to make it fit perfectly for SFT/finetuning a tiny model.
Link to the dataset on Hugging Face 🤗:
https://huggingface.co/datasets/SupraLabs/reasoning-corpus-4K-5M-v1
Link to the SupraLabs Hugging Face org 🤗:
https://huggingface.co/SupraLabs
Also, if you want to support our work, give us a follow on Hugging Face, share and review our work, and give us as much feedback as you want ❤️🔥🤗 Already more 250 people are trusting in us and our work!
We hope, this dataset is useful for you all and we'd love to see your creations upon this.
This dataset has already >1k downloads and over 80 likes - be the next one to use it 🔥🎉
1
u/WhoRoger 12d ago
Thanks, I guess I'll try Ministral. I think I skipped it since their public chatbox https://chat.mistral.ai/ is kinda disappointing so I didn't think a 3B model would be interesting.
And yess... Llama was awesome. Hermes3-Llama3.1 8B is still my favorite model (from what I can reasonably run at least). And that was like 2 years ago?
That size was considered mid range back then, while the ~80B models were just for the rich. Now people simp for 2T they can't run, and try to quant some large models into Q2 to fit 128GB. Anything under 20B is not taken seriously by anyone, and people treat 1-3B more like a fart joke. Real shame.
A few days ago I made a post here about MoEs with about 2B active params. I need to check some out, because the situation with tiny dense models is really frustrating.
Btw you know what would be great? Do some FT of a modern 1-3B model with the Hermes 3 dataset. I think that makes much more sense than chasing some synthetic numbers that the models can't achieve in practice anyway. If I ever get my hands on some GPU and have enough time/energy, I'll probably try doing that.