Learn Before
Concept
Methods of Delta Tuning
-
Addition-based methods: Introduce additional trainable neural modules or parameters that do not exist in the original model. Common addition-based methods include Prefix Tuning, Prompt Tuning.
-
Specification-based methods: Specifies that certain parameters in the original model become trainable, while others are frozen.
-
Reparameterization-based methods: Reparameterize an existing optimization procedure into a parameter-efficient form by transforming it.

0
1
Updated 2022-07-31
Tags
Deep Learning
Data Science