Update README.md
Browse files
README.md
CHANGED
@@ -64,13 +64,13 @@ print(response)
|
|
64 |
|
65 |
## Citation
|
66 |
|
67 |
-
If you use this model or its training insights in your work, please cite the following paper:
|
68 |
|
69 |
```bibtex
|
70 |
@article{li2024effectiveness,
|
71 |
title={Experience of Training a 1.7B-Parameter LLaMa Model From Scratch},
|
72 |
author={Li, Miles Q and Fung, Benjamin and Huang, Shih-Chia},
|
73 |
-
journal={arXiv preprint arXiv},
|
74 |
year={2024}
|
75 |
}
|
76 |
```
|
|
|
64 |
|
65 |
## Citation
|
66 |
|
67 |
+
If you use this model or its training insights in your work, please cite the following [paper](https://arxiv.org/abs/2412.13335):
|
68 |
|
69 |
```bibtex
|
70 |
@article{li2024effectiveness,
|
71 |
title={Experience of Training a 1.7B-Parameter LLaMa Model From Scratch},
|
72 |
author={Li, Miles Q and Fung, Benjamin and Huang, Shih-Chia},
|
73 |
+
journal={arXiv preprint arXiv:2412.13335},
|
74 |
year={2024}
|
75 |
}
|
76 |
```
|