jacobfulano commited on
Commit
885cc97
·
1 Parent(s): 48ab7cc

Update citation in README

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