Hugging Face researchers have demonstrated a practical recipe for improving small language models' ability to generate structured outputs—a critical requirement for production AI systems. Using Group Relative Policy Optimization (GRPO) with the TRL library, the team fine-tuned a 350M-parameter model with just 500 training samples and 100 steps, boosting structured output compliance from 22.6% to 29.7% on the IFStruct benchmark. The efficiency of the approach makes it accessible to researchers without enterprise resources; the entire pipeline runs on free-tier Colab or Kaggle GPUs. Structured output compliance—whether a model returns valid, parseable JSON or YAML in the expected schema—determines whether an LLM can be reliably integrated into downstream systems. While most AI benchmarks treat this capability as secondary to reasoning or extraction tasks, Hugging Face argues it deserves focused measurement and optimization. The improvements achieved on the 350M-parameter model demonstrate that task-specific fine-tuning can help smaller models match the structured-output performance of much larger alternatives. The full training pipeline, evaluation code, and results are available publicly on GitHub, making the approach reproducible and enabling developers to apply similar techniques to their own models. The work builds on the IFStruct benchmark framework and uses training data from Nvidia's Nemotron collection, both open-source resources.