Commit
·
cb56e64
1
Parent(s):
64e5c9c
Fix title in citation info (#35)
Browse files- Fix title in citation info (3fd457cb5561160049c6fcc526c567f0fca89830)
Co-authored-by: Eldar Kurtic <[email protected]>
README.md
CHANGED
|
@@ -188,8 +188,7 @@ Please cite this model using the following format:
|
|
| 188 |
```
|
| 189 |
@online{MosaicML2023Introducing,
|
| 190 |
author = {MosaicML NLP Team},
|
| 191 |
-
title = {Introducing MPT-7B: A New Standard for Open-Source,
|
| 192 |
-
ly Usable LLMs},
|
| 193 |
year = {2023},
|
| 194 |
url = {www.mosaicml.com/blog/mpt-7b},
|
| 195 |
note = {Accessed: 2023-03-28}, % change this date
|
|
|
|
| 188 |
```
|
| 189 |
@online{MosaicML2023Introducing,
|
| 190 |
author = {MosaicML NLP Team},
|
| 191 |
+
title = {Introducing MPT-7B: A New Standard for Open-Source, Commercially Usable LLMs},
|
|
|
|
| 192 |
year = {2023},
|
| 193 |
url = {www.mosaicml.com/blog/mpt-7b},
|
| 194 |
note = {Accessed: 2023-03-28}, % change this date
|