<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>20. Pre-Training on Hironobu SUZUKI @ InterDB</title>
    <link>http://www.interdb.jp/dl/part05/ch20/index.html</link>
    <description>Recent content in 20. Pre-Training on Hironobu SUZUKI @ InterDB</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language><atom:link href="http://www.interdb.jp/dl/part05/ch20/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>20.1. Pre-Training DataSet</title>
      <link>http://www.interdb.jp/dl/part05/ch20/sec01.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://www.interdb.jp/dl/part05/ch20/sec01.html</guid>
      <description>&lt;h5&gt;&lt;font color=&#34;#0000ff&#34;&gt;Alpha Version: Work in progress.&lt;/font&gt;&lt;/h5&gt;
&lt;p&gt;The &lt;strong&gt;Stanford Natural Language Inference&lt;/strong&gt; (&lt;a href=&#34;https://nlp.stanford.edu/projects/snli/&#34; target=&#34;_blank&#34;&gt;SNLI&lt;/a&gt;) dataset is a large, annotated corpus containing approximately 570,000 English sentence pairs.
Although originally designed for training and evaluating Natural Language Inference (NLI) models, its rich text stream makes it a suitable playground for our language modeling experiment.&lt;/p&gt;
&lt;p&gt;The sentences in the SNLI corpus are relatively simple.
Most are short and feature straightforward grammatical structures rather than long or syntactically complex clauses.&lt;/p&gt;</description>
    </item>
    <item>
      <title>20.2. Implementation</title>
      <link>http://www.interdb.jp/dl/part05/ch20/sec02.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://www.interdb.jp/dl/part05/ch20/sec02.html</guid>
      <description>&lt;h5&gt;&lt;font color=&#34;#0000ff&#34;&gt;Alpha Version: Work in progress.&lt;/font&gt;&lt;/h5&gt;
&lt;p&gt;This section describes the architectural components specific to GPT-1—namely, its position encoding mechanism and the language modeling loss function.
It then walks through how to execute the pre-training scripts.&lt;/p&gt;

&lt;div class=&#34;box notices cstyle default&#34;&gt;
  &lt;div class=&#34;box-label&#34;&gt;Section Contents&lt;/div&gt;
  &lt;div class=&#34;box-content&#34;&gt;

&lt;p&gt;20.2.1. &lt;a href=&#34;./sec02.html#2021-embedding-and-position-encoding&#34;&gt;Embedding and Position Encoding&lt;/a&gt;&lt;br&gt;
20.2.2. &lt;a href=&#34;./sec02.html#213-loss-function&#34;&gt;Loss Function&lt;/a&gt;&lt;br&gt;
20.2.3. &lt;a href=&#34;./sec02.html#2023-running-pre-training&#34;&gt;Running Pre-Training&lt;/a&gt;&lt;br&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h3 id=&#34;2021-embedding-and-position-encoding&#34;&gt;20.2.1. Embedding and Position Encoding&lt;/h3&gt;
&lt;p&gt;In the original Transformer architecture, the token embedding matrix is learnable, whereas the positional encoding relies on a fixed, predefined sinusoidal function.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>