<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Post-Training on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/post-training/</link><description>Recent content in Post-Training on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 30 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/post-training/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 1: The World of LLM Post-Training and Tunix</title><link>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/01-introduction-to-tunix/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/01-introduction-to-tunix/</guid><description>&lt;p&gt;Welcome, aspiring AI architect! In this guide, we&amp;rsquo;re embarking on an exciting journey to master &lt;strong&gt;Tunix&lt;/strong&gt;, a powerful JAX-native library specifically designed for the crucial task of Large Language Model (LLM) post-training. By the end of this comprehensive series, you&amp;rsquo;ll not only understand Tunix inside and out but also be able to apply it to real-world LLM alignment and specialization challenges.&lt;/p&gt;
&lt;p&gt;In this inaugural chapter, we&amp;rsquo;ll lay the groundwork. We&amp;rsquo;ll start by demystifying LLM post-training itself – what it is, why it&amp;rsquo;s indispensable, and how it transforms general-purpose models into highly capable, aligned assistants. Then, we&amp;rsquo;ll introduce you to Tunix, explaining its core purpose and the unique advantages it brings to the table, particularly through its integration with JAX. Finally, we&amp;rsquo;ll guide you through setting up your development environment, ensuring you&amp;rsquo;re ready to dive into hands-on coding from the very next chapter.&lt;/p&gt;</description></item><item><title>Chapter 11: Customizing Tunix: Loss Functions, Optimizers, and Callbacks</title><link>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/11-customization/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/11-customization/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 11! So far, you&amp;rsquo;ve mastered the fundamentals of setting up Tunix, loading models, and initiating basic post-training runs. But what if the standard tools aren&amp;rsquo;t quite enough for your specific research or application? What if you need to guide your Language Model (LLM) with a unique objective, fine-tune its learning process with a specialized algorithm, or automate complex actions during training?&lt;/p&gt;
&lt;p&gt;This chapter is your gateway to unlocking the full power of Tunix customization. We&amp;rsquo;ll dive deep into how you can define and integrate your own loss functions to precisely shape your LLM&amp;rsquo;s learning objective, craft sophisticated optimizers using JAX&amp;rsquo;s powerful Optax library to control parameter updates, and implement intelligent callbacks to monitor, control, and react to your training process. By the end of this chapter, you&amp;rsquo;ll be able to tailor Tunix to virtually any LLM post-training scenario, moving beyond off-the-shelf solutions to truly bespoke training pipelines.&lt;/p&gt;</description></item><item><title>Chapter 14: Project 2: Aligning an LLM for Factual Accuracy</title><link>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/14-project-factual-alignment/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/14-project-factual-alignment/</guid><description>&lt;h2 id="introduction-guiding-llms-towards-truth"&gt;Introduction: Guiding LLMs Towards Truth&lt;/h2&gt;
&lt;p&gt;Welcome back, future LLM alignment expert! In our previous project, we explored fine-tuning an LLM for a specific style. Now, we&amp;rsquo;re tackling an even more critical challenge: &lt;strong&gt;factual accuracy&lt;/strong&gt;. Large Language Models, despite their incredible capabilities, are notorious for &amp;ldquo;hallucinating&amp;rdquo; – generating plausible-sounding but incorrect information. This can severely limit their trustworthiness and utility in many real-world applications.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll embark on a practical project using Tunix to align an LLM to be more factually accurate. We&amp;rsquo;ll learn how to leverage Tunix&amp;rsquo;s powerful post-training framework to reduce hallucinations and ensure our models provide reliable information. This project will reinforce your understanding of data preparation, reward modeling, and iterative alignment techniques.&lt;/p&gt;</description></item><item><title>Chapter 17: Ethical Considerations and Responsible AI in Post-Training</title><link>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/17-ethical-ai/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/17-ethical-ai/</guid><description>&lt;h2 id="chapter-17-ethical-considerations-and-responsible-ai-in-post-training"&gt;Chapter 17: Ethical Considerations and Responsible AI in Post-Training&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 17! So far, we&amp;rsquo;ve explored the immense power of Tunix for fine-tuning Large Language Models (LLMs), optimizing their performance, and tailoring them for specific tasks. As we wield such powerful tools, it&amp;rsquo;s crucial to pause and consider the broader impact of the AI systems we build. This chapter shifts our focus from pure technical implementation to the vital domain of ethical considerations and responsible AI in the post-training lifecycle.&lt;/p&gt;</description></item><item><title>Tunix: A Zero-to-Advanced Guide for LLM Post-Training</title><link>https://ai-blog.noorshomelab.dev/guides/tunix-llm-post-training-guide/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/tunix-llm-post-training-guide/</guid><description>&lt;p&gt;Welcome, aspiring AI engineer and machine learning enthusiast! Are you ready to dive deep into the fascinating world of Large Language Model (LLM) post-training? You&amp;rsquo;re in the right place! This guide is your companion on an exciting journey to master &lt;strong&gt;Tunix&lt;/strong&gt;, a powerful JAX-native library designed to streamline and accelerate the alignment and refinement of LLMs.&lt;/p&gt;
&lt;h3 id="what-is-tunix"&gt;What is Tunix?&lt;/h3&gt;
&lt;p&gt;Imagine you&amp;rsquo;ve trained a massive, intelligent language model, but it still needs a little &amp;ldquo;tweaking&amp;rdquo; to perform optimally for specific tasks or to align better with human preferences. That&amp;rsquo;s where &lt;strong&gt;post-training&lt;/strong&gt; comes in! Tunix (short for Tune-in-JAX) is Google&amp;rsquo;s open-source, JAX-native library built precisely for this purpose. It provides an efficient and scalable framework for various post-training techniques, such as Supervised Fine-Tuning (SFT) and Reinforcement Learning from Human Feedback (RLHF), leveraging JAX&amp;rsquo;s incredible speed and flexibility. Think of it as your high-performance toolkit for making LLMs truly shine!&lt;/p&gt;</description></item></channel></rss>