Add inference API tag & update citation
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
|
|
|
| 3 |
- bert
|
| 4 |
- adapter-transformers
|
| 5 |
datasets:
|
|
@@ -48,15 +49,18 @@ Refer to [the paper](https://arxiv.org/pdf/2104.08247) for more information on r
|
|
| 48 |
If you use this adapter, please cite our paper ["What to Pre-Train on? Efficient Intermediate Task Selection"](https://arxiv.org/pdf/2104.08247):
|
| 49 |
|
| 50 |
```bibtex
|
| 51 |
-
@inproceedings{poth-etal-2021-
|
| 52 |
-
title={
|
| 53 |
-
author={
|
| 54 |
-
|
|
|
|
|
|
|
|
|
|
| 55 |
month = nov,
|
| 56 |
year = "2021",
|
| 57 |
-
address = "Online",
|
| 58 |
publisher = "Association for Computational Linguistics",
|
| 59 |
-
url = "https://
|
| 60 |
-
pages = "
|
| 61 |
}
|
| 62 |
```
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- question-answering
|
| 4 |
- bert
|
| 5 |
- adapter-transformers
|
| 6 |
datasets:
|
|
|
|
| 49 |
If you use this adapter, please cite our paper ["What to Pre-Train on? Efficient Intermediate Task Selection"](https://arxiv.org/pdf/2104.08247):
|
| 50 |
|
| 51 |
```bibtex
|
| 52 |
+
@inproceedings{poth-etal-2021-pre,
|
| 53 |
+
title = "{W}hat to Pre-Train on? {E}fficient Intermediate Task Selection",
|
| 54 |
+
author = {Poth, Clifton and
|
| 55 |
+
Pfeiffer, Jonas and
|
| 56 |
+
R{"u}ckl{'e}, Andreas and
|
| 57 |
+
Gurevych, Iryna},
|
| 58 |
+
booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
|
| 59 |
month = nov,
|
| 60 |
year = "2021",
|
| 61 |
+
address = "Online and Punta Cana, Dominican Republic",
|
| 62 |
publisher = "Association for Computational Linguistics",
|
| 63 |
+
url = "https://aclanthology.org/2021.emnlp-main.827",
|
| 64 |
+
pages = "10585--10605",
|
| 65 |
}
|
| 66 |
```
|