calpt commited on
Commit
bcfc4fe
1 Parent(s): 3d6046b

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
  - 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-what-to-pre-train-on,
52
- title={What to Pre-Train on? Efficient Intermediate Task Selection},
53
- author={Clifton Poth and Jonas Pfeiffer and Andreas Rücklé and Iryna Gurevych},
54
- booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
 
 
 
55
  month = nov,
56
  year = "2021",
57
- address = "Online",
58
  publisher = "Association for Computational Linguistics",
59
- url = "https://arxiv.org/abs/2104.08247",
60
- pages = "to appear",
61
  }
62
  ```
1
  ---
2
  tags:
3
+ - text-classification
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
  ```