AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Prompt tuning involves adding trainable soft prompts (continuous vectors) to the input layer of a pre-trained language model while keeping the underlying model parameters frozen. This approach allows for efficient adaptation to specific downstream tasks with minimal computational cost and storage requirements. It leverages the model’s existing knowledge, making it highly effective for few-shot learning scenarios where labeled data is scarce.

Summary

A parameter-efficient fine-tuning method that optimizes continuous input embeddings rather than updating the entire model weights.

Key Concepts

Use Cases