<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[fine tuning and LoRA Fine tuning]]></title><description><![CDATA[fine tuning and LoRA Fine tuning]]></description><link>https://fine-tuning-and-lora-fine-tuning.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Fri, 19 Jun 2026 21:45:07 GMT</lastBuildDate><atom:link href="https://fine-tuning-and-lora-fine-tuning.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Fine Tuning And LoRA Fine Tuning #chaiaurcode]]></title><description><![CDATA[Fine Tuning
Swaad Anusaar
Fine tuning is pretrained model to use for our purpose.
How fine tuning made -

Internet Data

Knowledge cutoff



In this figure the How actually fine tuning work.
Fine Tuning Types

Full Parameter Fine Tuning

LoRA Fine Tu...]]></description><link>https://fine-tuning-and-lora-fine-tuning.hashnode.dev/fine-tuning-and-lora-fine-tuning-chaiaurcode</link><guid isPermaLink="true">https://fine-tuning-and-lora-fine-tuning.hashnode.dev/fine-tuning-and-lora-fine-tuning-chaiaurcode</guid><category><![CDATA[Chaiaurcode]]></category><dc:creator><![CDATA[Yogyashri Patil]]></dc:creator><pubDate>Tue, 15 Apr 2025 15:58:55 GMT</pubDate><content:encoded><![CDATA[<h1 id="heading-fine-tuning">Fine Tuning</h1>
<h3 id="heading-swaad-anusaar">Swaad Anusaar</h3>
<p>Fine tuning is pretrained model to use for our purpose.</p>
<p>How fine tuning made -</p>
<ul>
<li><p>Internet Data</p>
</li>
<li><p>Knowledge cutoff</p>
</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1744730072528/8f697146-9149-4aad-9e66-5eadf9b7a7ce.png" alt class="image--center mx-auto" /></p>
<p>In this figure the How actually fine tuning work.</p>
<h2 id="heading-fine-tuning-types">Fine Tuning Types</h2>
<ol>
<li><p>Full Parameter Fine Tuning</p>
</li>
<li><p>LoRA Fine Tuning</p>
</li>
</ol>
<h3 id="heading-full-parameter-fine-tuning">Full Parameter Fine Tuning</h3>
<p>In full parameter fine tuning change the weight of the models. See in the diagram</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1744730542003/ff74172c-1f2e-46cf-96a5-501616198238.png" alt class="image--center mx-auto" /></p>
<p>The change the weight of the edges. This numerical values(weight) connection between the neurals. IT’s work</p>
<h3 id="heading-example">Example:</h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1744732397668/9de91ebe-ae72-4e7e-a82e-459f9e15588b.png" alt class="image--center mx-auto" /></p>
<p>Visit this website:- to see how implement Full Parameter Fine tuning</p>
<p><a target="_blank" href="https://colab.research.google.com/drive/1XDPhdzxtYgk4ybwU-kUFrsJoNZt9r1v0?usp=sharing">https://colab.research.google.com/drive/1XDPhdzxtYgk4ybwU-kUFrsJoNZt9r1v0?usp=sharing</a></p>
<h3 id="heading-disadvantages">Disadvantages</h3>
<ol>
<li><p>High Hardware</p>
</li>
<li><p>High GPU (<strong>Graphics processing unit)</strong></p>
</li>
<li><p>Inferencing use High parameters</p>
</li>
<li><p>High Cost</p>
</li>
</ol>
<p>Note:- Dev Tools available Don’t use Fine tune Full paramater</p>
<h2 id="heading-lora-fine-tuning">LoRA fine Tuning</h2>
<p>Low-Rank Adaptation aka LoRA is <strong>a technique used to finetuning LLMs in a parameter efficient way</strong>. significantly reducing the number of trainable parameters compared to full fine-tuning.</p>
<p>It’s not used GPU because of propagation.</p>
<p>Use extra memory space</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1744732705298/86338ddd-fc45-4fdf-91bb-9740f17c4562.webp" alt class="image--center mx-auto" /></p>
<h3 id="heading-example-1">Example</h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1744732658608/f34c26dd-c556-4126-b21f-ce4b8df1cbac.jpeg" alt class="image--center mx-auto" /></p>
]]></content:encoded></item></channel></rss>