Fine-Tuning Guides

Practical guides to training models you own: supervised fine-tuning, parameter-efficient adapters like LoRA and QLoRA, continued pre-training, vision-language models, dataset preparation, and what GPU time actually costs.

Fine-Tuning

How Much Data Do You Need to Fine-Tune?

How much data do you need to fine-tune? No magic number — but a shape: what decides your count, where more data stops helping, and how to find out cheaply.

9 min readAug 7, 2026
Fine-Tuning

Fine-Tune, Prompt, or RAG? A Decision That Deserves Better Than a Default

Prompting changes behavior, RAG supplies facts, fine-tuning locks in behavior at scale. How to pick the right lever for the problem you actually have.

9 min readJul 24, 2026
Fine-Tuning

Complete Guide to Supervised Fine-Tuning (SFT) for LLMs

Supervised fine-tuning for LLMs, end to end: dataset format, adapters, hyperparameters, evaluation, and the mistakes that ruin runs.

16 min readJun 22, 2026
Fine-Tuning

LoRA vs QLoRA: Parameter-Efficient Fine-Tuning Explained

LoRA vs QLoRA for parameter-efficient fine-tuning: the memory math, the quality trade-offs, and when to pick each.

15 min readJun 19, 2026
Fine-Tuning

Full Fine-Tuning: When and Why to Train Every Parameter

When does full fine-tuning beat LoRA and QLoRA? VRAM requirements, dataset size, cost, and the cases where adapters lose.

14 min readJun 17, 2026
Fine-Tuning

Continued Pre-Training: Domain Adaptation for Large Language Models

When and how to use continued pre-training to adapt LLMs to specialized domains — and when retrieval or SFT is the better tool.

13 min readJun 1, 2026
Fine-Tuning

VLM Fine-Tuning: How to Train Vision-Language Models

How to fine-tune vision-language models (InternVL, Qwen-VL, LLaVA): image-text datasets, frozen vision encoders, and memory planning.

13 min readMay 29, 2026
Fine-Tuning

LLM vs VLM Fine-Tuning: Key Differences and When to Choose Each

Compare text-only LLM fine-tuning with vision-language model (VLM) fine-tuning. Understand dataset formats, training differences, memory needs, and use cases.

12 min readMay 27, 2026
Fine-Tuning

Dataset Preparation for AI Fine-Tuning: Formats and Best Practices

Preparing datasets for LLM and VLM fine-tuning: JSONL, Parquet, CSV formats, SFT and preference structures, and the quality bar that matters.

14 min readMay 25, 2026
Fine-Tuning

Adapter Types Compared: LoRA, QLoRA, Full Fine-Tune and Beyond

Compare all adapter types for LLM fine-tuning: LoRA, QLoRA, full fine-tune, AdaLoRA, LoHa, BOFT, and ReFT. Learn which adapter fits your use case and budget.

14 min readMay 22, 2026
Fine-Tuning

Per-Second GPU Billing: How to Optimize AI Training Costs

Learn how per-second billing works on Run BiOS and how to optimize training costs. Compare with hourly billing, estimate costs, and choose the right GPU tier.

11 min readMay 18, 2026