m-elio commited on
Commit
9d63dd3
1 Parent(s): 27d90f2

Update model card with citation

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