Instructions to use AdapterHub/roberta-base-pf-multirc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use AdapterHub/roberta-base-pf-multirc with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("roberta-base") model.load_adapter("AdapterHub/roberta-base-pf-multirc", set_active=True) - Notebooks
- Google Colab
- Kaggle
File size: 385 Bytes
698997d 83ee3f3 698997d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"config": {
"activation_function": "tanh",
"bias": true,
"head_type": "classification",
"label2id": {
"False": 0,
"True": 1
},
"layers": 2,
"num_labels": 2,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "RobertaModelWithHeads",
"model_name": "roberta-base",
"model_type": "roberta",
"name": "super_glue_multirc"
} |