Built site for gh-pages
This commit is contained in:
@@ -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="{"key":"colab","value":{"base_uri":"https://localhost:8080/","height":151,"referenced_widgets":["388f618924274d21a066f098f4f1e744","7c95f85a2b1f47a1bd846d110c47bb3c","083f9cda8d754c168beee10d2f8955a2","62e1a65582f446a78612eaa804e08a7d","487a177d020f4605834878b2fdc7afa3","7fd44cf9ca6e4726bfd7ac21846d6a14","366a343b62fa47d8985a3bd464d99f9e","a0a11e929edd4189b79723d618522c33","e87ea87fcff247b5bbcc331ba79a8dc2","5e18768f7ad6434ba8b8b8a2e853e204","bb33aec33a6447078c31bfd728942994"]}}" 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>
|
||||
|
||||
Reference in New Issue
Block a user