Instructions to use AdapterHub/bioASQgeneration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use AdapterHub/bioASQgeneration with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("facebook/bart-base") model.load_adapter("AdapterHub/bioASQgeneration", set_active=True) - Notebooks
- Google Colab
- Kaggle
File size: 392 Bytes
ec443cf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"config": {
"activation_function": null,
"bias": false,
"head_type": "seq2seq_lm",
"label2id": null,
"layer_norm": false,
"layers": 1,
"shift_labels": false,
"vocab_size": 50265
},
"hidden_size": 768,
"model_class": "BartAdapterModel",
"model_name": "facebook/bart-base",
"model_type": "bart",
"name": "bioASQgeneration",
"version": "3.0.0"
} |