jacobfulano commited on
Commit
9c738c5
1 Parent(s): d6f27fe

Update citation in README

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -194,12 +194,11 @@ This model is intended to be finetuned on downstream tasks.
194
  Please cite this model using the following format:
195
 
196
  ```
197
- @online{Portes2023MosaicBERT,
198
- author = {Jacob Portes and Alex Trott and Daniel King and Sam Havens},
199
- title = {MosaicBERT: Pretraining BERT from Scratch for \$20},
200
- year = {2023},
201
- url = {https://www.mosaicml.com/blog/mosaicbert},
202
- note = {Accessed: 2023-03-28}, % change this date
203
- urldate = {2023-03-28} % change this date
204
  }
205
  ```
 
194
  Please cite this model using the following format:
195
 
196
  ```
197
+ @article{portes2023MosaicBERT,
198
+ title={MosaicBERT: A Bidirectional Encoder Optimized for Fast Pretraining},
199
+ author={Jacob Portes, Alexander R Trott, Sam Havens, Daniel King, Abhinav Venigalla,
200
+ Moin Nadeem, Nikhil Sardana, Daya Khudia, Jonathan Frankle},
201
+ journal={NeuRIPS https://openreview.net/pdf?id=5zipcfLC2Z},
202
+ year={2023},
 
203
  }
204
  ```