jacobfulano commited on
Commit
d257607
1 Parent(s): f5a307f

Update citation in README

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