VictorSanh HF staff commited on
Commit
cb32413
1 Parent(s): 40cd111

Update readme with citation bibtex

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -31,7 +31,7 @@ You can use the models to perform inference on tasks by specifying your query in
31
 
32
  # How to use
33
 
34
- We make available the models presented in our [paper](TODO) along with the ablation models. We recommend using the [T0pp](https://huggingface.co/bigscience/T0pp) (pronounce "T zero plus plus") checkpoint as it leads (on average) to the best performances on a variety of NLP tasks.
35
 
36
  |Model|Number of parameters|
37
  |-|-|
@@ -255,5 +255,12 @@ To measure the extent to which our model reproduces gender biases, we evaluate o
255
  # BibTeX entry and citation info
256
 
257
  ```bibtex
258
- TODO
 
 
 
 
 
 
 
259
  ```
31
 
32
  # How to use
33
 
34
+ We make available the models presented in our [paper](https://arxiv.org/abs/2110.08207) along with the ablation models. We recommend using the [T0pp](https://huggingface.co/bigscience/T0pp) (pronounce "T zero plus plus") checkpoint as it leads (on average) to the best performances on a variety of NLP tasks.
35
 
36
  |Model|Number of parameters|
37
  |-|-|
255
  # BibTeX entry and citation info
256
 
257
  ```bibtex
258
+ @misc{sanh2021multitask,
259
+ title={Multitask Prompted Training Enables Zero-Shot Task Generalization},
260
+ author={Victor Sanh and Albert Webson and Colin Raffel and Stephen H. Bach and Lintang Sutawika and Zaid Alyafeai and Antoine Chaffin and Arnaud Stiegler and Teven Le Scao and Arun Raja and Manan Dey and M Saiful Bari and Canwen Xu and Urmish Thakker and Shanya Sharma Sharma and Eliza Szczechla and Taewoon Kim and Gunjan Chhablani and Nihal Nayak and Debajyoti Datta and Jonathan Chang and Mike Tian-Jian Jiang and Han Wang and Matteo Manica and Sheng Shen and Zheng Xin Yong and Harshit Pandey and Rachel Bawden and Thomas Wang and Trishala Neeraj and Jos Rozen and Abheesht Sharma and Andrea Santilli and Thibault Fevry and Jason Alan Fries and Ryan Teehan and Stella Biderman and Leo Gao and Tali Bers and Thomas Wolf and Alexander M. Rush},
261
+ year={2021},
262
+ eprint={2110.08207},
263
+ archivePrefix={arXiv},
264
+ primaryClass={cs.LG}
265
+ }
266
  ```