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