Update README.md
Browse files
README.md
CHANGED
|
@@ -51,12 +51,14 @@ output = pipeline(long_prompt)
|
|
| 51 |
### Citation
|
| 52 |
If you use this model, please cite the original Meta Llama 3 model card and the PoSE adapter paper:
|
| 53 |
|
|
|
|
| 54 |
@article{llama3modelcard,
|
| 55 |
title={Llama 3 Model Card},
|
| 56 |
author={AI@Meta},
|
| 57 |
year={2024},
|
| 58 |
url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
| 59 |
}
|
|
|
|
| 60 |
|
| 61 |
### Acknowledgments
|
| 62 |
[Wing Lian](https://huggingface.co/winglian)
|
|
|
|
| 51 |
### Citation
|
| 52 |
If you use this model, please cite the original Meta Llama 3 model card and the PoSE adapter paper:
|
| 53 |
|
| 54 |
+
```code
|
| 55 |
@article{llama3modelcard,
|
| 56 |
title={Llama 3 Model Card},
|
| 57 |
author={AI@Meta},
|
| 58 |
year={2024},
|
| 59 |
url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
| 60 |
}
|
| 61 |
+
```
|
| 62 |
|
| 63 |
### Acknowledgments
|
| 64 |
[Wing Lian](https://huggingface.co/winglian)
|