Update model card with citation
Browse files
README.md
CHANGED
@@ -89,4 +89,13 @@ model = AutoModelForCausalLM.from_pretrained(model_id, token=token, load_in_8bit
|
|
89 |
|
90 |
If you use this model in your research, please cite the following:
|
91 |
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
If you use this model in your research, please cite the following:
|
91 |
|
92 |
+
```bibtex
|
93 |
+
@misc{basile2023llamantino,
|
94 |
+
title={LLaMAntino: LLaMA 2 Models for Effective Text Generation in Italian Language},
|
95 |
+
author={Pierpaolo Basile and Elio Musacchio and Marco Polignano and Lucia Siciliani and Giuseppe Fiameni and Giovanni Semeraro},
|
96 |
+
year={2023},
|
97 |
+
eprint={2312.09993},
|
98 |
+
archivePrefix={arXiv},
|
99 |
+
primaryClass={cs.CL}
|
100 |
+
}
|
101 |
+
```
|