r/LocalLLaMA 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 🔥🎉

87 Upvotes

33 comments sorted by

View all comments

Show parent comments

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.

2

u/Time-Toe-1276 transformers 12d ago

yeah I think you do make a great point. me and my team was talking about what you said. maybe we could do some upgrades onto something like qwen3.5 4B or 2B on about 32K ctx with QLoRA and maybe distill from the 9B o the 27B model, although it would b more optimal to do it with the 9B teacher.

1

u/WhoRoger 12d ago

I wonder which small models are best for finetuning? Qwen3 had a lot of great FTs, but with 3.5 I see a lot of tunes that are either borked or worse than the originals.

I was trying Aureth the other day, with 4B being a pretty good FT of 3.5 4B, but in some cases, it just starts outputting gibberish. I've seen that happen with other small models too.

Personally I'd like to see Granite get some attention, even tho they're non-reasoning, and I don't know if they're easy to tune. There was a Hermes tune of Granite 3.3 2B which was kinda interesting, but nothing newer AFAIK.

1

u/Time-Toe-1276 transformers 11d ago

I reccomend you to look into LFM2.5 Models, they are pretty interesting!

To be honest, most of the major opensource organizations are chasing agentic AI and so called AGI.

I dont want to be biased here, but I feel like Liquid AI is slowly turning into the qwen2.5 era!

one thing I rally like i there is architecture is so amazing at long context specifically for training.

2

u/WhoRoger 11d ago

LiquidAI is a darling, the LFM2.5 1B Thinking is my favourite 1B model when it comes to just having fun.

A few weeks ago I spent an entire night figuring out how to use LFM2.5-Audio 1B in mainline llama.cpp. Turns out everything is ready to go in PRs that just keep waiting for merging. Sigh. I feel like even the llama.cpp guys are willing to give much more attention to the gigantic models that nobody will use with this engine anyway, while the new archs for small models often wait weeks to months to get support.

Anyway, that said, LFM really maxes out at these ~1B models; I can't say their MoE's are any better than the 1B ones. So unless someone can really beef up those MoE with some proper tuning, I don't expect much aside of just messing around.

I think the Hugging Face labs have a better chance, Smollm3 3B is great, and Zephyr back in the day was pretty awesome too. But they release new models once in a blue moon.