m-polignano-uniba
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -388,14 +388,22 @@ For direct use with `unsloth`, you can easily get started with the following ste
|
|
388 |
|
389 |
## Citation instructions
|
390 |
|
|
|
391 |
@article{llama3modelcard,
|
392 |
-
|
393 |
title={Llama 3 Model Card},
|
394 |
-
|
395 |
author={AI@Meta},
|
396 |
-
|
397 |
year={2024},
|
398 |
-
|
399 |
url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
400 |
-
|
401 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
388 |
|
389 |
## Citation instructions
|
390 |
|
391 |
+
```bibtex
|
392 |
@article{llama3modelcard,
|
|
|
393 |
title={Llama 3 Model Card},
|
|
|
394 |
author={AI@Meta},
|
|
|
395 |
year={2024},
|
|
|
396 |
url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
397 |
+
}
|
398 |
+
```
|
399 |
+
|
400 |
+
```bibtex
|
401 |
+
@misc{basile2023llamantino,
|
402 |
+
title={LLaMAntino: LLaMA 2 Models for Effective Text Generation in Italian Language},
|
403 |
+
author={Pierpaolo Basile and Elio Musacchio and Marco Polignano and Lucia Siciliani and Giuseppe Fiameni and Giovanni Semeraro},
|
404 |
+
year={2023},
|
405 |
+
eprint={2312.09993},
|
406 |
+
archivePrefix={arXiv},
|
407 |
+
primaryClass={cs.CL}
|
408 |
+
}
|
409 |
+
```
|