AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Adapters are a parameter-efficient fine-tuning technique used primarily in large language models and transformers. Instead of updating all model weights, which is computationally expensive, adapters introduce small, task-specific neural network layers between existing layers. This allows the model to retain its general knowledge while adapting to new tasks with minimal additional parameters. It significantly reduces memory usage and storage requirements, making it feasible to deploy multiple specialized models on top of a single base model without catastrophic forgetting.

Summary

A lightweight module inserted into pre-trained models to enable efficient fine-tuning for specific downstream tasks.

Key Concepts

Use Cases