Tagged articles
2 articles
Page 1 of 1
58 Tech
58 Tech
Jun 3, 2024 · Artificial Intelligence

Parameter-Efficient Fine-Tuning (PEFT) Methods for Large Language Models: LoRA, QLoRA, AdaLoRA, SoRA, and Training Acceleration with Unsloth

This article systematically analyzes popular parameter‑efficient fine‑tuning (PEFT) techniques for large language models—including Adapter Tuning, Prefix Tuning, LoRA, QLoRA, AdaLoRA, and SoRA—detailing their principles, implementation code, experimental results on NLU tasks, and practical acceleration using the Unsloth library.

AdaLoRALarge Language ModelsLoRA
0 likes · 39 min read
Parameter-Efficient Fine-Tuning (PEFT) Methods for Large Language Models: LoRA, QLoRA, AdaLoRA, SoRA, and Training Acceleration with Unsloth
UCloud Tech
UCloud Tech
Oct 13, 2023 · Artificial Intelligence

How PEFT Transforms Large Model Fine‑Tuning: Additive, Prompt & LoRA Methods Explained

This article introduces parameter‑efficient fine‑tuning (PEFT) techniques—including additive adapters, soft‑prompt methods, selection‑based BitFit, and re‑parameterization approaches like LoRA and AdaLoRA—explains their architectures, experimental results, and provides end‑to‑end code for fine‑tuning ChatGLM2‑6B on a Chinese medical QA dataset.

AdaLoRAAdapterLoRA
0 likes · 22 min read
How PEFT Transforms Large Model Fine‑Tuning: Additive, Prompt & LoRA Methods Explained