Tagged articles
7 articles
Page 1 of 1
Qborfy AI
Qborfy AI
Mar 24, 2026 · Artificial Intelligence

Why Full Fine‑Tuning Beats LoRA: When and How to Update Every Model Parameter

This article explains full fine‑tuning—updating all parameters of a pretrained model—to achieve the highest task performance, compares it with LoRA and prompt tuning, shows when it is appropriate, provides a step‑by‑step Hugging Face implementation, memory‑saving tricks, common pitfalls, and practical takeaways.

Deep LearningDeepSpeedGPU Memory
0 likes · 9 min read
Why Full Fine‑Tuning Beats LoRA: When and How to Update Every Model Parameter
AI Frontier Lectures
AI Frontier Lectures
Jan 27, 2026 · Artificial Intelligence

A Unified Framework for Neural Network Reprogrammability: From Model Reprogramming to Prompt Tuning

This article surveys recent advances in neural network reprogrammability, presenting a unified framework that categorizes model reprogramming, prompt tuning, prompt instruction, and in‑context learning, highlights the shift from parameter‑centric to reprogrammability‑centric adaptation, and provides efficiency analyses, taxonomy, and practical case studies.

Model AdaptationNeural Network ReprogrammabilityPrompt Tuning
0 likes · 16 min read
A Unified Framework for Neural Network Reprogrammability: From Model Reprogramming to Prompt Tuning
PMTalk Product Manager Community
PMTalk Product Manager Community
Jan 8, 2026 · Artificial Intelligence

Understanding Fine‑Tuning: A Primer for AI Product Managers

This article explains how large language models are first pre‑trained on massive text corpora and then fine‑tuned with smaller, task‑specific datasets, covering the fine‑tuning process, types such as full‑parameter and PEFT, practical benefits, real‑world analogies, and key challenges like data quality and catastrophic forgetting.

AI product managementFine-tuningModel Adaptation
0 likes · 6 min read
Understanding Fine‑Tuning: A Primer for AI Product Managers
Data Party THU
Data Party THU
Aug 10, 2025 · Artificial Intelligence

Can Evolutionary Algorithms Auto-Design Training-Free Vision-Language Model Adaptations?

This study introduces EvoVLMA, an evolutionary vision-language model adaptation framework that automatically searches training-free VLM adaptation algorithms using a two-stage LLM-guided evolution, demonstrating superior performance—such as a 1.91 % accuracy gain on 8-shot image classification—and releasing the code publicly.

Evolutionary AlgorithmsLLMModel Adaptation
0 likes · 5 min read
Can Evolutionary Algorithms Auto-Design Training-Free Vision-Language Model Adaptations?
Baobao Algorithm Notes
Baobao Algorithm Notes
Sep 9, 2024 · Artificial Intelligence

How MoSLoRA Reinvents Low‑Rank Adaptation with Mixer Matrices

This article analyzes the Mixture‑of‑Subspaces in Low‑Rank Adaptation (MoSLoRA) paper, explaining its motivation, design choices that replace LoRA's gate with a mixer matrix, connections to multi‑head attention, experimental findings on LLaMA‑3 fine‑tuning, and theoretical proofs of its re‑parameterization properties.

AILoRAMixture of Experts
0 likes · 12 min read
How MoSLoRA Reinvents Low‑Rank Adaptation with Mixer Matrices
DataFunTalk
DataFunTalk
Nov 23, 2022 · Artificial Intelligence

Lightweight Adaptation Techniques for Multimodal Large Models

This article presents a comprehensive overview of lightweight adaptation methods—including language, domain, and optimization‑goal adapters and structured prompts—to overcome language mismatch, low domain fit, and objective differences when deploying open‑source multimodal large models in real‑world AI applications.

AIAdapterModel Adaptation
0 likes · 14 min read
Lightweight Adaptation Techniques for Multimodal Large Models