Update README.md
Browse files
README.md
CHANGED
@@ -27,8 +27,6 @@ If you found OpenLLaMA useful in your research or applications, please cite usin
|
|
27 |
year = 2023,
|
28 |
url = {https://github.com/openlm-research/open_llama}
|
29 |
}
|
30 |
-
```
|
31 |
-
```
|
32 |
@software{together2023redpajama,
|
33 |
author = {Together Computer},
|
34 |
title = {RedPajama-Data: An Open Source Recipe to Reproduce LLaMA training dataset},
|
@@ -36,8 +34,6 @@ If you found OpenLLaMA useful in your research or applications, please cite usin
|
|
36 |
year = 2023,
|
37 |
url = {https://github.com/togethercomputer/RedPajama-Data}
|
38 |
}
|
39 |
-
```
|
40 |
-
```
|
41 |
@article{touvron2023llama,
|
42 |
title={Llama: Open and efficient foundation language models},
|
43 |
author={Touvron, Hugo and Lavril, Thibaut and Izacard, Gautier and Martinet, Xavier and Lachaux, Marie-Anne and Lacroix, Timoth{\'e}e and Rozi{\`e}re, Baptiste and Goyal, Naman and Hambro, Eric and Azhar, Faisal and others},
|
@@ -47,4 +43,4 @@ If you found OpenLLaMA useful in your research or applications, please cite usin
|
|
47 |
```
|
48 |
|
49 |
## Limitations and Bias
|
50 |
-
As with all language models,
|
|
|
27 |
year = 2023,
|
28 |
url = {https://github.com/openlm-research/open_llama}
|
29 |
}
|
|
|
|
|
30 |
@software{together2023redpajama,
|
31 |
author = {Together Computer},
|
32 |
title = {RedPajama-Data: An Open Source Recipe to Reproduce LLaMA training dataset},
|
|
|
34 |
year = 2023,
|
35 |
url = {https://github.com/togethercomputer/RedPajama-Data}
|
36 |
}
|
|
|
|
|
37 |
@article{touvron2023llama,
|
38 |
title={Llama: Open and efficient foundation language models},
|
39 |
author={Touvron, Hugo and Lavril, Thibaut and Izacard, Gautier and Martinet, Xavier and Lachaux, Marie-Anne and Lacroix, Timoth{\'e}e and Rozi{\`e}re, Baptiste and Goyal, Naman and Hambro, Eric and Azhar, Faisal and others},
|
|
|
43 |
```
|
44 |
|
45 |
## Limitations and Bias
|
46 |
+
As with all language models, `openllama-3b-chat` may generate incorrect or biased content. It's important to keep this in mind when using the model.
|