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