Update README.md
Browse files
README.md
CHANGED
@@ -51,13 +51,13 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
51 |
|
52 |
## Citation
|
53 |
|
54 |
-
If you use this model or its training insights in your work, please cite the following paper:
|
55 |
|
56 |
```bibtex
|
57 |
@article{li2024effectiveness,
|
58 |
title={Experience of Training a 1.7B-Parameter LLaMa Model From Scratch},
|
59 |
author={Li, Miles Q and Fung, Benjamin and Huang, Shih-Chia},
|
60 |
-
journal={arXiv preprint arXiv},
|
61 |
year={2024}
|
62 |
}
|
63 |
```
|
|
|
51 |
|
52 |
## Citation
|
53 |
|
54 |
+
If you use this model or its training insights in your work, please cite the following [paper](https://arxiv.org/abs/2412.13335):
|
55 |
|
56 |
```bibtex
|
57 |
@article{li2024effectiveness,
|
58 |
title={Experience of Training a 1.7B-Parameter LLaMa Model From Scratch},
|
59 |
author={Li, Miles Q and Fung, Benjamin and Huang, Shih-Chia},
|
60 |
+
journal={arXiv preprint arXiv:2412.13335},
|
61 |
year={2024}
|
62 |
}
|
63 |
```
|