AdapterHub Documentation¶
Warning
This is the documentation of the legacy adapter-transformers library, which has been replaced by the new Adapters library, found here: https://docs.adapterhub.ml.
This documentation is kept for archival purposes, and the library will not be updated in the future. Please use the new library for all active projects.
AdapterHub is a framework simplifying the integration, training and usage of adapters and other efficient fine-tuning methods for Transformer-based language models. For a full list of currently implemented methods, see the table in our repository.
The framework consists of two main components:
adapter-transformers
, an extension of Huggingface’s Transformers library that adds adapter components to transformer modelsThe Hub, a central repository collecting pre-trained adapter modules
Currently, we support the PyTorch versions of all models as listed on the Model Overview page.
Citation¶
@inproceedings{pfeiffer2020AdapterHub,
title={AdapterHub: A Framework for Adapting Transformers},
author={Jonas Pfeiffer and
Andreas R\"uckl\'{e} and
Clifton Poth and
Aishwarya Kamath and
Ivan Vuli\'{c} and
Sebastian Ruder and
Kyunghyun Cho and
Iryna Gurevych},
booktitle={Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP 2020): Systems Demonstrations},
year={2020},
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.emnlp-demos.7",
pages = "46--54",
}