calpt commited on
Commit
b8fa80b
1 Parent(s): 0fe6976

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