<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Transformers on Nalar</title>
    <link>https://nalar.dev/tags/transformers/</link>
    <description>Recent content in Transformers on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 03 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/transformers/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Understand Tokenization in Large Language Models</title>
      <link>https://nalar.dev/understand-tokenization-in-large-language-models/</link>
      <pubDate>Thu, 03 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/understand-tokenization-in-large-language-models/</guid>
      <description>&lt;p&gt;Large language models do not read text as words or characters in the way people do. Before text reaches the model, a tokenizer converts it into a sequence of discrete units called tokens and maps those tokens to numerical identifiers.&lt;/p&gt;&#xA;&lt;p&gt;Tokenization is easy to overlook because most model APIs perform it automatically. Yet token boundaries affect context-window usage, inference cost, truncation, multilingual behavior, and even whether two visually similar strings are represented in similar ways. Understanding this layer makes many LLM behaviors easier to reason about.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
