m-elio commited on
Commit
0610d6b
1 Parent(s): 7dfc9f9

Update model card with citation

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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
- *Coming soon*!
 
 
 
 
 
 
 
 
 
 
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
+ ```