jacobfulano commited on
Commit
ba7abb1
1 Parent(s): 68a6d88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -160,4 +160,19 @@ Note that this is averaged over n=5 pretraining seeds.
160
 
161
  ## Intended uses & limitations
162
 
163
- This model is intended to be finetuned on downstream tasks.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
 
161
  ## Intended uses & limitations
162
 
163
+ This model is intended to be finetuned on downstream tasks.
164
+
165
+ ## Citation
166
+
167
+ Please cite this model using the following format:
168
+
169
+ ```
170
+ @online{Portes2023MosaicBERT,
171
+ author = {Jacob Portes and Alex Trott and Daniel King and Sam Havens},
172
+ title = {MosaicBERT: Pretraining BERT from Scratch for \$20},
173
+ year = {2023},
174
+ url = {https://www.mosaicml.com/blog/mosaicbert},
175
+ note = {Accessed: 2023-03-28}, % change this date
176
+ urldate = {2023-03-28} % change this date
177
+ }
178
+ ```