What are the steps to use Adapter Tuning?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 1 )
The usage of Adapter Tuning involves the following steps:
1. **Pre-train a Base Model**: Start with a pre-trained model like BERT.
2. **Train Task-Specific Adapters**: For each downstream task, train a small adapter module on top of the base model.
3. **Inference**: Combine the base model with the task-specific adapter to make predictions.