<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Model preparation on AI Tools</title>
    <link>https://ait.bsc.es/handbook/model-preparation/</link>
    <description>Recent content in Model preparation on AI Tools</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://ait.bsc.es/handbook/model-preparation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>LLM fine-tuning</title>
      <link>https://ait.bsc.es/handbook/model-preparation/llm-fine-tuning/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://ait.bsc.es/handbook/model-preparation/llm-fine-tuning/</guid>
      <description>&lt;p&gt;Fine-tuning adapts a pretrained model to a narrower task or style. It is frequently&#xA;reached for when prompt engineering or retrieval would have solved the problem more&#xA;cheaply, and it carries serving consequences that are easy to overlook.&lt;/p&gt;&#xA;&lt;p&gt;This page covers when fine-tuning earns its cost and what it changes downstream.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-you-will-learn&#34;&gt;What you will learn&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When fine-tuning is the appropriate tool and when it is not.&lt;/li&gt;&#xA;&lt;li&gt;How full fine-tuning and parameter-efficient methods differ operationally.&lt;/li&gt;&#xA;&lt;li&gt;What serving a fine-tuned or adapter-based model requires.&lt;/li&gt;&#xA;&lt;li&gt;How to evaluate whether a fine-tune actually improved your task.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;recommended-outline&#34;&gt;Recommended outline&lt;/h2&gt;&#xA;&lt;p&gt;This page is an outline. The subsections below are the planned structure;&#xA;they are filled in as the handbook is written.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LLM quantization</title>
      <link>https://ait.bsc.es/handbook/model-preparation/llm-quantization/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://ait.bsc.es/handbook/model-preparation/llm-quantization/</guid>
      <description>&lt;p&gt;Quantization stores and computes with lower-precision numbers, reducing memory footprint&#xA;and often increasing throughput. The saving is real and frequently large; the accuracy&#xA;cost is real too, and workload-dependent.&lt;/p&gt;&#xA;&lt;p&gt;This page explains the main approaches and how to decide whether a given quantization is&#xA;acceptable for your task.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-you-will-learn&#34;&gt;What you will learn&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What quantization changes in the memory budget and the compute path.&lt;/li&gt;&#xA;&lt;li&gt;How post-training quantization differs from quantization-aware training.&lt;/li&gt;&#xA;&lt;li&gt;Which parts of a model are most sensitive to reduced precision.&lt;/li&gt;&#xA;&lt;li&gt;How to measure quality loss on your own task rather than trusting a general claim.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;recommended-outline&#34;&gt;Recommended outline&lt;/h2&gt;&#xA;&lt;p&gt;This page is an outline. The subsections below are the planned structure;&#xA;they are filled in as the handbook is written.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LLM distillation</title>
      <link>https://ait.bsc.es/handbook/model-preparation/llm-distillation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://ait.bsc.es/handbook/model-preparation/llm-distillation/</guid>
      <description>&lt;p&gt;Distillation transfers the behaviour of a large teacher model into a smaller student.&#xA;Where it works, it changes the serving economics substantially, because the deployed&#xA;model is genuinely smaller rather than merely compressed.&lt;/p&gt;&#xA;&lt;p&gt;This page covers the approach, its requirements and its limits.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-you-will-learn&#34;&gt;What you will learn&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What distillation is and how it differs from quantization and pruning.&lt;/li&gt;&#xA;&lt;li&gt;What data and compute a distillation run requires.&lt;/li&gt;&#xA;&lt;li&gt;Which task types distil well and which resist it.&lt;/li&gt;&#xA;&lt;li&gt;How to validate that the student preserves the behaviour you care about.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;recommended-outline&#34;&gt;Recommended outline&lt;/h2&gt;&#xA;&lt;p&gt;This page is an outline. The subsections below are the planned structure;&#xA;they are filled in as the handbook is written.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
