Views
No views yet
AdapterHub/bioASQgeneration for facebook/bart-basefacebook/bart-base model that was trained on the qa/bioasq dataset and includes a prediction head for seq2seq lm.adapter-transformers:pip install -U adapter-transformers1from transformers import AutoAdapterModel
2
3model = AutoAdapterModel.from_pretrained("facebook/bart-base")
4adapter_name = model.load_adapter("AdapterHub/bioASQgeneration", source="hf", set_active=True)