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