mrqa-workshop/mrqa
Viewer • Updated • 585k • 1.94k • 24
How to use UKP-SQuARE/MADE_Encoder with Adapters:
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("undefined")
model.load_adapter("UKP-SQuARE/MADE_Encoder", set_active=True)This is the MADE encoder model created by Friedman et al. (2021). This encoder should be used along with the following dataset-specific adapters.
The UKP-SQuARE team created this model repository to simplify the deployment of this model on the UKP-SQuARE platform. The GitHub repository of the original authors is https://github.com/princeton-nlp/MADE
Friedman et al. (2021) reported the following results:
Please refer to the original publication for more information.
Single-dataset Experts for Multi-dataset Question Answering (Friedman et al., EMNLP 2021)