Update README.md
Browse files
README.md
CHANGED
@@ -126,6 +126,15 @@ The following hyperparameters were used during training:
|
|
126 |
|
127 |
## Citation
|
128 |
|
129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
|
131 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
|
|
126 |
|
127 |
## Citation
|
128 |
|
129 |
+
```bibtex
|
130 |
+
@misc{tower_llm_2024,
|
131 |
+
title={Tower: An Open Multilingual Large Language Model for Translation-Related Tasks},
|
132 |
+
author={Duarte M. Alves and José Pombal and Nuno M. Guerreiro and Pedro H. Martins and João Alves and Amin Farajian and Ben Peters and Ricardo Rei and Patrick Fernandes and Sweta Agrawal and Pierre Colombo and José G. C. de Souza and André F. T. Martins},
|
133 |
+
year={2024},
|
134 |
+
eprint={2402.17733},
|
135 |
+
archivePrefix={arXiv},
|
136 |
+
primaryClass={cs.CL}
|
137 |
+
}
|
138 |
+
```
|
139 |
|
140 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|