| So, with this project I want to see if a length constrained (like 64 tokens only) quality summarization can be done by tiny LLMs using GRPO! So, I trained two variants of this task:
I ran LLM-As-A-Judge eval for checking the summarization quality using DeepEval tools. Those are:
Th results are as attached and the final one is follows:
Ranking of t-test for other rewards: Summary Table
All the code and wandb charts in the comments! Setup: 3x Mac Minis in a cluster running MLX. One node drives training using GRPO, two push rollouts via vLLM-metal framework. All of the work done using smolcluster.com. Used SyncPS arch which is synchronous parameter server architecture with the master as the node where the training happens and the vllm on the workers nodes. Eval: LLM-as-a-Judge (gpt-5)
The composite score is the mean of the above scores.
[link] [comments] |
Training LFM-2.5-350M on Reddit post summarization with GRPO on my 3x Mac Minis — final evals and t-test evals are here [P]
Reddit r/MachineLearning / 4/25/2026
💬 OpinionDeveloper Stack & InfrastructureSignals & Early TrendsTools & Practical UsageModels & Research
Key Points
- The post reports experiments training a small LLM (“LFM-2.5-350M”) for Reddit post summarization with strict length constraints (about 64 tokens) using GRPO, to test whether tiny models can produce high-quality concise summaries under tight output limits.
- Two reward setups were compared: one using only a length penalty, and another combining length penalty with a quality reward derived from metrics like ROUGE-L/METEOR (and also BLEU in other variants).
- LLM-as-a-judge evaluation using DeepEval metrics (Consciencess, Coverage, Clarity, and Faitfullness) is used to compare variants, with the best-performing configuration reaching a composite score around 2.769/4 versus 2.23/4 for length penalty alone.
- Additional results include t-test-based ranking across multiple reward configurations, showing that incorporating quality rewards (not just length) improves composite scores and faithfulness-related measures, though pass rates vary across reward types.
- The experiments were run on the author’s hardware (three Mac Minis), and the results are shared as “final evals” and “t-test evals,” providing a practical reference for GRPO reward design in constrained summarization tasks.



