model = AutoAdapterModel.from_pretrained("distilbert-base-uncased")
config = AdapterConfig.load("pfeiffer")
model.load_adapter("nli/qnli@ukp", config=config)
Description
Adapter for distilbert-base-uncased in Pfeiffer architecture trained on the QNLI dataset for 15 epochs with early stopping and a learning rate of 1e-4.
@misc{pfeiffer2020adapterfusion,
title={AdapterFusion: Non-Destructive Task Composition for Transfer Learning},
author={Jonas Pfeiffer and Aishwarya Kamath and Andreas Rücklé and Kyunghyun Cho and Iryna Gurevych},
year={2020},
eprint={2005.00247},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
Task
@article{wang2018glue,
title={Glue: A multi-task benchmark and analysis platform for natural language understanding},
author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R},
journal={arXiv preprint arXiv:1804.07461},
year={2018}
}