calpt commited on
Commit
b828ac7
1 Parent(s): 05ebef0

Add inference API tag & update citation

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