Tag
17 articles
Nvidia's research demonstrates that AI agents can perform well through fine-tuning and harness design, rather than relying solely on advanced models.
This article explains Direct Preference Optimization (DPO), a method for fine-tuning language models using preference data, and how it can be implemented using TRL and LoRA tools. It also discusses the importance of auditing preference data for biases.
Learn how fine-tuning tool-calling language models helps AI systems use specific tools to perform real-world tasks more effectively.
This article explains how DeepSeek enhanced its DeepSeek-V4-Flash-0731 model through re-post-training, demonstrating how targeted fine-tuning can significantly improve AI capabilities in agentic reasoning and coding without changing the base architecture.
A comparison of four leading open-source LLM fine-tuning frameworks—Unsloth, Axolotl, TRL, and LLaMA-Factory—reveals their distinct approaches to speed, VRAM usage, and multi-GPU support.
Learn how fine-tuning allows developers to create small, local AI models that can think and reason like larger systems, all while running on your own device.
This article explains how to fine-tune the Qwen3 language model using Low-Rank Adaptation (LoRA) and NVIDIA NeMo AutoModel in a single-GPU Google Colab environment, focusing on parameter-efficient training techniques and automated workflows.
This article explains how language model fine-tuning and personalization work in AI systems, using the comparison between Gemini and Claude's email reply generation as a practical example.
Learn how to load, process, and filter the NVIDIA Open-SWE-Traces dataset for supervised fine-tuning of AI models in software engineering tasks.
Learn how to fine-tune a pre-trained language model using Hugging Face's Transformers library, a technique used by AI companies like DeepSeek.
Learn how fine-tuning with QLoRA and DPO can make language models smarter and more useful, even on limited hardware.
Learn how to use AutoScientist, an AI tool that automates model fine-tuning for beginners. This tutorial walks you through setting up the environment, preparing data, and running automated training sessions.