Downloads · 30 days
6
38% of all-time downloads
AdapterHub/roberta-base-csqa_pfeiffer
roberta-base-csqa_pfeiffer is a machine learning model from AdapterHub. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for adapter-transformers. The card lists the license as apache-2.0.
Pfeiffer Adapter trained on Commonsense QA.
Downloads · 30 days
6
38% of all-time downloads
All-time downloads
16
Public
Repo size
3.6 MB
Likes
0
Public
Click a slice to open those files.
.bin3.6 MB · 100%
From the Hugging Face model README
roberta-base-csqa_pfeiffer for roberta-basePfeiffer Adapter trained on Commonsense QA.
This adapter was created for usage with the Adapters library.
First, install adapters:
pip install -U adapters
Now, the adapter can be loaded and activated like this:
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("roberta-base")
adapter_name = model.load_adapter("AdapterHub/roberta-base-csqa_pfeiffer")
model.set_active_adapters(adapter_name)
@article{Pfeiffer2020AdapterFusion,
author = {Pfeiffer, Jonas and Kamath, Aishwarya and R{\"{u}}ckl{\'{e}}, Andreas and Cho, Kyunghyun and Gurevych, Iryna},
journal = {arXiv preprint},
title = {{AdapterFusion}: Non-Destructive Task Composition for Transfer Learning},
url = {https://arxiv.org/pdf/2005.00247.pdf},
year = {2020}
}
This adapter has been auto-imported from https://github.com/Adapter-Hub/Hub/blob/master/adapters/ukp/roberta-base-csqa_pfeiffer.yaml.