<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ARSHIYA Sohrevardi</title>
    <description>The latest articles on DEV Community by ARSHIYA Sohrevardi (@arshiya_sohrevardi_fae91b).</description>
    <link>https://dev.to/arshiya_sohrevardi_fae91b</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4067551%2Fcff19747-39f7-4779-a1d0-d0341b2b76e5.png</url>
      <title>DEV Community: ARSHIYA Sohrevardi</title>
      <link>https://dev.to/arshiya_sohrevardi_fae91b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arshiya_sohrevardi_fae91b"/>
    <language>en</language>
    <item>
      <title>How I Fine-Tuned a 1.5B LLM for Lightning-Fast Offline Q&amp;A on 1GB VRAM</title>
      <dc:creator>ARSHIYA Sohrevardi</dc:creator>
      <pubDate>Fri, 14 Aug 2026 15:02:46 +0000</pubDate>
      <link>https://dev.to/arshiya_sohrevardi_fae91b/how-i-fine-tuned-a-15b-llm-for-lightning-fast-offline-qa-on-1gb-vram-56k6</link>
      <guid>https://dev.to/arshiya_sohrevardi_fae91b/how-i-fine-tuned-a-15b-llm-for-lightning-fast-offline-qa-on-1gb-vram-56k6</guid>
      <description>&lt;p&gt;Running large language models locally often demands expensive hardware with high VRAM. However, for specialized tasks like offline Q&amp;amp;A and knowledge retrieval, a lightweight, highly optimized small language model (SLM) can deliver incredible speed and efficiency without breaking the bank.&lt;/p&gt;

&lt;p&gt;In this post, I will share how I fine-tuned moeinGTS 1.5B, quantized it to GGUF, and deployed it for fast offline inference.&lt;/p&gt;

&lt;p&gt;🚀 Model Overview: moeinGTS 1.5B&lt;br&gt;
moeinGTS is a compact 1.5B parameter language model fine-tuned specifically for fast, accurate question-and-answering based on Wikipedia and structured datasets.&lt;/p&gt;

&lt;p&gt;Key Highlights:&lt;br&gt;
Parameter Size: 1.5 Billion&lt;br&gt;
Quantization: Q4_K_M &amp;amp; F16 GGUF&lt;br&gt;
Download Size: ~1 GB&lt;br&gt;
VRAM Requirements: Only ~1.5 GB&lt;br&gt;
Primary Use Case: Offline local Q&amp;amp;A, low-latency edge AI applications&lt;br&gt;
🛠️ The Pipeline: Fine-Tuning &amp;amp; Deployment&lt;br&gt;
Dataset &amp;amp; Training: Fine-tuned on high-quality Q&amp;amp;A and knowledge retrieval datasets to improve concise factual responses.&lt;br&gt;
LoRA Fine-Tuning: Applied Low-Rank Adaptation (LoRA) via PEFT to optimize training efficiency and keep resource usage minimal.&lt;br&gt;
Quantization: Converted the model weights to GGUF format for seamless cross-platform execution on low-end hardware, CPUs, and edge devices.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>machinelearning</category>
      <category>performance</category>
    </item>
    <item>
      <title>How I Fine-Tuned a 1.5B LLM for Lightning-Fast Offline Q&amp;A on 1GB VRAM</title>
      <dc:creator>ARSHIYA Sohrevardi</dc:creator>
      <pubDate>Sat, 08 Aug 2026 11:49:55 +0000</pubDate>
      <link>https://dev.to/arshiya_sohrevardi_fae91b/how-i-fine-tuned-a-15b-llm-for-lightning-fast-offline-qa-on-1gb-vram-4efe</link>
      <guid>https://dev.to/arshiya_sohrevardi_fae91b/how-i-fine-tuned-a-15b-llm-for-lightning-fast-offline-qa-on-1gb-vram-4efe</guid>
      <description>&lt;p&gt;Running large language models locally often demands expensive hardware with high VRAM. However, for specialized tasks like offline Q&amp;amp;A and knowledge retrieval, a lightweight, highly optimized small language model (SLM) can deliver incredible speed and efficiency without breaking the bank.&lt;/p&gt;

&lt;p&gt;In this post, I will share how I fine-tuned &lt;strong&gt;moeinGTS 1.5B&lt;/strong&gt;, quantized it to GGUF, and deployed it for fast offline inference.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Model Overview: moeinGTS 1.5B
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;moeinGTS&lt;/strong&gt; is a compact 1.5B parameter language model fine-tuned specifically for fast, accurate question-and-answering based on Wikipedia and structured datasets.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key Highlights:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Parameter Size:&lt;/strong&gt; 1.5 Billion&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quantization:&lt;/strong&gt; Q4_K_M &amp;amp; F16 GGUF&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Download Size:&lt;/strong&gt; ~1 GB&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;VRAM Requirements:&lt;/strong&gt; Only ~1.5 GB&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Primary Use Case:&lt;/strong&gt; Offline local Q&amp;amp;A, low-latency edge AI applications&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠️ The Pipeline: Fine-Tuning &amp;amp; Deployment
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Dataset &amp;amp; Training:&lt;/strong&gt; Fine-tuned on high-quality Q&amp;amp;A and knowledge retrieval datasets to improve concise factual responses.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LoRA Fine-Tuning:&lt;/strong&gt; Applied Low-Rank Adaptation (LoRA) via PEFT to optimize training efficiency and keep resource usage minimal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quantization:&lt;/strong&gt; Converted the model weights to &lt;strong&gt;GGUF&lt;/strong&gt; format for seamless cross-platform execution on low-end hardware, CPUs, and edge devices.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  💻 Quickstart: Run It Locally
&lt;/h2&gt;

&lt;p&gt;You can run &lt;strong&gt;moeinGTS&lt;/strong&gt; instantly in your terminal using &lt;strong&gt;Ollama&lt;/strong&gt; directly from Hugging Face:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
# Run GGUF version directly via Ollama
ollama run hf.co/arshiysohrevardi/moeinGTS1.5-1.5b-F16-GGUF
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>opensource</category>
      <category>llm</category>
    </item>
    <item>
      <title>moeingts</title>
      <dc:creator>ARSHIYA Sohrevardi</dc:creator>
      <pubDate>Fri, 07 Aug 2026 12:49:22 +0000</pubDate>
      <link>https://dev.to/arshiya_sohrevardi_fae91b/moeingts-1f4e</link>
      <guid>https://dev.to/arshiya_sohrevardi_fae91b/moeingts-1f4e</guid>
      <description>&lt;p&gt;well last week i start to have a llm model but with a big different!! i make a chatbot that it be just for me!! you know i made a llm model with fine tunning on important question related to wikipedia and sites that answer to them, the model latest named moeinGTS1,5:1,5b in ollama!!&lt;br&gt;
the link : &lt;a href="https://ollama.com/arshiyasohrevardimoein/moeinGTS" rel="noopener noreferrer"&gt;https://ollama.com/arshiyasohrevardimoein/moeinGTS&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and good think about size and ram! this model look alike qwen and llama model but it size is 1 GIG not 3 or 2 or 4 GIG and your RAM feel better😎😊🤖&lt;/p&gt;

</description>
      <category>ai</category>
      <category>pgaichallenge</category>
      <category>machinelearning</category>
      <category>python</category>
    </item>
  </channel>
</rss>
