<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Training on Juntak Noh — AI Notes</title>
    <link>https://ai.klavierhye.cc/tags/training/</link>
    <description>Recent content in Training on Juntak Noh — AI Notes</description>
    <generator>Hugo -- 0.147.7</generator>
    <language>en</language>
    <lastBuildDate>Sun, 15 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://ai.klavierhye.cc/tags/training/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Training Whisper on Precomputed Features: Full Fine-Tune for Korean STT</title>
      <link>https://ai.klavierhye.cc/posts/whisper-training/</link>
      <pubDate>Sun, 15 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://ai.klavierhye.cc/posts/whisper-training/</guid>
      <description>&lt;p&gt;&lt;em&gt;This is &lt;strong&gt;Part 2&lt;/strong&gt; of a three-part series on fine-tuning Whisper for Korean speech-to-text: Preprocess → &lt;strong&gt;Train&lt;/strong&gt; → Evaluate. Here we load the preprocessed dataset and run the training loop. Part 1 covered preprocessing; Part 3 will cover evaluation and benchmarking.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;With precomputed mel spectrograms and tokenized labels on disk, the next step is to plug them into a training loop and optimize the model. That sounds straightforward until you start making choices: full fine-tuning or LoRA? What learning rate and batch size? How do you pad variable-length sequences correctly for an encoder-decoder, and how do you avoid wasting GPU memory or blowing up training? This post walks through the training setup I use for Whisper large-v3 on Korean telephonic audio — and the engineering trade-offs behind each decision.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
