Instructions to use AdapterHub/roberta-base-pf-commonsense_qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use AdapterHub/roberta-base-pf-commonsense_qa with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("roberta-base") model.load_adapter("AdapterHub/roberta-base-pf-commonsense_qa", set_active=True) - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Update Hugging Face dataset ID
#1
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- roberta
|
| 4 |
- adapterhub:comsense/csqa
|
| 5 |
- adapter-transformers
|
| 6 |
datasets:
|
| 7 |
-
- commonsense_qa
|
| 8 |
-
language:
|
| 9 |
-
- en
|
| 10 |
---
|
| 11 |
|
| 12 |
# Adapter `AdapterHub/roberta-base-pf-commonsense_qa` for roberta-base
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
tags:
|
| 5 |
- roberta
|
| 6 |
- adapterhub:comsense/csqa
|
| 7 |
- adapter-transformers
|
| 8 |
datasets:
|
| 9 |
+
- tau/commonsense_qa
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Adapter `AdapterHub/roberta-base-pf-commonsense_qa` for roberta-base
|