update model card with citation
Browse files
README.md
CHANGED
@@ -62,4 +62,13 @@ model = AutoModelForCausalLM.from_pretrained(model_id, load_in_8bit=True)
|
|
62 |
|
63 |
If you use this model in your research, please cite the following:
|
64 |
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
If you use this model in your research, please cite the following:
|
64 |
|
65 |
+
```bibtex
|
66 |
+
@misc{basile2023llamantino,
|
67 |
+
title={LLaMAntino: LLaMA 2 Models for Effective Text Generation in Italian Language},
|
68 |
+
author={Pierpaolo Basile and Elio Musacchio and Marco Polignano and Lucia Siciliani and Giuseppe Fiameni and Giovanni Semeraro},
|
69 |
+
year={2023},
|
70 |
+
eprint={2312.09993},
|
71 |
+
archivePrefix={arXiv},
|
72 |
+
primaryClass={cs.CL}
|
73 |
+
}
|
74 |
+
```
|