Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2025-09-11 00:33:02 +00:00
parent ab0619cc51
commit 1541d0d193
9 changed files with 1865 additions and 1653 deletions

View File

@@ -593,8 +593,8 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});
<section id="configure-for-supervised-fine-tuning-sft" class="level1">
<h1>Configure for Supervised Fine-Tuning (SFT)</h1>
<div id="cell-9" class="cell" data-quarto-private-1="{&quot;key&quot;:&quot;colab&quot;,&quot;value&quot;:{&quot;base_uri&quot;:&quot;https://localhost:8080/&quot;,&quot;height&quot;:151,&quot;referenced_widgets&quot;:[&quot;388f618924274d21a066f098f4f1e744&quot;,&quot;7c95f85a2b1f47a1bd846d110c47bb3c&quot;,&quot;083f9cda8d754c168beee10d2f8955a2&quot;,&quot;62e1a65582f446a78612eaa804e08a7d&quot;,&quot;487a177d020f4605834878b2fdc7afa3&quot;,&quot;7fd44cf9ca6e4726bfd7ac21846d6a14&quot;,&quot;366a343b62fa47d8985a3bd464d99f9e&quot;,&quot;a0a11e929edd4189b79723d618522c33&quot;,&quot;e87ea87fcff247b5bbcc331ba79a8dc2&quot;,&quot;5e18768f7ad6434ba8b8b8a2e853e204&quot;,&quot;bb33aec33a6447078c31bfd728942994&quot;]}}" data-outputid="f0acdcec-4b41-4a3f-ffed-c2d2d929158e">
<div class="sourceCode cell-code" id="cb4"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> axolotl.utils.<span class="bu">dict</span> <span class="im">import</span> DictDefault</span>
<span id="cb4-2"><a href="#cb4-2" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> axolotl.cli.config <span class="im">import</span> load_cfg</span>
<div class="sourceCode cell-code" id="cb4"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> axolotl.cli.config <span class="im">import</span> load_cfg</span>
<span id="cb4-2"><a href="#cb4-2" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> axolotl.utils.<span class="bu">dict</span> <span class="im">import</span> DictDefault</span>
<span id="cb4-3"><a href="#cb4-3" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb4-4"><a href="#cb4-4" aria-hidden="true" tabindex="-1"></a><span class="co"># Axolotl provides full control and transparency over model and training configuration</span></span>
<span id="cb4-5"><a href="#cb4-5" aria-hidden="true" tabindex="-1"></a>config <span class="op">=</span> DictDefault(</span>